- More fun mornings spent waiting on site
- Working making the mobile demo look a little better
- Started by trying to style charts then decided it would be better to start on the first screen to decide on a theme and run it all the way through
- So I started working on an animated splash screen, similar to the one seen on the Flint home page
- Got it working in a Flex application even though my Eclipse crashed over dozen times in the process
- When I tried to add it to the phone as a splash screen I get the following exception:
Error: Could not find compiled resource bundle ‘charts’ for locale ‘en_US’.
at mx.resources::ResourceManagerImpl/installCompiledResourceBundle()
at mx.resources::ResourceManagerImpl/installCompiledResourceBundles()
at mx.resources::ResourceManagerImpl/processInfo()
at mx.resources::ResourceManagerImpl()
at mx.resources::ResourceManager$/getInstance()
at mx.styles::StyleManagerImpl()
at _MobileSplashScreen_FlexInit$/init()
at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::kickOff()[E:dev4.5.1frameworksprojectsframeworksrcmxmanagersSystemManager.as:2821]
at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::preloader_completeHandler()[E:dev4.5.1frameworksprojectsframeworksrcmxmanagersSystemManager.as:2729]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.preloaders::Preloader/timerHandler()[E:dev4.5.1frameworksprojectsframeworksrcmxpreloadersPreloader.as:542]
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()
I find it very odd since my animated swf doesn’t use any charts…
