Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile and run attached MXML file.
Actual Results:
Compiler error ahoy!
In initializer for 'mxmlContent': type mx.components.FxRadioButtonGroup is not assignable to target Array element type .
Expected Results:
No compiler error. You don't get a compiler error when you wrap the FxRadioButtonGroup in an VBox
Workaround (if any):
Put the FxRadioButtonGroup tag in a Declarations tag, or leave it in the root <Application>/<FxApplication> tag.