GlenFlint / flexmonkey

Automatically exported from code.google.com/p/flexmonkey
0 stars 0 forks source link

Easy2BuildMonkeyLink doesn't load modules #70

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
==================================
FlexMonkey Use Cases:

1) App under test and MonkeyAgent on remote server?
2) App under test and MonkeyAgent local?
3) App under test loaded from local file system into FlexMonkey Target SWF
window?
4) ANT run with TestLauncher?
5) ANT run with TestRunner?
6) Other? (describe)

Your Use Case: [1-6] : 6 (using Easy2BuildMonkeyLink)

If you use the MonkeyAgent, are you running it in the FlexBuilder Debugger?
(yes/no) NA
==================================

What steps will reproduce the problem?
1. follow the steps in the documentation ("Link FlexMonkey with your 
application")
2. launch the application using Flex Builder
3. the application cannot load the styles contained in a swf (style.swf)

What is the expected output? What do you see instead?
NO, the application crash because it cannot load the style module and 
FlexMonkey connection 
icon blink between yellow and green very fast.

What version of the Flex SDK are you using?
3.2

What version of the FlexMonkey are you using?
1.0

What version of the MonkeyAgent are you using? (if applicable)
NA

On what operating system?
Mac OS X 10.5.8

Please provide any additional information below.

Debug:

TypeError: Error #1034: Type Coercion failed: cannot convert 
hawkStyles_mx_core_FlexModuleFactory@17849c91 to mx.managers.SystemManager.
    at 
com.gorillalogic.monkeylink::MonkeyLink/startLink()[/Users/rogelio/Workspace/Tri
fectaGIS/Flex
/Easy2BuildMonkeyLink/src/com/gorillalogic/monkeylink/MonkeyLink.as:85]
    at 
<anonymous>()[/Users/rogelio/Workspace/TrifectaGIS/Flex/Easy2BuildMonkeyLink/src
/com/go
rillalogic/monkeylink/MonkeyLink.as:38]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at 
mx.managers::SystemManager/preloader_preloaderDoneHandler()[C:\autobuild\3.3.0\f
ramework
s\projects\framework\src\mx\managers\SystemManager.as:3025]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at 
mx.preloaders::Preloader/displayClassCompleteHandler()[C:\autobuild\3.3.0\framew
orks\projec
ts\framework\src\mx\preloaders\Preloader.as:434]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at 
mx.preloaders::DownloadProgressBar/timerHandler()[C:\autobuild\3.3.0\frameworks\
projects\fr
amework\src\mx\preloaders\DownloadProgressBar.as:1451]
    at flash.utils::Timer/_timerDispatch()
    at flash.utils::Timer/tick()

Original issue reported on code.google.com by rogelio....@gmail.com on 25 Aug 2009 at 2:57