Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile attached test case.
Actual Results:
Loading configuration file C:\depot\flex\sdk\frameworks\flex-config.xml
CoachWarningFlagChange.mxml(10): Warning: Duplicate variable definition.
var s:String;
CoachWarningFlagChange.mxml: Warning: Data binding will not be able to detect assignments to "myLabel".
Expected Results:
CoachWarningFlagChange.mxml(10): Warning: Duplicate variable definition.
var s:String;
CoachWarningFlagChange.mxml(14): Warning: Data binding will notbe able to detect assignments to "myLabel".
<mx:Button label="
{myLabel}" />