dancantong
|
 |
« on: September 24, 2009, 02:33:23 » |
|
Hi! I'm developing a Flex3 multicore PureMVC application and I'm having the following issue. From the Shell I have to show a module with a certain view. The active view is set throught a method published in the module interface. Before invoking the method, I have to wait till Module is ready with ModuleEvent.READY event. When this occurrs, I invoke the method on the module but the READY event fires before the Module creationComplete is fired that is where I initialize PureMVC in the module. So I can't access PureMVC to set init view in the module.
Could anyone tell me If I'm doing anything wrong or suggest me a solution to this problem?
Thanks in advance,
Daniel.
|