Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Apache Falcon 1.0
Description
Using the id attribute in <mx:ConstraintRow /> or <mx:ConstraintColumn> throws the error:
C:\dev\ie8-git\flexclient\FalconTest\src\FalconTest.mxml:11
Error: This id is not unique. It will be ignored.
<mx:ConstraintColumn id="col2" />
^
C:\dev\ie8-git\flexclient\FalconTest\src\FalconTest.mxml:14
Error: This id is not unique. It will be ignored.
<mx:ConstraintRow id="row2" />
Using the id attribute in <mx:AddChild /> throws the error:
Error: This id is not unique. It will be ignored.
<mx:AddChild id="addChild0">
Using the id attribute in <s:GradientGlowFilter/> throws the error:
[java] Error: This id is not unique. It will be ignored.
[java] <s:GradientGlowFilter id="glow1" >
Using the id attribute in <s:GlowFilter/> throws the error:
[java] Error: This id is not unique. It will be ignored.
[java] <s:GradientGlowFilter id="glow1" >
Attachments
Attachments
Issue Links
- blocks
-
FLEX-33306 Falcon can't compile mx
- Resolved