Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Install Flex 4.5.0.19665
2. Overlay AIR 2.6
3. Change app namespace to 2.6, and target player version to 11.0
4. Try to use a spark:window to create a native window with an owner.
Actual Results:
Spark:Window creates the native window in commitProperties(). It doesn't support setting the (new in AIR 2.6) 'owner' flag.
Expected Results:
Spark:Window to have a public 'owner' flag.
Workaround (if any):
Sublass Spark::Window and override commitProperties, which requires duplicating all the code in commitProperties. Ugly.