Mxml components not compiled into swc?

Hi, I am using Flash Builder(Flex 4) and i am having issues compiling mxml components into swc.
My scenario:
I created Flex Library project, added some mxml components and actionsript classes.
I created separate Flex project and added swc file to project's library path.
I can only import actionscript classes from my library.
ActionScript classes are compiled and bundled in the swc as expected, but all mxml components are not compiled into the swc.
Do you have the same issues compiling mxml components?
I am using Flash Builder Version 4.0 (build 253292).

My team occasionally sees issues with missing classes in a similar setup, although I can't confirm that it has been limited to MXML (and no one has been able to reliably reproduce).
I suspect our problem is the "includeAllClasses" property in .flexLibProperties (Project->Properties->Flex Library Build Path->Classes->Include all classes from all source paths)--it seems to not reliably compile in newly added classes.  Our workaround right now is to instead click "Select classes to include in the library" and toggle our source directory every time classes are added, at least until we script our own build tasks.  Looking through Jira I see this is a common issue: https://bugs.adobe.com/jira/browse/FB-23514 (and a few others).
Hope this helps,

Similar Messages

  • [svn:fx-trunk] 16262: Move mx components out of framework.swc into mx.swc

    Revision: 16262
    Revision: 16262
    Author:   [email protected]
    Date:     2010-05-20 11:44:39 -0700 (Thu, 20 May 2010)
    Log Message:
    Move mx components out of framework.swc into mx.swc
    The new mx.swc library lives in the libs/mx directory.
    QE notes: Of the 5 failures I saw: 1 was intermittent and 4 are not a bug.
    Managers/StyleManager/AdvancedCSS/descendantSelectors/AdvancedCSS_descendantSelectors_Styl e descendantSelector_combining_nested_style
        This failure was intermittent.
    mx/effects/Resize/Containers/Resize_Containers Effects_Resize_Containers_ApplicationControlBar_FromTo
    mx/effects/Resize/Containers/Resize_Containers Effects_Resize_Containers_ApplicationControlBar_By
    mx/effects/Resize/Containers/Resize_Containers Effects_Resize_Containers_ControlBar_FromTo
    mx/effects/Resize/Containers/Resize_Containers Effects_Resize_Containers_ControlBar_By
        These failures are due to my code changes but I believe the old behavior was incorrect. When a control bar is the last child in a Panel it should appear at the bottom of the Panel. In the test case an ApplicationControlBar/ContorlBar is added to an empty Panel, making it the last child in the Panel. So it should appear at the bottom of the Panel instead of inside the Panel.
    Doc notes: new library, mx.swc
    Bugs:
    Reviewer: Alex
    Tests run:
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/frameworks/air-config.xml
        flex/sdk/trunk/frameworks/build.xml
        flex/sdk/trunk/frameworks/flex-config.xml
        flex/sdk/trunk/frameworks/projects/airframework/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/airframework/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/airframework/build.xml
        flex/sdk/trunk/frameworks/projects/airspark/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/airspark/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/airspark/build.xml
        flex/sdk/trunk/frameworks/projects/automation/build.xml
        flex/sdk/trunk/frameworks/projects/automation_air/build.xml
        flex/sdk/trunk/frameworks/projects/automation_airspark/build.xml
        flex/sdk/trunk/frameworks/projects/automation_dmv/build.xml
        flex/sdk/trunk/frameworks/projects/automation_flashflexkit/build.xml
        flex/sdk/trunk/frameworks/projects/automation_spark/build.xml
        flex/sdk/trunk/frameworks/projects/datavisualization/build.xml
        flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
        flex/sdk/trunk/frameworks/projects/framework/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/framework/build.xml
        flex/sdk/trunk/frameworks/projects/framework/defaults-3.0.0.css
        flex/sdk/trunk/frameworks/projects/framework/defaults.css
        flex/sdk/trunk/frameworks/projects/framework/src/FrameworkClasses.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/MaskEffectInsta nce.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/MoveInstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/ILayoutManager.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/states/AddChild.as
        flex/sdk/trunk/frameworks/projects/halo/build.xml
        flex/sdk/trunk/frameworks/projects/rpc/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/spark/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/spark/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/spark/build.xml
        flex/sdk/trunk/frameworks/projects/sparkskins/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/sparkskins/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/utilities/build.xml
        flex/sdk/trunk/frameworks/projects/wireframe/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/wireframe/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/wireframe/build.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/framework/manifest.xml
        flex/sdk/trunk/frameworks/projects/mx/
        flex/sdk/trunk/frameworks/projects/mx/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/mx/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/mx/.project
        flex/sdk/trunk/frameworks/projects/mx/.settings/
        flex/sdk/trunk/frameworks/projects/mx/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/mx/build.xml
        flex/sdk/trunk/frameworks/projects/mx/bundles/
        flex/sdk/trunk/frameworks/projects/mx/bundles/da_DK/
        flex/sdk/trunk/frameworks/projects/mx/bundles/da_DK/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/da_DK/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/da_DK/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/de_DE/
        flex/sdk/trunk/frameworks/projects/mx/bundles/de_DE/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/de_DE/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/de_DE/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/en_US/
        flex/sdk/trunk/frameworks/projects/mx/bundles/en_US/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/en_US/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/en_US/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/en_US/packages.dita
        flex/sdk/trunk/frameworks/projects/mx/bundles/es_ES/
        flex/sdk/trunk/frameworks/projects/mx/bundles/es_ES/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/es_ES/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/es_ES/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/fi_FI/
        flex/sdk/trunk/frameworks/projects/mx/bundles/fi_FI/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/fi_FI/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/fi_FI/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/
        flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/it_IT/
        flex/sdk/trunk/frameworks/projects/mx/bundles/it_IT/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/it_IT/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/it_IT/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/ja_JP/
        flex/sdk/trunk/frameworks/projects/mx/bundles/ja_JP/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/ja_JP/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/ja_JP/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/ko_KR/
        flex/sdk/trunk/frameworks/projects/mx/bundles/ko_KR/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/ko_KR/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/ko_KR/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/nb_NO/
        flex/sdk/trunk/frameworks/projects/mx/bundles/nb_NO/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/nb_NO/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/nb_NO/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/nl_NL/
        flex/sdk/trunk/frameworks/projects/mx/bundles/nl_NL/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/nl_NL/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/nl_NL/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/pt_BR/
        flex/sdk/trunk/frameworks/projects/mx/bundles/pt_BR/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/pt_BR/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/pt_BR/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/ru_RU/
        flex/sdk/trunk/frameworks/projects/mx/bundles/ru_RU/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/ru_RU/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/ru_RU/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/sv_SE/
        flex/sdk/trunk/frameworks/projects/mx/bundles/sv_SE/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/sv_SE/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/sv_SE/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/zh_CN/
        flex/sdk/trunk/frameworks/projects/mx/bundles/zh_CN/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/zh_CN/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/zh_CN/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/zh_TW/
        flex/sdk/trunk/frameworks/projects/mx/bundles/zh_TW/containers.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/zh_TW/mxControls.properties
        flex/sdk/trunk/frameworks/projects/mx/bundles/zh_TW/mxCore.properties
        flex/sdk/trunk/frameworks/projects/mx/defaults-3.0.0.css
        flex/sdk/trunk/frameworks/projects/mx/defaults.css
        flex/sdk/trunk/frameworks/projects/mx/manifest.xml
        flex/sdk/trunk/frameworks/projects/mx/src/
        flex/sdk/trunk/frameworks/projects/mx/src/MxClasses.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/AccordionHeaderAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/AlertAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/ButtonAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/CheckBoxAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/ColorPickerAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/ComboBaseAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/ComboBoxAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/DataGridAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/DateChooserAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/DateFieldAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/LabelAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/LinkButtonAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/ListAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/ListBaseAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/MenuAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/MenuBarAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/PanelAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/RadioButtonAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/SliderAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/TabBarAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/TitleWindowAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/accessibility/TreeAccImpl.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Accordion.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Accordion.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/ApplicationControlBar.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/ApplicationControlBar.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Box.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Box.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/BoxDirection.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Canvas.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Canvas.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/ControlBar.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/ControlBar.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/DividedBox.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/DividedBox.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/DividerState.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Form.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Form.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/FormHeading.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/FormHeading.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/FormItem.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/FormItem.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/FormItemDirection.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Grid.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Grid.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/GridItem.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/GridRow.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/HBox.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/HBox.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/HDividedBox.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/HDividedBox.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Panel.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Panel.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/TabNavigator.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/TabNavigator.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Tile.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/Tile.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/TileDirection.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/TitleWindow.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/TitleWindow.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/VBox.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/VBox.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/VDividedBox.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/VDividedBox.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/ViewStack.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/ViewStack.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/accordionClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/dividedBoxClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/gridClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/utilityClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/utilityClasses/ApplicationLayout. as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/utilityClasses/BoxLayout.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/utilityClasses/CanvasLayout.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/utilityClasses/Layout.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/containers/utilityClasses/PostScaleAdapter.a s
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Alert.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Button.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Button.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/ButtonBar.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/ButtonBar.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/ButtonLabelPlacement.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/ButtonPhase.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/CalendarLayout.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/CheckBox.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/CheckBox.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/ColorPicker.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/ColorPicker.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/ComboBase.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/ComboBox.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/ComboBox.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/DataGrid.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/DataGrid.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/DateChooser.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/DateChooser.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/DateField.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/DateField.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/FormItemLabel.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/HRule.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/HRule.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/HScrollBar.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/HScrollBar.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/HSlider.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/HSlider.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/HorizontalList.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/HorizontalList.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Image.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Image.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Label.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Label.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/LinkBar.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/LinkBar.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/LinkButton.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/LinkButton.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/List.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/List.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Menu.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Menu.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/MenuBar.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/MenuBar.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/NavBar.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/NumericStepper.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/NumericStepper.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/PopUpButton.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/PopUpMenuButton.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/RadioButton.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/RadioButton.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/RadioButtonGroup.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/RadioButtonGroup.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/RichTextEditor.mxml
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/RichTextEditor.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/TabBar.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/TabBar.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Text.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Text.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/TextArea.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/TextArea.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/TextInput.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/TextInput.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/TileList.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/TileList.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/ToggleButtonBar.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Tree.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/Tree.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/VRule.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/VRule.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/VScrollBar.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/VScrollBar.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/VSlider.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/VSlider.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/VideoDisplay.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/VideoDisplay.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/alertClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/assets/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/buttonBarClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/colorPickerClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/colorPickerClasses/SwatchPanel.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/colorPickerClasses/SwatchPanel.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/dataGridClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/BaseListData.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/IDropInListItemRenderer .as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/ListBase.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/ListBaseContentHolder.a s
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/ListBaseFindPending.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/ListBaseSeekPending.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/ListBaseSelectionData.a s
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/ListBaseSelectionDataPe nding.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/ListBaseSelectionPendin g.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/ListData.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/ListItemDragProxy.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/ListItemRenderer.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/ListRowInfo.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/TileBase.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/TileBaseDirection.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/listClasses/TileListItemRenderer.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/menuClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/richTextEditorClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/scrollClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/sliderClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/tabBarClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/textClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/treeClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/videoClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/core/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/core/Application.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/core/Container.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/core/ContainerLayout.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/core/ContainerRawChildrenList.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/core/ITextInput.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/core/LayoutContainer.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/core/Repeater.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/core/Repeater.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/core/ScrollControlBase.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/core/Version.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/AddChildAction.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/AddItemAction.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/DefaultListEffect.mxml
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/DefaultTileListEffect.mxml
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/Glow.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/RemoveChildAction.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/RemoveItemAction.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/Resize.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/SetPropertyAction.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/UnconstrainItemAction.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/WipeDown.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/WipeLeft.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/WipeRight.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/WipeUp.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/easing/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/easing/Cubic.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/easing/Linear.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/easing/Quadratic.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/easing/Quartic.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/easing/Quintic.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/easing/Sine.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/AddChildActionInstance .as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/AddItemActionInstance. as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/GlowInstance.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/RemoveChildActionInsta nce.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/RemoveItemActionInstan ce.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/ResizeInstance.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/SetPropertyActionInsta nce.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/UnconstrainItemActionI nstance.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/WipeDownInstance.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/WipeLeftInstance.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/WipeRightInstance.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/effects/effectClasses/WipeUpInstance.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/CalendarLayoutChangeEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/ColorPickerEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/CuePointEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/DataGridEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/DataGridEventReason.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/DateChooserEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/DateChooserEventDetail.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/DividerEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/IndexChangedEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/ListEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/ListEventReason.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/MenuEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/MetadataEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/NumericStepperEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/ScrollEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/ScrollEventDetail.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/ScrollEventDirection.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/SliderEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/SliderEventClickTarget.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/TreeEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/events/VideoEvent.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/modules/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/modules/Module.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/modules/ModuleLoader.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/modules/ModuleLoader.png
        flex/sdk/trunk/frameworks/projects/mx/src/mx/printing/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/printing/PrintDataGrid.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/AccordionHeaderSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ActivatorSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ApplicationBackground.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ButtonBarButtonSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ButtonSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/CheckBoxIcon.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ColorPickerSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ComboBoxArrowSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/DataGridColumnDropIndicator.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/DataGridColumnResizeSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/DataGridHeaderBackgroundSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/DataGridHeaderSeparator.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/DataGridSortArrow.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/DateChooserIndicator.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/DateChooserMonthArrowSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/DateChooserYearArrowSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/HaloBorder.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/HaloColors.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/LinkButtonSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/LinkSeparator.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/MenuBarBackgroundSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/NumericStepperDownSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/NumericStepperUpSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/PanelSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/PopUpButtonSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/PopUpIcon.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/PopUpMenuIcon.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ProgressBarSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ProgressIndeterminateSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ProgressMaskSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ProgressTrackSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/RadioButtonIcon.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ScrollArrowSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ScrollThumbSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/ScrollTrackSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/SliderHighlightSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/SliderThumbSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/SliderTrackSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/SwatchPanelSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/SwatchSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/TabSkin.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/TitleBackground.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/skins/halo/WindowBackground.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/AlignStyles.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/AnchorStyles.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/BackgroundStyles.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/BarColorStyle.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/BorderStyles.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/ContainerBackgroundStyles.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/FillStyles.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/FocusStyles.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/GapStyles.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/IconColorStyles.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/LeadingStyle.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/ModalTransparencyStyles.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/PaddingStyles.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/SelectedFillColorsStyle.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/SkinStyles.as
        flex/sdk/trunk/frameworks/projects/mx/src/mx/styles/metadata/TextStyles.as
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/framework/bundles/en_US/containers.properties
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AccordionHeaderAccImpl. as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AlertAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ButtonAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/CheckBoxAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ColorPickerAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ComboBaseAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ComboBoxAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/DataGridAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/DateChooserAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/DateFieldAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/LabelAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/LinkButtonAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ListAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ListBaseAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/MenuAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/MenuBarAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/PanelAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/RadioButtonAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/SliderAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/TabBarAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/TitleWindowAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/TreeAccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Accordion.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Accordion.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ApplicationControlBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ApplicationControlBar.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Box.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Box.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/BoxDirection.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Canvas.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Canvas.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ControlBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ControlBar.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/DividedBox.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/DividedBox.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/DividerState.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Form.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Form.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormHeading.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormHeading.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormItem.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormItem.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormItemDirection.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Grid.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Grid.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/GridItem.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/GridRow.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/HBox.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/HBox.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/HDividedBox.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/HDividedBox.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Panel.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Panel.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TabNavigator.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TabNavigator.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Tile.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Tile.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TileDirection.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TitleWindow.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TitleWindow.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/VBox.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/VBox.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/VDividedBox.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/VDividedBox.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ViewStack.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ViewStack.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/accordionClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/dividedBoxClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/gridClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/Application Layout.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/BoxLayout.a s
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/CanvasLayou t.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/Layout.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/PostScaleAd apter.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Alert.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Button.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Button.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ButtonBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ButtonBar.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ButtonLabelPlacement.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ButtonPhase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/CalendarLayout.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/CheckBox.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/CheckBox.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ColorPicker.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ColorPicker.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ComboBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ComboBox.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ComboBox.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DataGrid.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DataGrid.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateChooser.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateChooser.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateField.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateField.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/FormItemLabel.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HRule.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HRule.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HScrollBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HScrollBar.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HSlider.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HSlider.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HorizontalList.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HorizontalList.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Image.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Image.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Label.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Label.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/LinkBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/LinkBar.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/LinkButton.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/LinkButton.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/List.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/List.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Menu.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Menu.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/MenuBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/MenuBar.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/NavBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/NumericStepper.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/NumericStepper.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/PopUpButton.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/PopUpMenuButton.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RadioButton.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RadioButton.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RadioButtonGroup.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RadioButtonGroup.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RichTextEditor.mxml
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RichTextEditor.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TabBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TabBar.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Text.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Text.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TextArea.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TextArea.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TextInput.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TextInput.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TileList.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TileList.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ToggleButtonBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Tree.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Tree.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VRule.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VRule.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VScrollBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VScrollBar.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VSlider.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VSlider.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VideoDisplay.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VideoDisplay.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/alertClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/assets/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/buttonBarClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/colorPickerClasses/SwatchPan el.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/colorPickerClasses/SwatchPan el.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/BaseListData.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/IDropInListItemR enderer.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseContentH older.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseFindPend ing.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseSeekPend ing.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseSelectio nData.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseSelectio nDataPending.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseSelectio nPending.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListData.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListItemDragProx y.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListItemRenderer .as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListRowInfo.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/TileBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/TileBaseDirectio n.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/TileListItemRend erer.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/richTextEditorClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/scrollClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/sliderClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/tabBarClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/textClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/videoClasses/
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Application.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Container.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ContainerLayout.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ContainerRawChildrenList.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ITextInput.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/LayoutContainer.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Repeater.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Repeater.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ScrollControlBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddChildAction.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddItemAction.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/DefaultListEffect.mxml
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/DefaultTileListEffect.mxml
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Glow.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/RemoveChildAction.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/RemoveItemAction.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Resize.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetPropertyAction.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/UnconstrainItemAction.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/WipeDown.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/WipeLeft.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/WipeRight.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/WipeUp.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Cubic.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Linear.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Quadratic.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Quartic.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Quintic.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Sine.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/AddChildActionI nstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/AddItemActionIn stance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/GlowInstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/RemoveChildActi onInstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/RemoveItemActio nInstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/ResizeInstance. as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SetPropertyActi onInstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/UnconstrainItem ActionInstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/WipeDownInstanc e.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/WipeLeftInstanc e.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/WipeRightInstan ce.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/WipeUpInstance. as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/CalendarLayoutChangeEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ColorPickerEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/CuePointEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DataGridEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DataGridEventReason.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DateChooserEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DateChooserEventDetail.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DividerEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/IndexChangedEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ListEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ListEventReason.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/MenuEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/MetadataEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/NumericStepperEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ScrollEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ScrollEventDetail.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ScrollEventDirection.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/SliderEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/SliderEventClickTarget.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/TreeEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/VideoEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/Module.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/ModuleLoader.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/ModuleLoader.png
        flex/sdk/trunk/frameworks/projects/framework/src/mx/printing/PrintDataGrid.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/AccordionHeaderSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ActivatorSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ApplicationBackground.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ButtonBarButtonSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ButtonSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/CheckBoxIcon.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ColorPickerSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ComboBoxArrowSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DataGridColumnDropIndicato r.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DataGridColumnResizeSkin.a s
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DataGridHeaderBackgroundSk in.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DataGridHeaderSeparator.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DataGridSortArrow.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DateChooserIndicator.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DateChooserMonthArrowSkin. as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DateChooserYearArrowSkin.a s
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/HaloBorder.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/HaloColors.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/LinkButtonSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/LinkSeparator.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/MenuBarBackgroundSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/NumericStepperDownSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/NumericStepperUpSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PanelSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PopUpButtonSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PopUpIcon.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PopUpMenuIcon.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ProgressBarSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ProgressIndeterminateSkin. as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ProgressMaskSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ProgressTrackSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/RadioButtonIcon.as

  • Converting MXML Components to ActionScript Classes

    I'm in the process of converting most (if not all) of my MXML
    components to Action Script classes. I've found this is easy, and
    doesn't require a lot of extra code when extending a simple
    container or control. However, several of my MXML components have
    several nested containers and controls - i.e. a component that
    contains several Labels, a ComboBox, a TextInput, a Button, and a
    DataGrid, plus several other containers needed for layout. To code
    the layout of all these containers and controls using MXML, it uses
    about 16 lines of code. To code the layout in ActionScript, it
    takes about 50+ lines of code (see attached).
    I'm just wondering if there are any best practices for
    creating ActionScript classes that include several (or even A LOT
    OF) containers and controls. It's very easy to layout in MXML, and
    is more visibly pleasing to look at and understand, but I feel it
    is best practice to code components as ActionScript classes. I know
    I should be using MVC, but it's a little late to rewrite the entire
    application now.
    Any thoughts?

    I can't specifically speak to how to write layout code in
    ActionScript, but you can look at the generated code that Flex
    creates to get an idea of how Flex does it. When you compile an
    app, the Flex compiler takes your MXML input and converts it to
    ActionScript classes before compiling the entire set of classes
    into a SWF. Because of this, you can look at the interim
    ActionScript code.
    You do this by setting the keep-generated-actionscript
    compiler option to true and looking in the /generated directory.
    hth,
    matt horn
    flex docs

  • Unused classes gets compiled into swf

    I am building a swc [MY.swc] component with compc. It is suppose to contain base functionality for MY.swf
    I need to include another (third party) swc [OTHER.swc] into my own swc. This other swc has a reference to mx.core.mx_internal and I suspect that it is this reference that in the end, when I compile MY.swf, results in that all mx classes (mx.*) and all spark classes (spark.*) is included in MY.swf (seen when decompiling)
    The difference in size between MY.swf with/without OTHER.swc is ~180kB.
    The only difference (when decompiling) MY.swc with/without OTHER.swc is that the first has a reference to mx.core.mx_internal
    Here is the compc part from my ANT task:
    <compc output="MY.swc">
    <include-sources dir="${project.root}/${SRC_ROOT}" includes="*" />
    <library-path dir="${project.root}/${LIBS_DIR}" includes="*" />
    </compc>
    Do you know if there is a problem with compiling a swc into another swc?
    Any other ideas why all mx and spark classes are included?
    Thanks!

    I solved my own problem:
    Needed to set append flag (in library-path) to false when building MY.swf
    <compiler.library-path dir="${project.root}" append="false">
      <include name="${LIBS_DIR}" />
    </compiler.library-path>
    Have not yet figured out exacly why, but it resulted in that the unused classes were not compiled.

  • Using salesforce connector in multiple mxml components

    I am using Flex 2.0.1 and Salesforce as Database. My question
    is i am creating login method in each component and application. I
    want to use/pass salesforce connection from main application to all
    sub component, how can i achieve this to avoid login for each
    application/ component.
    example: In my project i created main.mxml application and 3
    mxml components in each component i am logining into the salesforce
    database to retrieve data from the database. i want to avoid
    creating multiple logins for the components instead of writing
    login for each mxml component i want login for the first time in
    main.mxml application and want to use the same connection in mxml
    components. Can anyone tell me how can i achieve this
    If you feel this is not sufficient information to solve this
    problem then let me know i will post another message with sample
    code.
    Thanks in advance.

    The solution I ended up using was just to reference the CSS file at the root MXML application. Then I could just use .styleName on the Menu component and voila, it worked.

  • Dynamically add custom MXML components in Actionscript

    As there's no constructor for custom MXML components, how to
    dynamically add it as a child using ActionScript?
    I'm looking for some alternative to avoid the need to rewrite
    the entire existent component in ActionScript just to add it this
    feature (a constructor). PopManager is not an alternative...
    Is there any way?
    The case/situation:
    I have a custom MXML component that needs to be dinamically
    added to a NativeWindow created using ActionScript.
    Thanks a lot!
    Vicente Junior
    Independent Web Developer
    http://teclandoalto.blogspot.com

    mxml classes get generated into AS classes with a default
    constructor.
    In fact, there is essentially no difference between an AS
    component and an mxml component, they can be used exactly the same
    way.
    Tracy

  • Data between mxml components

    I have a question about data between mxml components.
    Product.mxml is the overview screen for the products and ProductDetail.mxml (it is a TitleWindow) the detail screen.
    In the Product I define a value object ProductVo with all the data. When I click a record in the overview and click the button 'change' (changeProduct function) then a popup window appears with all the data in it.
    Code in Product.mxml:
    [Bindable]
    public var myWin:ProductDatail;
    private function changeProduct():void {
      myWin = PopUpManager.createPopUp(this, ProductDetail, true) as ProductDetail;
      myWin["btnSave"].addEventListener("click", save);
    private function save(event:Event):void {
      productVo.productId = myWin.ti_productnr.text;
      productVo.name = myWin.ti_name.text;
      productVo.ean = myWin.ti_ean.text;
      ...some code to save the data in the db...
    Code in ProductDetail.mxml:
    [Bindable]
    public var productDetailVo:ProductVo;
        <mx:Form>
            <mx:FormItem label="Productnr" required="true">
                <mx:TextInput id="ti_productnr" text="{productDetailVo.productId}" width="60"/>
            </mx:FormItem>
            <mx:FormItem label="Naam" required="true">
                <mx:TextInput id="ti_name" text="{productDetailVo.name}" width="200"/>
            </mx:FormItem>
            <mx:FormItem label="Ean">
                <mx:TextInput id="ti_ean" text="{productDetailVo.ean}" width="100"/>
            </mx:FormItem>
            <mx:FormItem direction="horizontal">
                <mx:Button id="btnSave" label="Save"/>
            </mx:FormItem>
        </mx:Form>
    So my question: the save function in Product.mxml, is it possible to do this in a easier way instead of linking all the data from the form into the value object? Something like productVo = myWin.productDetailVo, but that does not work.

    I just looked at the parsley framework and saw this code:
    private function save():void
    contact.firstName = firstName.text;
    contact.lastName = lastName.text;
    contact.email = email.text;
    service.save(contact);
    So, it is doing the same thing I'm doing.
    I'm using Spring and hibernate on the server level, it is my own framework.

  • Does not compile on LV 2013, but works fine on LV 2012 SP1

    I have an FPGA VI that compiles without issue with LV 2012 SP1, but does not work with LV 2013 and Xilinx Tools version 14.4. Why is this happening? I have attached the compiler log file.
    Attachments:
    XilinxLog.txt ‏1468 KB

    ba_0101,
    2012 SP1 and 2013 both use different versions of the xilinx compilation tools. As we don't produce that software it's hard to say exactly what may have changed in their implementation that is causing the compilation to fail. A quick look at the logs uncovers this error during the placement phase:
    ERROR:Place:120 - There were not enough sites to place all selected components.
    Some of these failures can be circumvented by using an alternate algorithm
    (though it may take longer run time). If you would like to enable this
    algorithm please set the environment variable XIL_PAR_ENABLE_LEGALIZER to 1
    and try again
    It looks to me like this error stems from this:
    ERROR:Place:543 - This design does not fit into the number of slices available
    in this device due to the complexity of the design and/or constraints.
    Which is a simple resource overmapping error. It looks like your design is rather large based on the rest of the logs. Am I correct in assuming this? During the compilation, what do the pre-synthesis device utilization reports estimate?
    With large designs it is common to sometimes have successful compilations and sometimes not due to the random nature of the compiler during the place and route phases. Does the design consistently fail in 2013 accross several compilation attempts?
    If you continue to see consistent failures, Xilinx's support documentation for this error suggests using setting an environment variable within the compile tools to use a different algorithm in the P&R phase. According to the documentation, this algorithm may take longer to execute, however it should improve the likelihood that your design successfully compiles. 
    Additionally, if the design is just over utilization, you may benefit most by searching your design for areas that could be quickly and easily optimized to decrease resource utilization. I hope this information helps, please post back if you have any further questions.
    Nick C | Staff LabVIEW Platform Product Support Engineer | National Instruments

  • Fl.* components not displaying correctly, getting error 2007 and 1009. help me please

    Hi guys,
    I am trying to make my application use Flash components, but I have a problem with displaying them correctly. I've used Flash CS5 to export them into .SWC. In Flex it seems that their graphics doesn't load, and below is a screenshot how it looks with a Button and UILoader. I couldn't find any solution, as I've searched other forums.
    And also I've selected all flash components to be included in the .SWC library, but almost half of them is missing when I include the file in Flex. Is maybe some catalog corrupted or is it an issue with Flash CS5? I hope somebody can help please!
    I when I try to use the .SWC in in Flash I get this:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at fl.containers::ScrollPane/drawBackground()
    at fl.containers::ScrollPane/draw()
    at fl.core::UIComponent/callLaterDispatcher()
    TypeError: Error #2007: Parameter child must be non-null.
    at flash.display::DisplayObjectContainer/addChildAt()
    at fl.controls::BaseButton/drawBackground()
    at fl.controls::BaseButton/draw()
    at fl.core::UIComponent/drawNow()
    at fl.controls::ScrollBar/draw()
    at fl.core::UIComponent/callLaterDispatcher()

    Hi guys,
    I am trying to make my application use Flash components, but I have a problem with displaying them correctly. I've used Flash CS5 to export them into .SWC. In Flex it seems that their graphics doesn't load, and below is a screenshot how it looks with a Button and UILoader. I couldn't find any solution, as I've searched other forums.
    And also I've selected all flash components to be included in the .SWC library, but almost half of them is missing when I include the file in Flex. Is maybe some catalog corrupted or is it an issue with Flash CS5? I hope somebody can help please!
    I when I try to use the .SWC in in Flash I get this:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at fl.containers::ScrollPane/drawBackground()
    at fl.containers::ScrollPane/draw()
    at fl.core::UIComponent/callLaterDispatcher()
    TypeError: Error #2007: Parameter child must be non-null.
    at flash.display::DisplayObjectContainer/addChildAt()
    at fl.controls::BaseButton/drawBackground()
    at fl.controls::BaseButton/draw()
    at fl.core::UIComponent/drawNow()
    at fl.controls::ScrollBar/draw()
    at fl.core::UIComponent/callLaterDispatcher()

  • NewTransformer - Could not compile stylesheet exception

    Using the following code:
    Transformer transformer = factory.newTransformer( new StreamSource(xsltFile) );
    If I fill the xsltFile string variable with "contents.xslt" it goes through fine.
    But, if I put the following into the xsltFile variable, it throws the following exception:
    "C:\\test\\src\\xslt\\contents.xslt"
    Failed to transform file C:\DB Documenter\output\xml\main.xml due to: javax.xml.transform.TransformerConfigurationException: Could not compile stylesheet
    I am formatting the the source and result strings in the actual transform the same way, and they work fine pointing to a c:\ directory. Any reason this blows up on the newTransformer call?
    Here is the whole code:
    public void performTransform(String xsltFile, String xmlFile, String htmlFile) {       
    try {           
    TransformerFactory factory = TransformerFactory.newInstance();
    /* xsltFile = "contents.xslt"; */
    xsltFile = "C:\\DB Documenter\\src\\xslt\\contents.xslt";
    Transformer transformer = factory.newTransformer( new StreamSource(xsltFile) );
    StreamSource xmlSource = new StreamSource(xmlFile);
    StreamResult htmlResult = new StreamResult(htmlFile);
    transformer.transform(xmlSource, htmlResult);
    } catch (Exception e) {
    JOptionPane.showMessageDialog(null, "Failed to transform file " + xmlFile + " due to: " + e);
    }

    StreamSource/Results are simple POJOs: the interpretation of the the system ID you construct them from is left to the interpretation of the object that will use them. This is why the behavior is not consistent.
    For this reason, I never use StreamSource/Result(String) constructors but prefer either the constructor that takes a File or a Reader.

  • Data is not inserting into table

    Hi Team,
    I am inserting data into a custom table.
    but my records are not inserting into table
    //CO File
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    am.invokeMethod("createEmployee");
    // am.invokeMethod("init");
    * Procedure to handle form submissions for form elements in
    * a region.
    * @param pageContext the current OA page context
    * @param webBean the web bean corresponding to the region
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    if (pageContext.getParameter("Apply") != null)
    OAViewObject vo = (OAViewObject)am.findViewObject("TestEmpVO1");
    String NAME = (String)vo.getCurrentRow().getAttribute("Name");
    Number employeeNumber = (Number)vo.getCurrentRow().getAttribute("Num");
    String NUM = String.valueOf(employeeNumber.intValue());
    am.invokeMethod("apply");
    MessageToken[] tokens = { new MessageToken("EMP_NAME", NAME),
    new MessageToken("EMP_NUMBER", NUM) };
    OAException confirmMessage = new OAException("AK", "FWK_TBX_T_EMP_CREATE_CONFIRM", tokens,
    OAException.CONFIRMATION, null);
    pageContext.putDialogMessage(confirmMessage);
    else if (pageContext.getParameter("Cancel") != null)
    am.invokeMethod("rollbackEmployee");
    TransactionUnitHelper.endTransactionUnit(pageContext, "empCreateTxn");
    // End CO
    //AMImpl
    package oracle.apps.fnd.framework.toolbox.labsolutions.server;
    import oracle.jbo.Row;
    import oracle.jbo.Transaction;
    import oracle.jbo.RowSetIterator;
    import oracle.jbo.domain.Number;
    import oracle.apps.fnd.common.MessageToken;
    import oracle.apps.fnd.common.VersionInfo;
    import oracle.apps.fnd.framework.server.OAApplicationModuleImpl;
    import oracle.apps.fnd.framework.OAException;
    import oracle.apps.fnd.framework.OARow;
    import oracle.apps.fnd.framework.OAViewObject;
    import oracle.apps.fnd.framework.server.OAViewObjectImpl;
    // --- File generated by Oracle Business Components for Java.
    public class TestEmpAMImpl extends EmployeeAMImpl
    * This is the default constructor (do not remove)
    public TestEmpAMImpl()
    * Container's getter for TestEmpVO1
    public TestEmpVOImpl getTestEmpVO1()
    return (TestEmpVOImpl)findViewObject("TestEmpVO1");
    * Creates a new employee.
    public void createEmployee()
    OAViewObject vo = (OAViewObject)getTestEmpVO1();
    // Per the coding standards, this is the proper way to initialize a
    // VO that is used for both inserts and queries. See View Objects
    // in Detail in the Developer's Guide for additional information.
    if (!vo.isPreparedForExecution())
    vo.executeQuery();
    Row row = vo.createRow();
    vo.insertRow(row);
    // Required per OA Framework Model Coding Standard M69
    row.setNewRowState(Row.STATUS_INITIALIZED);
    } // end createEmployee()
    public void apply()
    getDBTransaction().commit();
    * Sample main for debugging Business Components code using the tester.
    public static void main(String[] args)
    launchTester("oracle.apps.fnd.framework.toolbox.labsolutions.server", "TestEmpAMLocal");
    //End AmImpl
    Please suggest.
    Thanks,
    Ajit

    Ajit,
    Its always a good idea to close the thread with an explanation. It will help others whenever they are into similar situation.
    --Shiv                                                                                                                                                                                                                                                                                               

  • "500 Internal Server Error" not opening into explorer

    I have problem in ORACLE BI while opening Presentation Services and BI publisher.
    I installed MS Windows 2003 Server SP2, Internet Explorer 6.0, ORACLE10g R2 database and created a database MIS. Installed JDK 1.6 and ORACLE BIEE 10.1.3.4.1
    When I open ORACLE BI Presentation Services or BI Publisher from menu it is giving
    “500 Internal Server Error” not opening into explorer. Attached is the screen shot for your review.
    The log says
    OracleJSP: oracle.jsp.provider.JspCompileException:
    Errors compiling:
    C:\obiee\OracleBI\oc4j_bi\j2ee\home\applicationdeployments\analytics\analytics\persistence\_pages\\_default.java
    An input/output error occurred
    Consult the following stack trace for detail
    java.io.IOException: cannot close class loader
    Caused by : java.lang.NullPointerException.
    All advice appreciated.
    Thanks

    Hello Brahmeshwar
    The defaulttrace error you are looking normally is just a warning, and can be simply ignored.
    Please search the Exception ID which you are seeing in the page, like "005056A0354D001F000000650000100C0004904D0B0E33C7"
    And check the detailed exception there.
    And please check whether you are getting any issue when accesing other J2EE apps like http://<host>:<port>/useradmin  or /nwa.
    Best Regards,
    Thunder

  • PL/SQL spatial query will not compile.

    I have a PL/SQL spatial query that will not compile, but the equivalent SQLPlus query works fine. I.e. (convert decimal degrees to degrees,minutes,seconds)
    Any thoughts much appreciated....
    THIS WORKS in SQLPlus
    select
    decode(rownum,1,decode(sign(b.column_value),-1,'W','E'),2,decode(sign(b.column_v
    alue),-1,'S','N'))&#0124; &#0124;
    to_char(abs(trunc(b.column_value,0)),'999')
    &#0124; &#0124;to_char(abs(trunc((b.column_value - trunc(b.column_value,0)) * 60,0)),'99')
    &#0124; &#0124;to_char(abs(
    (((b.column_value - trunc(b.column_value,0)) * 60) - trunc((b.column_value - tru
    nc(b.column_value,0)) * 60,0)) * 60
    ),'99.99')
    from route_location a, table(a.line.sdo_ordinates) b
    where a.route_adms_id = 13820370
    and record_seq_num = 26
    and rownum < 3
    BUT THIS DOES NOT
    ADMS>create or replace procedure PKG_route_loc_latlong_ins
    2 (iADMS_ID in INTEGER, iRSN in INTEGER,
    3 vcLAT out VARCHAR2, vcLONG out VARCHAR2) as
    4 cursor c1 is
    5 select decode(rownum,1,decode(sign(b.column_value),-1,'W','E'),
    6 2,decode(sign(b.column_value),-1,'S','N'))
    7 &#0124; &#0124;to_char(abs(trunc(b.column_value,0)),'999')
    8 &#0124; &#0124;to_char(abs(trunc((b.column_value - trunc(b.column_value,0)) * 60,0)),
    '99')
    9 &#0124; &#0124;to_char(abs(
    10 (((b.column_value - trunc(b.column_value,0)) * 60) -
    11 trunc((b.column_value - trunc(b.column_value,0)) * 60,0)) * 60
    12 ),'99.99')
    13 from route_location a, table(a.line.sdo_ordinates) b
    14 where a.route_adms_id = iADMS_ID
    15 and a.record_seq_num = iRSN
    16 and rownum < 3;
    17 BEGIN
    18 open c1;
    19 fetch c1 into vcLONG;
    20 fetch c1 into vcLAT;
    21
    22 EXCEPTION
    23 when others then
    24 vcLAT := 'ERROR';
    25 RAISE_APPLICATION_ERROR(-20002,
    26 'XXXXXXXXXXXXXX ');
    27
    28 END pkg_route_loc_latlong_ins;
    29 /
    Warning: Procedure created with compilation errors.
    ADMS>
    ADMS>show errors
    Errors for PROCEDURE PKG_ROUTE_LOC_LATLONG_INS:
    LINE/COL ERROR
    5/5 PL/SQL: SQL Statement ignored
    5/12 PLS-00320: the declaration of the type of this expression is
    incomplete or malformed
    5/12 PLS-00320: the declaration of the type of this expression is
    incomplete or malformed
    13/34 PLS-00201: identifier 'A.LINE' must be declared
    19/5 PL/SQL: SQL Statement ignored
    20/5 PL/SQL: SQL Statement ignored
    null

    try a
    FOR UPDATE OF ID NOWAIT;where ID is the name of a column in the table.

  • Do unused libraries get compiled into the binary file?

    So if I import all classes inside flash.display.* and only use Sprite, will everything get compiled?
    Or only Sprite?

    In general, only the classes you actually use are compiled in -- the import statement just tells the compiler where to look to try to find code to compile.
    However...
    Since flash.display.* are all native classes, none of them are ever included in your .air file (desktop) or .apk file (Android) or .swf file (Flash Player), because the flash.display.* classes are built into the AIR/Flash Player runtime and their definitions exist there.
    However...
    If you build an AIR for iOS app, the runtime has to be compiled in as part of your app. Currently the entire runtime is compiled into your app, regardless of whether you use certain parts of it or not. (The same is true if you use a captive runtime for your desktop or Android AIR app.)
    Paul

  • Package Not Compiled?

    I am trying to INSERT into a table that is called LMR_TENANTS. When I try to INSERT via Oracle APEX I get the following error:
    >
    ORA-04063: package body "LILLEYMAN.CG$LMR_TENANTS" has errors ORA-06508: PL/SQL: could not find program unit being called: "LILLEYMAN.CG$LMR_TENANTS" ORA-06512: at "LILLEYMAN.CG$BIS_LMR_TENANTS", line 1 ORA-04088: error during execution of trigger 'LILLEYMAN.CG$BIS_LMR_TENANTS'
    I assume this is because the package it is referring to is not compiled properly.
    If I got to the actual package it is referring to, I see it has the following errors:
    >
    Line Position Text
    19 8 PLS-00201: identifier 'LMR_TENANTS' must be declared
    19 8 PL/SQL: Declaration ignored
    23 16 PLS-00320: the declaration of the type of this expression is incomplete or malformed
    22 1 PL/SQL: Declaration ignored
    51 16 PLS-00320: the declaration of the type of this expression is incomplete or malformed
    50 1 PL/SQL: Declaration ignored
    56 32 PLS-00201: identifier 'LMR_TENANTS' must be declared
    56 1 PL/SQL: Declaration ignored
    Here is a link to a pastebin of the package, since it is rather large. This is something that has been generated by Oracle APEX.
    I am unable to understand why I am getting this error at all.
    http://pastebin.com/m58df134a
    Any ideas as to what the problem may be? What I should try to do to fix it?
    Edited by: apexdev88 on 10-Aug-2009 03:33

    I figured out that apparrently LMR_TENANTS was not owned by the schema.
    Now I am getting the following error in relation to the package body:
    22 20 PLS-00201: identifier 'CG$ERRORS.MSGGETTEXT' must be declared
    22 5 PL/SQL: Statement ignored
    27 20 PLS-00201: identifier 'CG$ERRORS.RAISE_FAILURE' must be declared
    27 20 PL/SQL: Statement ignored
    40 20 PLS-00201: identifier 'CG$ERRORS.MSGGETTEXT' must be declared
    40 5 PL/SQL: Statement ignored
    45 5 PLS-00201: identifier 'CG$ERRORS.RAISE_FAILURE' must be declared
    45 5 PL/SQL: Statement ignored
    74 7 PLS-00201: identifier 'CG$ERRORS.PUSH' must be declared
    74 7 PL/SQL: Statement ignored
    76 7 PLS-00201: identifier 'CG$ERRORS.RAISE_FAILURE' must be declared
    76 7 PL/SQL: Statement ignored
    90 5 PLS-00201: identifier 'CG$ERRORS.PUSH' must be declared
    90 5 PL/SQL: Statement ignored
    92 5 PLS-00201: identifier 'CG$ERRORS.RAISE_FAILURE' must be declared
    92 5 PL/SQL: Statement ignored
    110 24 PLS-00201: identifier 'CG$ERRORS.MSGGETTEXT' must be declared
    110 9 PL/SQL: Statement ignored
    117 24 PLS-00201: identifier 'CG$ERRORS.MSGGETTEXT' must be declared
    117 9 PL/SQL: Statement ignored
    22 20 PLS-00201: identifier 'CG$ERRORS.MSGGETTEXT' must be declared
    22 5 PL/SQL: Statement ignored
    27 20 PLS-00201: identifier 'CG$ERRORS.RAISE_FAILURE' must be declared
    27 20 PL/SQL: Statement ignored
    40 20 PLS-00201: identifier 'CG$ERRORS.MSGGETTEXT' must be declared
    40 5 PL/SQL: Statement ignored
    45 5 PLS-00201: identifier 'CG$ERRORS.RAISE_FAILURE' must be declared
    45 5 PL/SQL: Statement ignored
    74 7 PLS-00201: identifier 'CG$ERRORS.PUSH' must be declared
    74 7 PL/SQL: Statement ignored
    76 7 PLS-00201: identifier 'CG$ERRORS.RAISE_FAILURE' must be declared
    76 7 PL/SQL: Statement ignored
    90 5 PLS-00201: identifier 'CG$ERRORS.PUSH' must be declared
    90 5 PL/SQL: Statement ignored
    92 5 PLS-00201: identifier 'CG$ERRORS.RAISE_FAILURE' must be declared
    92 5 PL/SQL: Statement ignored
    110 24 PLS-00201: identifier 'CG$ERRORS.MSGGETTEXT' must be declared
    110 9 PL/SQL: Statement ignored
    117 24 PLS-00201: identifier 'CG$ERRORS.MSGGETTEXT' must be declared
    117 9 PL/SQL: Statement ignored

Maybe you are looking for