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: Pipe Demo: Mortgage App  (Read 7974 times)
czw888
Newbie
*
Posts: 7


View Profile Email
« 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?
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #1 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>
Logged
Pages: [1]
Print