Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. run test app, in creationComplete handler, windowedApp tries to call minimize()
Actual Results:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at spark.components::WindowedApplication/minimize()
at windowedApp_minimize_in_creationcomplete/configApp()
at windowedApp_minimize_in_creationcomplete/___windowedApp_minimize_in_creationcomplete_WindowedApplication1_creationComplete()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.core::UIComponent/dispatchEvent()
at mx.core::UIComponent/set initialized()
at mx.managers::LayoutManager/doPhasedInstantiation()
at mx.managers::LayoutManager/doPhasedInstantiationCallback()
Expected Results:
no error.
Workaround (if any):