Results 1 to 2 of 2

Thread: EventBus.addEventlistener and modules problems

Hybrid View

  1. #1
    Join Date
    Oct 2010
    Posts
    5

    Question 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.

  2. #2
    Join Date
    Dec 2008
    Location
    Brussels
    Posts
    407

    Default

    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
  •