I'm working with an s:Window component and using nativeDragAndDrop from the
window to the main application. This works fine above 95% of the time but
then. Crash!!!

TypeError: Error #1009: Cannot access a property or method of a null object
reference.
        at
mx.managers.dragClasses::DragProxy/mouseUpHandler()[/Users/justinmclean/Documents/ApacheFlex4.16/frameworks/projects/framework/src/mx/managers/dragClasses/DragProxy.as:660]
        at
mx.managers.dragClasses::DragProxy/mouseLeaveHandler()[/Users/justinmclean/Documents/ApacheFlex4.16/frameworks/projects/framework/src/mx/managers/dragClasses/DragProxy.as:561]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at
mx.managers::WindowedSystemManager/mouseLeaveHandler()[/Users/justinmclean/Documents/ApacheFlex4.16/frameworks/projects/airframework/src/mx/managers/WindowedSystemManager.as:2306]

I've been unable to stop the crash by wrapping anything in the main app
inside a try/catch. Does anyone have ideas about how I can prevent this? Any
help would be greatly appreciated. My customers are getting pretty annoyed
when the app crashes



--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Reply via email to