Mx.controls Flex 4.5.1

Hi
I am trying to port an application from Flex 2 to Flex 4.5
We have downloaded the trial version of Flash Builder 4.5 / Flex sdk 4.5.1 and entered our license key.
I imported the existing project workspace into FB 4.5 I get lots of errors relating to mx.control classes not found.
The following directory "C:\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1\frameworks\projects\framework\src\mx\controls"
is missing all of the following classes and more :
1046: Type was not found or was not a compile-time constant: CheckBox.
1046: Type was not found or was not a compile-time constant: ComboBox.
1046: Type was not found or was not a compile-time constant: DataGrid.
1046: Type was not found or was not a compile-time constant: DateField. 
1046: Type was not found or was not a compile-time constant: HBox. 
1046: Type was not found or was not a compile-time constant: TextInput.
1046: Type was not found or was not a compile-time constant: VBox.
1046: Type was not found or was not a compile-time constant: ViewStack.
1046: Type was not found or was not a compile-time constant: WipeDown.
1046: Type was not found or was not a compile-time constant: WipeRight. 
The directory only contains the following (which is much less than 3.6.0 which is also present in the Adobe Flash Builder 4.5\sdks directory):
10/06/2011  03:08             2,132 ButtonLabelPlacement.as
22/06/2011  12:55    <DIR>          colorPickerClasses
10/06/2011  03:07             1,860 IFlexContextMenu.as
22/06/2011  12:55    <DIR>          listClasses
22/06/2011  12:55    <DIR>          menuClasses
10/06/2011  03:11            10,767 MovieClipSWFLoader.as
10/06/2011  03:07             1,516 ProgressBarDirection.as
10/06/2011  03:07             2,247 ProgressBarLabelPlacement.as
10/06/2011  03:09             2,303 ProgressBarMode.as
10/06/2011  03:09             2,173 Spacer.as
10/06/2011  03:09               405 Spacer.png
10/06/2011  03:10            90,491 SWFLoader.as
10/06/2011  03:10               766 SWFLoader.png
10/06/2011  03:08            14,893 ToolTip.as
I understand some of these classes have alternate spark versions and am using some (HBox, TextInput etc). However, there is no spark version of DateField, so I want to keep using the mx.control version.
According to the ActionScript 3 (http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/class-summary.html) references it is still available, so could anyone help me find out why it is not part of my 4.5.1 installation?
thanks

It is in a separate folder.  Should be under C:\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1\frameworks\projects\mx\src\mx\controls

Similar Messages

  • Control Flex application using presentation clicker

    I am building an application using Flex and need the ability
    to navigate through a "table of Contents" list using a presentation
    clicker, similar to navigating through a powerpoint presentation. I
    have been searching through the forum most of the day and haven't
    come across any information.
    Any help would be greately appreciated.
    Thanks!

    This is not a support forum for Flex.
    Try asking your question on FlexCoders:
    http://tech.groups.yahoo.com/group/flexcoders/

  • Controlling Flex Time threshold?

    Does anyone know if it is possible to control the AMOUNT of slices when using flextime? It is an amazing tool for Sampling as it really makes the process efficient, but most of the time it creates way more slices than needed really.
    If anyone knows if this is possible please let me know.

    Thanks, that does seem to work as expected, but. . .
    When editing and deleting/moving Transient markers, the "Slice at Transient Markers" option when right clicking on a region doesn't seem to follow the manual changes at all:
    +Manually edited transient markers:+
    +Right-clicking the region:+
    Whaaa!?:
    I am really looking to be able to manually edit these points and then use the slice function to create new regions so I can create a proper sampler instrument.
    Thanks again for the help!

  • How to control Flex's repetitive tasks

    I have the following fragment:
    private function showIntelligence():void
           var popupWindow:TitleWindow = new TitleWindow; 
             popupWindow = c.showPopupWindow(DisplayObject(FlexGlobals.topLevelApplication), fusionChartsGroup);
             popupWindow.title = customer.text;
            var drillDowns:Object = new Object();
         drillDowns.drilldown_id = 1;
         drillDowns.drillorder = 1;
         addDrillDownChartsIntelligence(drillDowns, fusionChartsGroup(popupWindow));
    private function addDrillDownChartsIntelligence(drillDowns:Object, intelligence:fusionChartsGroup):void
         intelligence.buildCharts(customer_id, drillDowns);                         
         if (drillDowns.drilldown_id < 3)
              drillDowns.drilldown_id++;
              callLater(addDrillDownChartsIntelligence, [drillDowns, intelligence]);
    What's happening here is that intelligence.buildCharts will create two TitleWindows: A and B. In reality sometimes, B is created before A. How can I make sure that B is not created till A is created?
    Thanks

    When A is done being created, dispatch a custom event, and then create B in the event handler for the custom event, that way you will know A exists before creating B.
    Here are some links that will help you:
    http://livedocs.adobe.com/flex/3/html/help.html?content=createevents_3.html
    http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postI d=11246
    If this post answers your question or helps, please mark it as such.

  • How can I get a dynamic list of Classes Loaded

    I assume this may need to use some sort of reflection. Does
    anyone have code or ideas where I can:
    a) I can get a list of all Classes loaded and their
    properties. This would probably be all instances of Class
    b) A list of all
    global instance variables. (This may not even be possible. I
    know it can be done in other languages)
    I assume this may need to use some sort of reflection.
    Thank you

    Adobe Newsbot hopes that the following resources helps you.
    NewsBot is experimental and any feedback (reply to this post) on
    its utility will be appreciated:
    mx.controls.List (Flex 3):
    If the data is incorrect, you can call the preventDefault()
    method to stop Flex from passing the new data back to the list
    control and from closing the
    Link:
    http://livedocs.adobe.com/flex/3/langref/mx/controls/List.html
    Displaying icons in a Flex List control at Flex Examples:
    http://blog.flexexamples.com/2007/08/17/displaying-icons-in-a-flex-list-control/
    --> <mx:Application xmlns:mx=&quot;
    http://www.adobe.com/2006/mxml&quot;
    Link:
    http://blog.flexexamples.com/2007/08/17/displaying-icons-in-a-flex-list-control/
    Populate the list -- Flex 2.01:
    You populate a list-based form control with the
    <mx:dataProvider> child tag. The <mx:dataProvider> tag
    lets you specify list items in several ways.
    Link:
    http://livedocs.adobe.com/flex/201/html/tutorial_controls_019_4.html
    Smooth Scroll for Horizontal List - Flex India Community |
    Google:
    I have created image gallery with Horizontal List[Flex 2.0].
    Just as below ref site. My Problem is i need a smooth scroll for
    Horizontal List. where images
    Link:
    http://groups.google.com/group/flex_india/browse_thread/thread/a12441143b98d32c?hide_quote s=no
    Creating a List control -- Flex 2.01:
    The following example code adds a handler for a change event
    to the List control. Flex broadcasts a mx.ListEvent.CHANGE event
    when the value of the control
    Link:
    http://livedocs.adobe.com/flex/201/html/dpcontrols_062_03.html
    Disclaimer: This response is generated automatically by the
    Adobe NewsBot based on Adobe
    Community
    Engine.

  • Connecting a kiosk to a server - help out a newbie!

    well no exactly a newbie, but sort of
    hey all
    i am self-taught and i have pretty good as3 and mxml skills and have worked with Flash Pro and Flex, but only for my own stuff at home. i have only done local AIR stuff that don't require sending and getting data from a server
    now someone has asked if i could build him a kiosks/server system, and i want to dive into that
    the kiosks would be deployed in stores and have touchscreens displaying pictures, movies, banners and accept user control and data - no problem here
    i plan to build his remote controlling software in Flex and the kiosk AIR apps in Flex or Flash pro.
    the kiosks should periodically connect to the server to see if updates are available  and download swf, jpeg and movie (mp4? flv?) files to the local filesystem (no live streaming is needed)
    also, user created data (forms only) should be sent to the server - i guess xml
    since i have no server side or server connection experience could you help me out here - what to investigate further into:
    URLloader?
    Sockets?
    HTTPrequests?
    WEBrequests?
    RemoteObects?
    can all this be in as3 alone or do i need stuff like php also?
    also, would i be able in the controlling flex app to determine if specific kiosks are offline?
    thanx a million,
    Saar

    you can use urlloader to load data from the server but you may also need serer-side code (unless you're hard-coding file names).

  • Needing to use xml data source to populate richfaces tree nodes

    Hey I cant seem to figure this out. I know I probably need to write some java code but Im not sure how it should look. I have some xml and I need to use the data from within the elements to populate some nodes on a richfaces tree.
    I know how to use a .properties file as the data source for the nodes, and how to use some existign nodes to populate the nodes. Both are done with java code I can post here if needed.
    But I dont know how to go about writing the java code to take the data from xml elements, and then somehow parse it to use in a richfaces tree.
    Here is some info on what Im using with my project:
    eclipse
    simplexml
    httpclient
    jsf
    richfaces library

    Adobe Newsbot hopes that the following resources helps you.
    NewsBot is experimental and any feedback (reply to this post) on
    its utility will be appreciated:
    Flex 3 - Using item renderers with the AdvancedDataGrid
    control:
    Flex Data Visualization Developer's Guide / Advanced Data
    Grid Controls and .... that the item renderer is for column 2 of
    the control: <?xml version='1.0'?
    Link:
    http://livedocs.adobe.com/flex/3/html/advdatagrid_10.html
    DataGrid ItemRenderer - Flex India Community | Google Groups:
    Apr 28, 2008 ... My dataGrid itemRenderer displays a certain
    icon and sets fontStyle ... <mx:Label id='txt' fontWeight='bold'
    text='{data.subject}'/>
    Link:
    http://groups.google.com/group/flex_india/browse_thread/thread/bd30dd974da47d68
    Flex 3 - DataGrid control:
    <mx:Button label='Toggle Price Column'
    click='price.visible = !price.visible;' ... Flex lets you populate
    a DataGrid control from an ActionScript variable
    Link:
    http://livedocs.adobe.com/flex/3/html/dpcontrols_6.html
    Flex Fun - Advanced DataGrid Topics:
    You will notice that the datagrid doesn't have any header
    labels or vertical ..... After the opening tag we add a
    <mx:itemRenderer> telling Flex that we are
    Link:
    http://blog.paranoidferret.com/index.php/2007/08/29/flex-fun-advanced-datagrid-topics/
    Flex 3 - Instrumenting RandomWalk events:
    Flex Data Visualization Developer's Guide / Advanced Data
    Grid Controls and Automation Tools ... itemRenderer = child as
    Label; dispatchEvent(rEvent);
    Link:
    http://livedocs.adobe.com/flex/3/html/functest_components2_20.html
    Adobe Flex 2: Advanced DataGrid:
    Adobe Flex 2: Advanced DataGrid. Drop-in RadioButtonGroupBox;
    runtime computed .... Anatole authored number of books and articles
    on AJAX, XML, Internet and
    Link:
    http://flex.sys-con.com/node/311283
    Disclaimer: This response is generated automatically by the
    Adobe NewsBot based on Adobe
    Community
    Engine.

  • [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

  • Prevent cross-scripting from the same domain

    Hello,
    i have 2 swf files, example1.swf and example2.swf, both on
    the same domain.
    I load example2 in a Loader control (Flex) from example1.
    I want to prevent example2 from accessing (cross-scripting
    actionscript) example1. It seems that it can't be done because both
    files are on the same domain.
    I can't solve this problem by moving example2 to another
    domain and then use Security.allowDomain, because i don't have
    access to the source of example2 : and i have to be able to access
    example2 from example1, but have to deny access to example1 from
    example2 (always talking about cross scripting here).
    Any ideas on this?
    I looked at LoaderContext without any success.
    To sum it up: i want to load example2 inside example1, allow
    scripting from example1->example2 and deny scripting from
    example2->example1. All this using a Loader control in Flex.
    tnx,
    Gregor

    Hello,
    i have 2 swf files, example1.swf and example2.swf, both on
    the same domain.
    I load example2 in a Loader control (Flex) from example1.
    I want to prevent example2 from accessing (cross-scripting
    actionscript) example1. It seems that it can't be done because both
    files are on the same domain.
    I can't solve this problem by moving example2 to another
    domain and then use Security.allowDomain, because i don't have
    access to the source of example2 : and i have to be able to access
    example2 from example1, but have to deny access to example1 from
    example2 (always talking about cross scripting here).
    Any ideas on this?
    I looked at LoaderContext without any success.
    To sum it up: i want to load example2 inside example1, allow
    scripting from example1->example2 and deny scripting from
    example2->example1. All this using a Loader control in Flex.
    tnx,
    Gregor

  • How to influence the op-direction of combobox

    Hi guys,
    All my comboboxes are opening in the direction up.
    Is there a way to influence the opening-direction of a
    combo-box, so I can set this to "down"?
    Thnx!

    Adobe Newsbot hopes that the following resources helps you.
    NewsBot is experimental and any feedback (reply to this post) on
    its utility will be appreciated:
    mx.controls.ComboBox (Flex 3):
    ComboBox. listData : BaseListData. When a component is used
    as a drop-in item renderer or drop-in item editor, Flex initializes
    the listData property of the
    Link:
    http://livedocs.adobe.com/flex/3/langref/mx/controls/ComboBox.html
    Tag Archive for combobox at Flex Examples:
    Setting the label color on a disabled ComboBox control in
    Flex. By peterd 0 Comments ... Specifying a custom icon function on
    a ComboBox control in Flex
    Link:
    http://blog.flexexamples.com/tag/combobox/
    Flex 3 - ComboBox control:
    If the ComboBox control is editable, and the user types into
    the control, Flex broadcasts a change event each time the text
    field of the control changes.
    Link:
    http://livedocs.adobe.com/flex/3/html/dpcontrols_5.html
    Customizing the Flex ComboBox controls text input styles at
    Flex:
    The following example shows how you can customize the
    ComboBox controls text input styles by setting the
    textInputStyleName style in Flex.
    Link:
    http://blog.flexexamples.com/2007/12/21/customizing-the-flex-combobox-controls-text-input- styles/
    ComboBox control -- Flex 2.01:
    Flex 2 Developer's Guide > Building User Interfaces for
    Flex Applications > Using Data-Driven Controls > ComboBox
    control
    Link:
    http://livedocs.adobe.com/flex/201/html/dpcontrols_062_10.html
    Displaying item tool tips in a Flex ComboBox control at Flex
    Examples:
    Text for the itemRenderer property of ComboBox. I neither got
    a tooltip nor found the contents to be wrapped around. I am
    learning Flex.
    Link:
    http://blog.flexexamples.com/2008/01/26/displaying-item-tool-tips-in-a-flex-combobox-contr ol/
    Disclaimer: This response is generated automatically by the
    Adobe NewsBot based on Adobe
    Community
    Engine.

  • [svn:fx-trunk] 8702: -add textLayout source project to trunk

    Revision: 8702
    Author:   [email protected]
    Date:     2009-07-20 19:15:02 -0700 (Mon, 20 Jul 2009)
    Log Message:
    -add textLayout source project to trunk
    -to build from frameworks/build.xml: ant tlf
    -removed in/tlf directory, no more pre-built tlf
    -updated debug value in the main build.xml to false
    qa: yes
    doc: probably
    checkintests: pass
    Modified Paths:
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/frameworks/build.xml
        flex/sdk/trunk/frameworks/libs/textLayout.swc
    Added Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /ConversionClasses.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/BaseTextLayoutExporter.as
        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/ConversionType.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/CustomFormatImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/FlowElementInfo.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/IFormatImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/ITextExporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/ITextImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/ImportExportConfiguration.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/PlainTextExporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/PlainTextImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/SingletonAttributeImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/TLFormatImporter.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/TextLayoutExporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/TextLayoutImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/manifest.xml
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/
        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/CoreC lasses.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/acc/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/acc/T extAccImpl.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/
        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/FlowComposerBase.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/FlowDamageType.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/IFlowComposer.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/IParcelList.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/ITextLineCreator.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/IVerticalJustificationLine.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/Parcel.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/compo se/TextFlowLineLocation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/TextLineRecycler.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/VerticalJustifier.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/conta iner/
        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/conta iner/ISandboxSupport.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/conta iner/ScrollPolicy.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/debug /
        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/debug /assert.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/edit/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/edit/ EditingMode.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/edit/ IInteractionEventHandler.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/edit/ ISelectionManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/edit/ SelectionFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/edit/ SelectionState.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/BackgroundManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/BreakElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/Configuration.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/ContainerFormattedElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/DivElement.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/FlowValueHolder.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/IConfiguration.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/IFormatResolver.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/InlineGraphicElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/InlineGraphicElementStatus.as
        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/LinkElement.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
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/LinkState.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/OverflowPolicy.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/ParagraphFormattedElement.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/SpecialCharacterElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/SubParagraphGroupElement.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/TabElement.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/eleme nts/TextRange.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/event s/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/event s/CompositionCompleteEvent.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/event s/DamageEvent.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/event s/FlowElementMouseEvent.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/event s/ModelChange.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/event s/StatusChangeEvent.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/event s/TextLayoutEvent.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/event s/UpdateCompleteEvent.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/exter nal/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/exter nal/WeakRef.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/facto ry/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/facto ry/StringTextLineFactory.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/facto ry/TextFlowTextLineFactory.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/facto ry/TextLineFactoryBase.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/facto ry/TruncationOptions.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/BackgroundColor.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/BaselineOffset.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/BaselineShift.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/BlockProgression.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/Category.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/Direction.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/Float.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/FlowElementDisplayType.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/FormatValue.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/JustificationRule.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/LeadingModel.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/LineBreak.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TLFTypographicCase.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/TextAlign.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TextDecoration.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TextJustify.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_core/src/flashx/textLayout/forma ts/VerticalAlign.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/WhiteSpaceCollapse.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/ArrayProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/BooleanProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/EnumStringProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/IntProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/IntWithEnumProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/NumberOrPercentOrEnumProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/NumberOrPercentProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/NumberProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/NumberWithEnumProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/Property.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/StringProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/TabStopsProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/UintProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/UintWithEnumProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/tlf_i nternal.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/utils /
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/utils /CharacterUtil.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/utils /GeometryUtil.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/utils /LocaleUtil.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/manifest.xml
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/
        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/conta iner/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/conta iner/TextContainerManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/edit/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/edit/ EditManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/edit/ ElementRange.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/edit/ IEditManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/edit/ Mark.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/edit/ ParaEdit.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/edit/ SelectionFormatState.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/edit/ TextClipboard.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/edit/ TextFlowEdit.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/edit/ TextScrap.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/event s/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/event s/FlowOperationEvent.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/event s/SelectionEvent.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/ApplyElementIDOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/ApplyElementStyleNameOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/ApplyElementUserStyleOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/ApplyFormatOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/ApplyFormatToElementOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/ApplyLinkOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/ApplyTCYOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/CompositeOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/CutOperation.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/textLayout/opera tions/FlowElementOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/FlowOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/FlowTextOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/InsertInlineGraphicOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/InsertTextOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/ModifyInlineGraphicOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/PasteOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/RedoOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/SplitParagraphOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/UndoOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/utils /
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/utils /NavigationUtil.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/undo/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/undo/IOperation. as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/undo/IUndoManage r.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/undo/UndoManager .as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_textField/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_textField/src/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_textField/src/flashx/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_textField/src/flashx/textLayout/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_textField/src/flashx/textLayout/ TextFieldClasses.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_textField/src/flashx/textLayout/ controls/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_textField/src/flashx/textLayout/ controls/TLFTextField.as
        flex/sdk/trunk/frameworks/projects/textLayout/tlf.properties
    Removed Paths:
        flex/sdk/trunk/in/tlf/

  • Please give flashINflex example

    Please, as I am new in AS3 and flex. I have just downloaded
    trial version of flex 3 and I already am owner of Adobe Creative
    Suite so I have Flash CS3.
    What I am asking is: can someone please point me where I
    could fine example of Fx applicaion loading and communicating with
    flash 9 (AS3) file and vice versa.
    What I would like to learn is: how flex send / read variables
    from loaded flash movie, and how flash component (or movie) can
    access flex variables or control flex application (fe. change
    views, go back, refresh data...).
    In advance, thank you for helping me with this.

    Perhaps start here:
    http://weblogs.macromedia.com/pent/archives/2007/04/example_of_the.cfm
    Tracy

  • Custom Component: Instantiation attempted on a non-constructor.

    Hi all, i've created an empty class that extends the Slider
    control. it compiles fine, but when i run it, i get the following
    error: Error #1007: Instantiation attempted on a non-constructor.
    this is how i'm calling it:
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    xmlns:tix="com.tixsmart.flex.controls.*" >
    <tix:SeekBar x="91" y="223" width="424"
    height="11"/>

    Adobe Newsbot hopes that the following resources helps you.
    NewsBot is experimental and any feedback (reply to this post) on
    its utility will be appreciated:
    Flex 3 - Metadata tags:
    This MXML code generates an error because Flex cannot convert
    the Strings ' abc ' and ' def ' to a Number. You insert the
    [ArrayElementType] metadata tag
    Link:
    http://livedocs.adobe.com/flex/3/html/metadata_3.html
    How to highlight the ticks ina slider - Flex India Community:
    Apr 15, 2008 ... There was an error processing your request.
    Please try again. Standard view View as tree ... I am new to Flex
    and I have created a slider.
    Link:
    http://groups.google.com/group/flex_india/browse_thread/thread/f0f5b69c171ae859
    [#SDK-11271] A Flash Container can only take a Flex container
    as a:
    See code: <?xml version='1.0'?> <!--
    skins/PictureFrame.mxml --> <mx:Application xmlns:mx='
    http://www.adobe.com/2006/mxml'
    xmlns:myComps='*'>
    Link:
    http://bugs.adobe.com/jira/browse/SDK-11271
    Slider and Text Input Issue - Flex India Community | Google
    Groups:
    Aug 7, 2008 ... following code is solution for ur problem
    <?xml version='1.0' encoding='utf-8'?> <mx:Application
    xmlns:mx='
    http://www.adobe.com/2006/mxml'
    Link:
    http://groups.google.com/group/flex_india/browse_thread/thread/8bc9cccc3681711b?fwc=1
    HSlider and VSlider controls -- Flex 2:
    Flex provides two sliders: the HSlider (Horizontal Slider)
    control, which creates ... <mx:Application xmlns:mx='
    http://www.adobe.com/2006/mxml'>
    <mx:HSlider
    Link:
    http://livedocs.adobe.com/flex/2/docs/00000542.html
    Disclaimer: This response is generated automatically by the
    Adobe NewsBot based on Adobe
    Community
    Engine.

  • How can I use flex motion control VI without hardware?

    I would like to try and simulate the motion control of my system before i hook up the motion control card. But when I use the VI in flex motion contro took kit it asks for address or something and gives me an error. Can't I just simulate without hardware?

    Hello,
    The only way you can use FlexMotion without any hardware is to set it up as Open Loop Stepper Control. Otherwise, you will get errors when no encoder signal is fed back to the controller.
    Please let me know if you have any further questions.
    Regards,
    Andy Bell
    Application Engineer
    National Instruments

Maybe you are looking for

  • PO order number error in Sales order

    Hai Everybody, I have a problem of PO order number error in the sales order. While creating Sales order, i am entering the PO order number in SO. Though the document is complete, i am getting this error message : "ordering errors; tested ORGID: 71471

  • PO confirmation tablecontrol screen change in ME2*N transactions

    Hi Experts,    My client's business require me to add one new columns in PO item  level confirmataion table control screen in ME21N,ME22N,ME23N transactions. These  column field(ZZ*) is to be taken from EKES table under append structure. Any inputs h

  • Import as DNG from Memory card to PC using Win 7?

    I import images into My Pictures (Win 7) then convert to DNG when I import into them into Lightroom where I delete and edit. The DNGs are deleted from Lightroom, but CR2 files now on my hard drive are not. Can I import as DNG from memory card to hard

  • [Solved]All QT programs crash."symbol lookup error","undefined symbol"

    Today when I open my computer I can not start any QT program. For example the error messages are kile: symbol lookup error: /usr/lib/libkdecore.so.5: undefined symbol: qt_locale_initialized kate: symbol lookup error: /usr/lib/libkio.so.5: undefined s

  • I can't use the Facetime

    it says there is a problem. you need to go out and open it again