[svn:fx-trunk] 11930: Update of accessibility implementation to allow for case of null titleDisplay  (title).

Revision: 11930
Revision: 11930
Author:   [email protected]
Date:     2009-11-18 06:10:40 -0800 (Wed, 18 Nov 2009)
Log Message:
Update of accessibility implementation to allow for case of null titleDisplay (title).  If there is no title then no accImpl will be created but accessibility properties can still be set on the component.  Also added code to set the tabIndex of the titleDisplay to the tabIndex of the Panel if one exists.  This allows the title of the panel to appear in reading order as assigned by the tabIndex.
QE notes: none
Doc notes: none
Bugs: n/a
Reviewer: Gordon
Tests run: checkintests
Is noteworthy for integration: no
Modified Paths:
    flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/PanelAccImpl.as

Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

Similar Messages

  • [svn:fx-trunk] 11929: Update of accessibility implementation to allow for case of null titleDisplay  (title).

    Revision: 11929
    Revision: 11929
    Author:   [email protected]
    Date:     2009-11-18 06:08:50 -0800 (Wed, 18 Nov 2009)
    Log Message:
    Update of accessibility implementation to allow for case of null titleDisplay (title).  If there is no title then no accImpl will be created but accessibility properties can still be set on the component.
    QE notes: none
    Doc notes: none
    Bugs: n/a
    Reviewer: Gordon
    Tests run: checkintests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/TitleWindowAccImpl.as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn:fx-trunk] 12827: Removed the accessibility implementation for WindowAccImpl and WindowedApplicationAccImpl as they are likely not needed .

    Revision: 12827
    Revision: 12827
    Author:   [email protected]
    Date:     2009-12-10 19:03:29 -0800 (Thu, 10 Dec 2009)
    Log Message:
    Removed the accessibility implementation for WindowAccImpl and WindowedApplicationAccImpl as they are likely not needed.  In their current form they were preventing the accessibility of child components from being exposed.
    QE notes: none
    Doc notes: none
    Bugs: n/a
    Reviewer: Gordon
    Tests run: checkintests
    Is noteworthy for integration: no
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/airspark/src/spark/accessibility/WindowAccImpl.as
        flex/sdk/trunk/frameworks/projects/airspark/src/spark/accessibility/WindowedApplicationAc cImpl.as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn:fx-trunk] 16143: Updating the length of the HierarchicalCollectionView in case of refresh event .

    Revision: 16143
    Revision: 16143
    Author:   [email protected]
    Date:     2010-05-17 04:05:14 -0700 (Mon, 17 May 2010)
    Log Message:
    Updating the length of the HierarchicalCollectionView in case of refresh event.
    QE notes: None
    Doc notes: None
    Bugs: http://bugs.adobe.com/jira/browse/FLEXDMV-2426
    Reviewer: Sreeni
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FLEXDMV-2426
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/datavisualization/src/mx/collections/HierarchicalColle ctionView.as

  • [svn:fx-trunk] 9054: Refactoring DataGroup a bit to allow for more robust delegation of renderer updates to owning components .

    Revision: 9054
    Author:   [email protected]
    Date:     2009-08-04 07:12:22 -0700 (Tue, 04 Aug 2009)
    Log Message:
    Refactoring DataGroup a bit to allow for more robust delegation of renderer updates to owning components.  Found and addressed an issue where we were setting the label for each item renderer upwards of four times each update.
    QE notes: None
    Doc notes: None
    Bugs: SDK-22153, SDK-22226
    Reviewer: Ryan
    Tests run: Checkin, Mustella Spark (List, ButtonBar, DataGroup)
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22153
        http://bugs.adobe.com/jira/browse/SDK-22226
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ButtonBar.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGroup.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/List.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/SkinnableDataContainer.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ListBase.as

  • [svn:fx-trunk] 12788: By popular demand, we now allow for empty child property tags for Array type properties.

    Revision: 12788
    Revision: 12788
    Author:   [email protected]
    Date:     2009-12-10 07:46:54 -0800 (Thu, 10 Dec 2009)
    Log Message:
    By popular demand, we now allow for empty child property tags for Array type properties. Coerced to empty array '[]'.
    QE notes: None
    Doc notes: None
    Bugs: SDK-24500
    Reviewer: Paul
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24500
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/AbstractBuilder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/ComponentBuilder.jav a

    Hi John,
    Sorry to tell but tab completion is still failing on my Windows XP/Indesign CS5 (caught by Indesign).
    I just saw your remark on coloring text, here is an example pulled out from Peter's book "ScriptUI for dummies":
    var w = new Window ("dialog");
    var s = w.add ("statictext", undefined, "Static");
    var e = w.add ("edittext", undefined, "Edit");
    var b = w.add ("button", undefined, "Button");
    // The window's backround
    w.graphics.backgroundColor = w.graphics.newBrush (w.graphics.BrushType.SOLID_COLOR, [0.5, 0.0, 0.0]);
    // Font and its colour for the first item, statictext
    s.graphics.font = ScriptUI.newFont ("Helvetica", "Bold", 30);
    s.graphics.foregroundColor = s.graphics.newPen (w.graphics.PenType.SOLID_COLOR, [0.7, 0.7, 0.7], 1);
    // Font and colours for the second item, edittext
    e.graphics.font = ScriptUI.newFont ("Letter Gothic Std", "Bold", 30);
    e.graphics.foregroundColor = e.graphics.newPen (e.graphics.PenType.SOLID_COLOR, [1, 0, 0], 1);
    e.graphics.backgroundColor = e.graphics.newBrush (e.graphics.BrushType.SOLID_COLOR, [0.5, 0.5, 0.5]);
    // Font for the tird control, a button. Can't set colours in buttons
    b.graphics.font = ScriptUI.newFont ("Minion Pro", "Italic", 30);
    w.show ();
    Loic

  • [svn:fx-trunk] 15638: update locale name zh_tw to zh_TW.

    Revision: 15638
    Revision: 15638
    Author:   [email protected]
    Date:     2010-04-21 12:59:36 -0700 (Wed, 21 Apr 2010)
    Log Message:
    update locale name zh_tw to zh_TW.  This was done directly in the repository and should be considered the merge from 4.x rev# 15552
    QE notes: no
    Doc notes: no
    Bugs: sdk-26181
    Reviewer: no
    Tests run: no
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-26181
    Added Paths:
        flex/sdk/trunk/frameworks/locale/zh_TW/
    Removed Paths:
        flex/sdk/trunk/frameworks/locale/zh_tw/

    I had downloaded it for test, and requested for evaluation license...
    But I haven't got license, and also I am not able to find Flash Builder Plugins from HFCD site....
    I think those plugins are removed from site....
    Please help me, if anyone have those plugins...

  • [svn:fx-trunk] 10505: Update to TLF Build 516.

    Revision: 10505
    Author:   [email protected]
    Date:     2009-09-22 10:35:30 -0700 (Tue, 22 Sep 2009)
    Log Message:
    Update to TLF Build 516. See textLayout/ReleaseNotes.txt.
    Updated build file so the manifest for textLayout_edit is removed since TLF did it with their build file.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer: Gordon asked me to do this
    Tests run: checkintests, TextInput, TextArea, RichText
    Is noteworthy for integration: yes
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/ReleaseNotes.txt
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/BaseTextLayoutImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/HtmlExporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/HtmlImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/TextConverter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/TextLayoutImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/manifest.xml
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/Build Info.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/BaseCompose.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/ComposeState.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/ParcelList.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/SimpleCompose.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/StandardFlowComposer.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/TextFlowLine.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/conta iner/ColumnState.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/conta iner/ContainerController.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/debug /Debugging.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/FlowElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/FlowGroupElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/FlowLeafElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/LinkElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/ParagraphElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/SpanElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/TCYElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/TextFlow.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/ITabStopFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/ITextLayoutFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TabStopFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TabStopFormatInc.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TextLayoutFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TextLayoutFormatInc.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TextLayoutFormatValueHolder.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/EditC lasses.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/edit/ SelectionManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/DeleteTextOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/undo/UndoManager .as
        flex/sdk/trunk/frameworks/projects/textLayout/tlf.properties
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/LinkActiveFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/LinkHoverFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/LinkNormalFormat.as

  • [svn:fx-trunk] 12045: Update accessibility naming logic.

    Revision: 12045
    Revision: 12045
    Author:   [email protected]
    Date:     2009-11-20 08:14:25 -0800 (Fri, 20 Nov 2009)
    Log Message:
    Update accessibility naming logic.  When accessibility name is explicitly set use that name, otherwise use name provided by getName function in accImpl for component, else use toolTip for component (if present).  Form heading name and item name are still prepended with required field notation if they exist.  Form heading and form item logic now uses accessible name if set on those components including with string containing space is used to silence form heading or form item from being announced.  Required Field string was localized into controls.properties.
    QE notes: none
    Doc notes: none
    Bugs: n/a
    Reviewer: Gordon
    Tests run: checkintests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AccImpl.as

    This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
    The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
    Please could you attach DropDow nList.as that you edited ?
    Thank you so much.

  • [svn:fx-trunk] 8399: Update WindowedSystemManager to use ChildManager.

    Revision: 8399
    Author:   [email protected]
    Date:     2009-07-06 14:15:40 -0700 (Mon, 06 Jul 2009)
    Log Message:
    Update WindowedSystemManager to use ChildManager.
    WindowedSystemManager:
    Add new childManager property. Implement rawChildren_* methods using the new childManager.
    ChildManager:
    Change systemManager from type SystemManager to ISystemManager since WindowedSystemManager is not of type SystemManager. Use the array access operator to access the methods/properties that are in SystemManager but not in ISystemManager.
    QE Notes: none.
    Doc Notes: none.
    Bugs: SDK-21673
    Reviewer: Alex
    tests: checkintests, components/Alert
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21673
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/managers/WindowedSystemManager.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/systemClasses/ChildManager.a s

    Gordon, it looks like its been a while since you made this post.  Not sure how valid it is now...   I am particularly interested in the LigatureLevel.NONE value.  It seems that it is no longer supported.
    How do I turn of ligatures in the font rendering?
    My flex project involves trying to match the font rendering of Apache's Batik rendering of SVG and ligatures have been turned off in that codebase.  Is there any way (even roundabout) to turn ligatures off in flash?
    Thanks,
    Om

  • [svn:fx-trunk] 5101: Update action script files with asdoc version tags.

    Revision: 5101
    Author: [email protected]
    Date: 2009-02-26 21:22:45 -0800 (Thu, 26 Feb 2009)
    Log Message:
    Update action script files with asdoc version tags.
    QE Notes: None.
    Doc Notes: Please review and update as necessary.
    tests: checkintests
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AccImpl.as
    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/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/accessibility/UIComponentAccProps.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/automation/Automation.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/automation/IAutomationObject.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/BindabilityInfo.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/Binding.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/BindingManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/FunctionReturnWatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/IBindingClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/PropertyWatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/RepeatableBinding.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/RepeaterComponentWatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/StaticPropertyWatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/Watcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/XMLWatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/utils/BindingUtils.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/utils/ChangeWatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ArrayCollection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ArrayList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/CursorBookmark.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ICollectionView.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/IList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/IViewCursor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ItemResponder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ItemWrapper.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ListCollectionView.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ModifiedCollectionView.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/Sort.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/SortField.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/XMLListAdapter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/XMLListCollection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/errors/CollectionViewErro r.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/errors/CursorError.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/errors/ItemPendingError.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/errors/SortError.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Accordion.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ApplicationControlBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Box.as
    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/ControlBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/DividedBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Form.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormHeading.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormItem.as
    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/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/HDividedBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Panel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TabNavigator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Tile.as
    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/VBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/VDividedBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ViewStack.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/accordionClasses/Accordion Header.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/dividedBoxClasses/BoxDivid er.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/errors/ConstraintError.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/gridClasses/GridColumnInfo .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/gridClasses/GridRowInfo.as
    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/ConstraintC olumn.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/ConstraintR ow.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/Flex.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/FlexChildIn fo.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/IConstraint Layout.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/ButtonBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ButtonLabelPlacement.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/ColorPicker.as
    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/DataGrid.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateChooser.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateField.as
    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/HScrollBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HSlider.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HorizontalList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/IFlexContextMenu.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Image.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Label.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/LinkBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/LinkButton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/List.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Menu.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/MenuBar.as
    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/PopUpButton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/PopUpMenuButton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ProgressBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ProgressBarDirection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ProgressBarLabelPlacement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ProgressBarMode.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RadioButton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RadioButtonGroup.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/SWFLoader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Spacer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TabBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Text.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TextArea.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TextInput.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TileList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ToggleButtonBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ToolTip.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Tree.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VRule.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VScrollBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VSlider.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VideoDisplay.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/alertClasses/AlertForm.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/buttonBarClasses/ButtonBarBu tton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/colorPickerClasses/SwatchPan el.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/colorPickerClasses/WebSafePa lette.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridBase .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridColu mn.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridDrag Proxy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridHead er.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridHead erBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridItem Renderer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridList Data.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridLock edRowContentHolder.as
    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/IListItemRendere r.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/IMenuBarItemRend erer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/IMenuDataDescrip tor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/IMenuItemRendere r.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/MenuBarItem.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/MenuItemRenderer .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/MenuListData.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/richTextEditorClasses/ToolBa r.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/scrollClasses/ScrollBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/scrollClasses/ScrollBarDirec tion.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/scrollClasses/ScrollThumb.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/sliderClasses/Slider.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/sliderClasses/SliderDataTip. as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/sliderClasses/SliderDirectio n.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/sliderClasses/SliderLabel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/sliderClasses/SliderThumb.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/tabBarClasses/Tab.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/textClasses/TextRange.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/DefaultDataDescr iptor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/HierarchicalColl ectionView.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/HierarchicalView Cursor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/ITreeDataDescrip tor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/ITreeDataDescrip tor2.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/TreeItemRenderer .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/TreeListData.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/videoClasses/CuePointManager .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/videoClasses/INCManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/videoClasses/NCManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/videoClasses/VideoError.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/videoClasses/VideoPlayer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/AdvancedLayoutFeatures.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Application.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/BitmapAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ButtonAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ByteArrayAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ClassFactory.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ComponentDescriptor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Container.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ContainerCreationPolicy.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/ContextualClassFactory.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/CrossDomainRSLItem.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/DeferredInstanceFromClass.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/DeferredInstanceFromFunction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/DragSource.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/EdgeMetrics.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/EmbeddedFont.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/EmbeddedFontRegistry.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/EventPriority.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexApplicationBootstrap.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexBitmap.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexLoader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexModuleFactory.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexMovieClip.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexShape.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexSimpleButton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexSprite.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexTextField.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexVersion.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FontAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IBorder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IButton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IChildList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IConstraintClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IContainer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDataRenderer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDeferredInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDeferredInstantiationUIComponen t.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDisplayObjectContainerInterface .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDisplayObjectInterface.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IEmbeddedFontRegistry.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFactory.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFlexAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFlexDisplayObject.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFlexModule.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFlexModuleFactory.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFontContextComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IID.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IIMESupport.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IInteractiveObjectInterface.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IInvalidating.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ILayoutElement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IMXMLObject.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IProgrammaticSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IPropertyChangeNotifier.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IRawChildrenContainer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IRectangularBorder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IRepeater.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IRepeaterClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ISWFBridgeGroup.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ISWFBridgeProvider.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ISWFLoader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ISpriteInterface.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IStateClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IStateClient2.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ITextFieldFactory.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ITextFieldInterface.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IToolTip.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IUIComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IUID.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IUITextField.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IVisualElement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IVisualElementContainer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/LayoutContainer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/LayoutElementUIComponentUtils.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/MXMLObjectAdapter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/MovieClipAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/MovieClipLoaderAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/RSLItem.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/RSLListLoader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Repeater.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ResourceModuleRSLItem.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/SWFBridgeGroup.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ScrollControlBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ScrollPolicy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/SoundAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/SpriteAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/TextFieldAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponentCachePolicy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponentDescriptor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponentGlobals.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITextField.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITextFormat.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/mx_internal.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/AnimateProperty.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Blur.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/CompositeEffect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Dissolve.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Effect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectTargetFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Fade.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Glow.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/IAbstractEffect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/IEffect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/IEffectInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/IEffectTargetHost.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Iris.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/MaskEffect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Move.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Parallel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Pause.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/Rotate.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Sequence.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetPropertyAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetStyleAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SoundEffect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Tween.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/TweenEffect.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/Zoom.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Back.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Bounce.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Circular.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Cubic.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Elastic.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Exponential.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/ActionEffectIns tance.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/AddRemoveEffect TargetFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/AnimateProperty Instance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/BlurInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/CompositeEffect Instance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/DissolveInstanc e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/FadeInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/GlowInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/HideShowEffectT argetFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/IrisInstance.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/effects/effectClasses/ParallelInstanc e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/PauseInstance.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/PropertyChanges .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/RotateInstance. as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SequenceInstanc e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SetPropertyActi onInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SetStyleActionI nstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SoundEffectInst ance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/TweenEffectInst ance.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/effects/effectClasses/ZoomInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/BrowserChangeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/CalendarLayoutChangeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ChildExistenceChangedEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/CloseEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/CollectionEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/CollectionEventKind.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/DragEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DropdownEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DynamicEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/EffectEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/EventListenerRequest.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/FlexChangeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/FlexEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/FlexMouseEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/FocusRequestDirection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/IndexChangedEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/InterDragManagerEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/InterManagerRequest.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/InvalidateRequestData.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ItemClickEvent.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/ModuleEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/MoveEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/NumericStepperEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/PropertyChangeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/PropertyChangeEventKind.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/RSLEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ResizeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ResourceEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/SWFBridgeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/SWFBridgeRequest.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/SandboxMouseEvent.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/StateChangeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/StyleEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ToolTipEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/TreeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/TweenEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ValidationResultEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/VideoEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/filters/BaseDimensionFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/CurrencyFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/DateBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/DateFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/Formatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/NumberBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/NumberBaseRoundType.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/NumberFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/PhoneFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/StringFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/SwitchSymbolFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/ZipCodeFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/CompoundTransform.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/TransformOffsets.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/BitmapFill.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/GradientBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/GradientEntry.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/GradientStroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/IFill.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/IStroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/ImageSnapshot.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradientStroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RadialGradient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RadialGradientStroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RectangularDropShadow.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RoundedRectangle.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/SolidColor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/SolidColorStroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/Stroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/codec/IImageEncoder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/codec/JPEGEncoder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/codec/PNGEncoder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/AbstractTarget.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/ILogger.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/ILoggingTarget.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/Log.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/LogEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/LogEventLevel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/LogLogger.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/errors/InvalidCategoryError.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/errors/InvalidFilterError.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/targets/LineFormattedTarget.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/targets/MiniDebugTarget.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/targets/TraceTarget.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/BrowserManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/BrowserManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/CursorManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/CursorManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/CursorManagerPriority.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/DragManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/DragManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/FocusManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/HistoryManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/HistoryManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IBrowserManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IFocusManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IFocusManagerComplexComponen t.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IFocusManagerComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IFocusManagerContainer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IFocusManagerGroup.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IHistoryManagerClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/ILayoutManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/ILayoutManagerClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/ISystemManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IToolTipManagerClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/InitLocalConnection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/LayoutManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/MainLocalConnection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/PopUpManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/PopUpManagerChildList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemChildrenList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManagerProxy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemRawChildrenList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/ToolTipManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/ToolTipManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/dragClasses/DragProxy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/layoutClasses/PriorityQueue. as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/systemClasses/RemotePopUp.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/systemClasses/StageEventProx y.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/messaging/config/LoaderConfig.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/IModuleInfo.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/Module.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/ModuleBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/ModuleLoader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/ModuleManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/preloaders/DownloadProgressBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/preloaders/IPreloaderDisplay.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/preloaders/Preloader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/printing/FlexPrintJob.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/printing/FlexPrintJobScaleType.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/printing/PrintDataGrid.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/IResourceBundle.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/IResourceManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/IResourceModule.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/Locale.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/LocaleSorter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/ResourceBundle.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/ResourceManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/ResourceManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/rpc/IResponder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/Border.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/ProgrammaticSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/RectangularBorder.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/BrokenImageBorderSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/BusyCursor.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/DefaultDragImage.as
    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/HaloFocusRect.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/ListDropIndicator.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
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ScrollArrowSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ScrollThumbSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ScrollTrackSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/SliderHighlightSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/SliderThumbSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/SliderTrackSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/SwatchPanelSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/SwatchSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/TabSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/TitleBackground.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ToolTipBorder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/AddChild.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/IOverride.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/RemoveChild.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/SetEventHandler.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/SetProperty.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/SetStyle.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/State.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/Transition.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSCondition.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSConditionKind.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSSelector.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSSelectorKind.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSStyleDeclaration.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/IAdvancedStyleClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/ISimpleStyleClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/IStyleClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/IStyleModule.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProxy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/AlignStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/AnchorStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/BarColorStyle.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/BorderStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/FillStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/FocusStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/GapStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/IconColorStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/LeadingStyle.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/ModalTransparencyStyl es.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/PaddingStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/SelectedFillColorsSty le.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/SkinStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/TextStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/ArrayUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/Base64Decoder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/Base64Encoder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/BitFlagUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/ColorUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/DescribeTypeCache.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/DisplayUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/EventUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/GraphicsUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/HSBColor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/IXMLNotifiable.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/LoaderUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/MatrixUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/NameUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/ObjectProxy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/ObjectUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/OnDemandEventDispatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/OrderedObject.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/SHA256.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/SecurityUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/StringUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/UIDUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/XMLNotifier.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/XMLUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/object_proxy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/CreditCardValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/CreditCardValidatorCardTyp e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/CurrencyValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/CurrencyValidatorAlignSymb ol.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/DateValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/EmailValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/IValidatorListener.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/NumberValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/PhoneNumberValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/RegExpValidationResult.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/RegExpValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/SocialSecurityValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/StringValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/ValidationResult.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/Validator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/ZipCodeValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/ZipCodeValidatorDomainType .as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn:fx-trunk] 8480: update to how the config files will look in svn.

    Revision: 8480
    Author:   [email protected]
    Date:     2009-07-09 10:05:55 -0700 (Thu, 09 Jul 2009)
    Log Message:
    update to how the config files will look in svn.  replacing ${build.number} with 0 in the RSL section so that builder will function properly from src since it doesn't know how to handle ${build.number} whereas the compiler did.
    qa: no
    doc: no
    checkintests: pass
    Modified Paths:
        flex/sdk/trunk/frameworks/air-config.xml
        flex/sdk/trunk/frameworks/flex-config.xml

    Thats good news.

  • [svn:fx-trunk] 13453: Updating mergeinfo with 3. x revs that have already been merged.

    Revision: 13453
    Revision: 13453
    Author:   [email protected]
    Date:     2010-01-12 10:47:04 -0800 (Tue, 12 Jan 2010)
    Log Message:
    Updating mergeinfo with 3.x revs that have already been merged.  This is for svn merge tracking purposes only
    QE notes: no
    Doc notes: no
    Bugs: no
    Reviewer: no
    Tests run: no
    Is noteworthy for integration: no
    Property Changed:
        flex/sdk/trunk/

    T61-Elwood wrote:
    Laptops of all Brands using Nvidia GPUsmade  from 2007-2008  are faulty.
    You wont get good Nvidia ones on Ebay/forumes anywhere.
    I'd beg to differ on both accounts.
    *61 series nVidia-based ThinkPads from late January through July of 2008 are a 50/50 shot, since the old chips were mixed with the new ones. Any machine built in August and later can be deemed "safe".
    As for the forums (I don't do feebay) there are people who sell genuine, properly-tested planars. However, these do not come at bargain basement prices, and with a good reason if I may add.
    Good luck.
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

  • [svn:fx-trunk] 9352: Update DesignLayer ASDOC to reflect most recent updates to specification.

    Revision: 9352
    Author:   [email protected]
    Date:     2009-08-17 12:38:36 -0700 (Mon, 17 Aug 2009)
    Log Message:
    Update DesignLayer ASDOC to reflect most recent updates to specification.  A bug fix to all IVisualElement implementers to account for initial value of alpha/visible for their owning layer.
    QE notes:  None.
    Doc notes:  None.
    Bugs:  N/A.
    Reviewer:  Chet
    Tests run: Checkin
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/DesignLayer.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IVisualElement.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/core/SpriteVisualElement.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as

    The problem with submitting a bug report is I don't know how to replicate it.
    The java file showed up on the "Referenced Libraries". I removed it from there and it fixed the problem.
    If I return it to the classpath via Eclipse it doesn't demonstrate the problem.
    I don't know how it got into the classpath to cause this problem. I even tried editing the classpath (which I'm fairly certain was not how the problem was caused) but that didn't replicate the problem.
    I didn't check the .classpath to see what the entry was before I removed it via eclipse so I don't know what the entry looked like. The problem wasn't in the version is SVN so I don't know how to find what changes were made.
    If you sill want a bug report I can enter one but with out any instructions on how to replicate it.

  • [svn:bz-trunk] 17772: Update the url in the tests to use a relative path instead of the default localhost : 8400 so that the tests can pass on appservers other than the default Tomcat .

    Revision: 17772
    Revision: 17772
    Author:   [email protected]
    Date:     2010-09-20 15:02:50 -0700 (Mon, 20 Sep 2010)
    Log Message:
    Update the url in the tests to use a relative path instead of the default localhost:8400 so that the tests can pass on appservers other than the default Tomcat.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/EnforceEndpointValidation/Enforc eEndpointValidationFalseTest/Remoting_NetConnectionTest.mxml
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/EnforceEndpointValidation/Enforc eEndpointValidationTrueTest/Remoting_NetConnectionTest.mxml

    Revision: 17772
    Revision: 17772
    Author:   [email protected]
    Date:     2010-09-20 15:02:50 -0700 (Mon, 20 Sep 2010)
    Log Message:
    Update the url in the tests to use a relative path instead of the default localhost:8400 so that the tests can pass on appservers other than the default Tomcat.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/EnforceEndpointValidation/Enforc eEndpointValidationFalseTest/Remoting_NetConnectionTest.mxml
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/EnforceEndpointValidation/Enforc eEndpointValidationTrueTest/Remoting_NetConnectionTest.mxml

Maybe you are looking for