Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
1. Compile the latest samples explorer file GridLayoutExample.mxml under flex_sdk_3/samples/explorer/containers directory
2. Notice that below warning is thrown.
C:\Flex_latest\samples\explorer\containers\GridLayoutExample.mxml(11): Warning: Grid has been deprecated. Instead, please use the constraintRows and constraintColumns prope
rties of containers that implement IConstraintLayout, such as Application, Canvas, and Panel.
<mx:Grid>
C:\Flex_latest\samples\explorer\containers\GridLayoutExample.swf (153711 bytes)
Actual Results: Compiling samples explorer throws warning
Expected Results: No warnings
Workaround (if any): none