Hi All,

I've got a tab navigator in an app that's throwing a strange 
exception. What happens is that if you *click* on a tab, you don't 
see this error, but if you use the arrow keys to move to one of the 
tabs, you do. The tab in question is different from the others in 
that it's the only one that uses a swf loader to load a swf. I was 
earlier seeing an "Error #2025: The supplied DisplayObject must be a 
child of the caller" message; I'm now seeing the one I've reproduced 
below. Has anyone seen a similar error or have any thoughts on how to 
proceed?

Thanks,

David


TypeError: Error #1034: Type Coercion failed: cannot convert 
flash.events::[EMAIL PROTECTED] to mx.events.ResizeEvent.
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.managers::SystemManager/setActualSize()
[E:\dev\flex_201_borneo\sdk\frameworks\mx\managers\SystemManager.as:17
53]
    at mx.controls::SWFLoader/doScaleContent()
[E:\dev\flex_201_borneo\sdk\frameworks\mx\controls\SWFLoader.as:1449]
    at mx.controls::SWFLoader/updateDisplayList()
[E:\dev\flex_201_borneo\sdk\frameworks\mx\controls\SWFLoader.as:1091]
    at mx.core::UIComponent/validateDisplayList()
[E:\dev\flex_201_borneo\sdk\frameworks\mx\core\UIComponent.as:5826]
    at mx.managers::LayoutManager/validateDisplayList()
[E:\dev\flex_201_borneo\sdk\frameworks\mx\managers\LayoutManager.as:60
0]
    at mx.managers::LayoutManager/doPhasedInstantiation()
[E:\dev\flex_201_borneo\sdk\frameworks\mx\managers\LayoutManager.as:67
3]
    at Function/http://adobe.com/AS3/2006/builtin::apply()
    at mx.core::UIComponent/callLaterDispatcher2()
[E:\dev\flex_201_borneo\sdk\frameworks\mx\core\UIComponent.as:7975]
    at mx.core::UIComponent/callLaterDispatcher()
[E:\dev\flex_201_borneo\sdk\frameworks\mx\core\UIComponent.as:7918]

Reply via email to