Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK 3.4 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Create a new new AIR application.
2. Set the initialWindow.visible property to false in the app.xml file.
3. Run the app.
Actual Results: The initial window is visible.
Expected Results: Should not be visible.
Workaround (if any): Set the visibility property of WindowedApplication to false. (Easy, but shouldn't be necessary, and non-intuitive to have to set it in two places.)