[flexcoders] Re: Module's setup / ready event is not dispatched

2010-03-11 Thread darrell_loverin
Maybe the problem is being caused by this bug: https://bugs.adobe.com/jira/browse/SDK-14669. Looks like this one was fixed in 3.4.0. -Darrell --- In flexcoders@yahoogroups.com, Mayur ondemand_ma...@... wrote: I am having a problem with Module - SETUP event is not dispatched. Though I am

[flexcoders] Re: Module's setup / ready event is not dispatched

2010-03-10 Thread valdhor
How are you loading the module and how are you adding the event listener for the ModuleEvent.READY event. Also, have you tried loading the module with the ModuleLoader class instead of the ModuleManager class? --- In flexcoders@yahoogroups.com, Mayur ondemand_ma...@... wrote: I am having a

[flexcoders] Re: Module's setup / ready event is not dispatched

2010-03-10 Thread Mayur
I have already taken such precautions. See my code is something like this, Note : As per module life cycle, if module loads fully ( i.e. byetsLoaded = bytesTotal ) Module has fully arrived at client side. And there must be a ModuleEvent.SETUP dispatched in between the load / progress of

Re: [flexcoders] Re: Module's setup / ready event is not dispatched

2010-03-10 Thread Alex Harui
Double check that the class in the module is not already loaded. On 3/10/10 8:43 PM, Mayur ondemand_ma...@yahoo.com wrote: I have already taken such precautions. See my code is something like this, Note : As per module life cycle, if module loads fully ( i.e. byetsLoaded = bytesTotal )