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 event for windowedApplication, it creates a window, there is a creationComplete event listener will minimize the window
Actual Results:
window isn't minimized. However if you change the code to maximize the window, then it works
Expected Results:
minimize() inside of creationComplete event hander should minimize the window.
Workaround (if any):
use method call outside of creationComplete event handler after window is opened,