MoxieM2: compiling ok, but SWF has Key outOf Range error
vdwpeter Jun 23, 2007 5:39 PMI did a quick test on an existing project, and like to know what's
going on:
When using the Flex 2.0.1 SDK to compile an application we are
working on, compiling & final swf runs fine.
When using the Flex Moxie M2 compiler, compiling also runs without
errors, but when launching the swf, we get this lengthy error in
return:
Error: Key outOfRange was not found in resource bundle controls
at mx.resources::ResourceBundle/private::_getObject()
at mx.resources::ResourceBundle/getString()
at [newclass]
at global$init()
at MethodInfo-5733()
at Function/ http://adobe.com/AS3/2006/builtin::call()
at mx.core::ComponentDescriptor/get properties()
at mx.core::Container/createComponentFromDescriptor()
at mx.core::Container/createComponentsFromDescriptors()
at mx.core::Container/mx.core:Container::createChildren()
at mx.core::UIComponent/initialize()
at mx.core::Container/initialize()
at
mx.core::UIComponent/ http://www.adobe.com/2006/flex/mx/internal::child
Added()
at
mx.core::Container/ http://www.adobe.com/2006/flex/mx/internal::childAd
ded()
at mx.core::Container/addChildAt()
at mx.core::Container/addChild()
at mx.core::Container/createComponentFromDescriptor()
at mx.core::Container/createComponentsFromDescriptors()
at mx.core::Container/mx.core:Container::createChildren()
at mx.core::UIComponent/initialize()
at mx.core::Container/initialize()
at
mx.core::UIComponent/ http://www.adobe.com/2006/flex/mx/internal::child
Added()
at
mx.core::Container/ http://www.adobe.com/2006/flex/mx/internal::childAd
ded()
at mx.core::Container/addChildAt()
at mx.core::Container/addChild()
at mx.core::Container/createComponentFromDescriptor()
at mx.core::Container/createComponentsFromDescriptors()
at mx.containers::ViewStack/private::instantiateSelectedChild
()
at
mx.containers::ViewStack/mx.containers:ViewStack::commitProperties()
at mx.core::UIComponent/validateProperties()
at mx.managers::LayoutManager/private::validateProperties()
at mx.managers::LayoutManager/private::doPhasedInstantiation()
at Function/ http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/private::callLaterDispatcher2()
at mx.core::UIComponent/private::callLaterDispatcher()
at [enterFrameEvent]

