PureMVC Architects Lounge

PureMVC Manifold => MultiCore Version => Topic started by: mani on August 04, 2008, 03:37:37



Title: Anybody want to stduy Dynamic Module with pipes together?
Post by: mani on August 04, 2008, 03:37:37
Hi, guys~

I have completed explain the lib of the pipes version of the mortgage app demo which at: http://www.joshuaostrom.com/demos/mortgagepipes/.

But the demo has a little bug, for example, when you click Load Module to load Acme Quick Quote first time, it would not show it, you have to click it again.

I want to fix it, but I find a boring bug with Flex Builder plugs in Eclipse, everytime I update the code, if I debug it immediately, it doesn't change. I have to wait a moment or restart Eclipse. My browser is Safair.

Anyway, I'm a little tired and loney, because no one study this around me. So if you want to get it and study it, just let me know. I'll study Flex for a long time. I hope would be your friend on the way to study Flex~

My email: shineandsky@gmail.com    MSN:shineandsky@gamil.com

mani.


Title: Re: Anybody want to stduy Dynamic Module with pipes together?
Post by: kirs 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.


Title: Re: Anybody want to stduy Dynamic Module with pipes together?
Post by: mani on August 14, 2008, 08:14:54
Be sure not to do your module loading on a transient object or with a IModuleInfo local variable.

Thank you very much , kirs~ ;)
But what's "thetransient object" or "IModuleInfo local variable" means?
Does it mean like: var loader:ModuleLoader?
Could you give me an example?

And I found the cause is the Web Browser, when I use safair or firfox, it doesn't work, but when I use IE, it worked. I'm confused @_@

mani.