-
May 5th, 2011, 07:54 AM
#1
EventBus.addEventlistener and modules problems
Hi there,
A weird thing happened today, I removed all the [EventHandler] metadata and replaced them by some EventBus.addEventListener(). The result is, I don't handle any events anymore ? 
Events are disptached from a module#1 and the listners are in a module#2.
Is there something to do when adding explicit event listners on different modules? It works perfectly with [metadata]..
In the logs I can see :
DEBUG - org.springextensions.actionscript.core.event.Event Bus - Added eventbus listener function Function() {} for type CONTACT_IMG_LOADED
ty,
G.
Last edited by __Guillaume; May 5th, 2011 at 08:21 AM.
-
May 6th, 2011, 03:56 AM
#2
Hey there,
It's hard to figure out what the problem is without any source code, I'm afraid.
Is it possible for you to post a small demo app that reproduces the problem?
thanks in advance,
Roland
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules