Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Firefox 3.x
Language Found: English
Description
Steps to reproduce:
1. Try to compile:
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
controlBarVisible="false">
<s:controlBarContent>
<s:Button label="control bar" />
</s:controlBarContent>
</s:Application>
2.
3.
Actual Results:
Compiler error:
1119: Access of possibly undefined property controlBarVisible through a reference with static type spark.components:Application.
Expected Results:
No compiler error, and the controlBar on the application should be invisible.
Workaround (if any):