-
1. Re: Sub application bootstrap loader
Flex harUI Jun 23, 2010 8:54 AM (in response to Green Goby)You probably have to use -static-rsls to build the bootstrap. The RPC
problem was fixed in FP10.1 so if you force upgrade to 10.1 you shouldn't
have to deal with a bootstrap loader.
-
2. Re: Sub application bootstrap loader
Green Goby Jun 23, 2010 9:42 AM (in response to Flex harUI)The -static-rsls was exactly what I needed to get past the problem. Now I am getting:
TypeError: Error #1034: Type Coercion failed: cannot convert mx.styles::StyleManagerImpl@e7ede51 to mx.styles.IStyleManager2.
at mx.styles::StyleManagerImpl()
at _OnlineReports_FlexInit$/init()
at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::kickOff()[E:\dev\4.0.0\frameworks\projects\fra mework\src\mx\managers\SystemManager.as:2620]
at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::preloader_completeHandler()[E:\dev\4.0.0\frame works\projects\framework\src\mx\managers\SystemManager.as:2539]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.preloaders::Preloader/timerHandler()[E:\dev\4.0.0\frameworks\projects\framework\src\mx \preloaders\Preloader.as:515]
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()... but I haven't even started looking into yet. If you happen to have that answer as well, great!
Thanks again...
Irv
-
3. Re: Sub application bootstrap loader
Flex harUI Jun 23, 2010 10:18 AM (in response to Green Goby)Bootstraps are tricky. The formula published for 3.2 may not work in 3.x or
4.0 as class dependencies change. I think you need to be using the 4.0
libraries when building the bootstrap.


