pupsnow / as3-commons

Automatically exported from code.google.com/p/as3-commons
1 stars 0 forks source link

StaticEventBus.dispatchEvent(event) never returns??? #119

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Not sure how to reproduce the problem, since it's been working for a while and 
suddenly stops working

To debug the problem, I put Alert.show(...) around 
StaticEventBus.dispatchEvent(event):

Alert.show("Firing event");
StaticEventBus.dispatchEvent(event);
Alert.show("Event fired");

and it never gets to the second Alert.

What version of the product are you using? On what operating system?
bytecode: 1.0
collections: 1.3.2
eventbus: 1.2-SNAPSHOT (as of 3/20/2012)
lang: 0.3.5
logging: 2.7
reflect: 1.5

On Windows XP

Original issue reported on code.google.com by khoa.cof...@gmail.com on 22 Mar 2012 at 6:12

GoogleCodeExporter commented 9 years ago
Hi there,

I'm sorry but I can't reproduce this problem with the latest trunk. Can you 
post a sample app that demonstrates the problem?

cheers,

Roland

Original comment by ihatelivelyids on 22 Mar 2012 at 10:55

GoogleCodeExporter commented 9 years ago

Original comment by ihatelivelyids on 22 Mar 2012 at 10:58