PureMVC Architects Lounge

PureMVC Manifold => Demos and Utils => Topic started by: czw888 on May 18, 2010, 12:04:52



Title: Pipe Demo: Mortgage App
Post by: czw888 on May 18, 2010, 12:04:52
I have a difficult to use pipes version of the mortgage app now.Below is throw error when I click load module button:

[ProgressEvent type=”error” bubbles=false cancelable=false eventPhase=2 bytesLoaded=0 bytesTotal=0]
at com.dl.modules.pipes.proxies::ModuleManagementProxy/onError()[E:\CBank\MortgageAppPipesDemo\src\com\dl\modules\pipes\proxies\ModuleManagementProxy.as:90]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at ModuleInfoProxy/moduleEventHandler()[C:\autobuild\3.5.0\frameworks\projects\framework\src\mx\modules\ModuleManager.as:1101]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at ModuleInfo/errorHandler()[C:\autobuild\3.5.0\frameworks\projects\framework\src\mx\modules\ModuleManager.as:734]

Do you have the error before?


Title: Re: Pipe Demo: Mortgage App
Post by: puremvc on May 19, 2010, 09:09:16
I'm not familiar with the mortgage app you mention. Have you tried using the FlexBuilder debugger to set a breakpoint in the ModuleManagementProxy at line 90 and inspect the properties?

-=Cliff>