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

Pages: [1]
Print
Author Topic: Anybody want to stduy Dynamic Module with pipes together?  (Read 8439 times)
mani
Jr. Member
**
Posts: 15


View Profile Email
« 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.
Logged
kirs
Newbie
*
Posts: 1


View Profile Email
« Reply #1 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.
Logged
mani
Jr. Member
**
Posts: 15


View Profile Email
« Reply #2 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.
« Last Edit: August 14, 2008, 08:21:19 by mani » Logged
Pages: [1]
Print