Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

* | |

  Show Posts
Pages: [1]
1  PureMVC Manifold / MultiCore Version / Re: Anybody want to stduy Dynamic Module with pipes together? on: August 08, 2008, 11:39:04
A module not loading the first time is usually because the object handling the ModuleEvent.READY event was garbage collected before the event was fired.   Be sure not to do your module loading on a transient object or with a IModuleInfo local variable.
Pages: [1]