Testing swc and mxml code

Hi,
I have some software classes to run commands on any mxml file.
These classes are wrapped in a SWC file. This SWC file is referenced by any sample mxml application (by adding as SWC file).
My problem is that I want to test these software classes against my sample mxml file. That is, I should test methods run by software classes on the mxml file.
How can I accomplish this?
Thanks,
Pradeep

Well,
I am writing an agent to test Flex apps, similar to QTP,FunFX and FlexMonkey.
So obviously this agent (library compiled to a SWC) can be linked and used to test any mxml project.
I've developed some part of the agent and have a sample mxml file with all the components thrown in.
The mxml file doesnt lead to any other file...it has just components to be tested.
So I want to test my agent against this mxml file, for test driven development(TDD).
I want to create a separate project to test my agent(library) and the sample mxml file.
How can I achieve this?
Thanks,
Pradeep.
PS: The library is a bit too big and complicated to be provided as a code snippet.

Similar Messages

  • 4MOT/1/40000002:Right side-0 I did run hard ware test and this code came up,, wondering what it is??

    4MOT/1/40000002:Right side-0
    I did run hard ware test and this code came up,,, wondering what it is??

    You have to take the computer to the Apple store as soon as possible.
    Interpretation of these error codes are very difficult.
    There is no published info about these codes from Apple.
    Best.

  • [svn:fx-4.0.0] 13535: Part 1 of fixing line endings in AS and MXML files so that line numbers are correct while debugging .

    Revision: 13535
    Revision: 13535
    Author:   [email protected]
    Date:     2010-01-15 14:45:38 -0800 (Fri, 15 Jan 2010)
    Log Message:
    Part 1 of fixing line endings in AS and MXML files so that line numbers are correct while debugging.
    We've got a widespread problem with line-endings (\r\n vs \n vs \r) because not all our files have svn:eol-style set to "native". (With this setting, the line endings are adjusted for the platform that you check out code onto. Without it, you can end up with all-Mac line endings on a Windows machine, WindowsMacUnix line endings on a Mac, etc. The goal is all-Win on Win, all-Mac on Mac, etc.)
    For schedule reasons, we've decided to minimize risk by fixing only AS and MXML files in frameworks/projects that contribute to our SWCs, because here line-ending problems can throw off line numbers and the debugger doesn't step through the right lines of code.
    You can't set svn:eol-style to "native" unless the line endings are already correct for your platform. Since I'm on Windows, I wrote a script to find a fix the files that had any \n or \n line endings. The files now have \r\n.
    QE notes: None
    Doc notes: None
    Bugs: SDK-24966
    Reviewer: Pete
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24966
    Modified Paths:
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/IDeferredContentOwner.a s
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/ISelectableList.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/LayoutElementUIComponen tUtils.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/geom/CompoundTransform.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/geom/TransformOffsets.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/skins/halo/WindowBackground. as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/utils/MatrixUtil.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/utils/OnDemandEventDispatche r.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/media/MediaFactory.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/HTTPMultiService.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/Operation.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/mxml/HTTPMultiService.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/ButtonBar.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/DropDownList.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/HSlider.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/Panel.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/PopUpAnchor.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/Scroller.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/mediaClasses/Volum eBar.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/Dro pDownController.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/Dro pDownListBase.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/Scr ollerLayout.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/Sli derBase.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/effects/AnimateTransform.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/effects/supportClasses/Animat eTransformInstance.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/effects/supportClasses/MoveIn stance.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/events/SkinPartEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/skins/spark/HighlightBitmapCa ptureSkin.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/skins/spark/ScrollerSkin.mxml
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/styles/metadata/AdvancedInher itingTextStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/styles/metadata/AdvancedNonIn heritingTextStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/utils/LabelUtil.as
        flex/sdk/branches/4.0.0/frameworks/projects/wireframe/src/spark/skins/wireframe/NumericSt epperTextInputSkin.mxml

    Hi there,
    I follow the help from this post
    How to handle line break embeded inside CSV column
    Not a perfect way, but it is accepted in my case.
    Cheers,

  • [svn:fx-4.0.0] 13541: Part 2 of fixing line endings in AS and MXML files so that line numbers are correct while debugging .

    Revision: 13541
    Revision: 13541
    Author:   [email protected]
    Date:     2010-01-15 16:47:34 -0800 (Fri, 15 Jan 2010)
    Log Message:
    Part 2 of fixing line endings in AS and MXML files so that line numbers are correct while debugging.
    All AS and MXML files frameworks/projects (that are code for SWCs) now have svn:eol-style set to "native" (and svn:mime-type set to "text/plain"). Having svn:eol-style set to "native" should ensure that when you get these files on a particular platform, the line-endings are correct for that platform.
    QE notes: None
    Doc notes: None
    Bugs: SDK-24966
    Reviewer: Pete
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24966
    Modified Paths:
        flex/sdk/branches/4.0.0/frameworks/projects/airspark/src/AIRSparkClasses.as
        flex/sdk/branches/4.0.0/frameworks/projects/airspark/src/spark/core/Version.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/AutomationClasses.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/AdvancedDa taGridSelectedCellCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/ArrayPrope rtyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/AssetPrope rtyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/Automation ObjectPropertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/ChartItemC odec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/ColorPrope rtyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/DateProper tyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/DateRangeP ropertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/DateScroll DetailPropertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/DefaultPro pertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/HitDataCod ec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/IAutomatio nPropertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/KeyCodePro pertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/KeyModifie rPropertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/ListDataOb jectCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/RendererPr opertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/ScrollDeta ilPropertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/ScrollDire ctionPropertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/TabObjectC odec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/TriggerEve ntPropertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/DragMa nagerAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/DragMa nagerAutomationImplGlobal.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/TextFi eldAutomationHelper.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/AccordionAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/ApplicationAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/BoxAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/CanvasAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/DividedBoxAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/FormAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/FormItemAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/PanelAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/TabNavigatorAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/ViewStackAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/AlertAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/AlertFormAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ButtonAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ButtonBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/CheckBoxAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ColorPickerAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ComboBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ComboBoxAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/DataGridAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/DataGridItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/DateChooserAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/DateFieldAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/LabelAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/LinkBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ListAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ListBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ListBaseContentHolderAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ListItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/MenuAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/MenuBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/MenuBarItemAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/MenuItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/NavBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/NumericStepperAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/PopUpButtonAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ProgressBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/RadioButtonAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/SWFLoaderAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ScrollBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/SliderAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/TextAreaAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/TextInputAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/TileBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/TileListItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ToggleButtonBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ToolTipAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/TreeAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/TreeItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/VideoDisplayAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/core/C ontainerAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/core/R epeaterAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/core/S crollControlBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/core/U IComponentAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/core/U ITextFieldAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/AdvancedD ataGridHeaderShiftEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/AdvancedD ataGridItemSelectEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nAirEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nCustomReplayEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nDragEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nDragEventWithPositionInfo.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nRecordEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nReplayEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/ChartSele ctionChangeEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/EventDeta ils.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/ListItemS electEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Marshalle dAutomationEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/MenuShowE vent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/TextSelec tionEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Adva ncedDataGridTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Adva ncedListBaseTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Axis RendererTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Cart esianChartTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Char tBaseTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Char tSeriesTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Cont ainerTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Data GridTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/List BaseTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/List TabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Menu BarTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/OLAP DataGridTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Tile BaseTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Tree TabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/core/Version.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/AutomationAirClasses.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/air/AirDragM anagerAutomationHandler.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/air/AirFunct ionsHelper.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/codec/FilePr opertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/delegates/co ntainers/WindowedApplicationAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/delegates/co ntainers/WindowedApplicationAutomationImpl_modi.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/delegates/co ntainers/WindowsAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/delegates/co ntrols/FileSystemTreeAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/delegates/co ntrols/FlexNativeMenuAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/delegates/co ntrols/fileSystemClasses/FileSystemDataGridNameColumnRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/events/Autom ationFlexNativeMenuEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/core/Version.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_airspark/src/AutomationAirSparkCla sses.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_airspark/src/spark/automation/dele gates/components/SparkWindowAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_airspark/src/spark/automation/dele gates/components/SparkWindowedApplicationAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/AutomationDMVClasses.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/AdvancedDataGridAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/AdvancedDataGridBaseExAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/AdvancedDataGridGroupItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/AdvancedDataGridItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/AdvancedListBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/AdvancedListBaseContentHolderAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/OLAPDataGridAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/OLAPDataGridGroupRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/AreaSeriesAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/AxisRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/BarSeriesAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/BubbleSeriesAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/CartesianChartAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/ChartBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/ColumnSeriesAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/HLOCSeriesBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/LegendAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/LegendItemAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/LineSeriesAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/PieSeriesAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/PlotSeriesAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/SeriesAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/core/Version.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_flashflexkit/src/AutomationFlashFl exKitClasses.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_flashflexkit/src/mx/automation/del egates/flashflexkit/ContainerMovieClipAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_flashflexkit/src/mx/automation/del egates/flashflexkit/FlexContentHolderAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_flashflexkit/src/mx/automation/del egates/flashflexkit/UIMovieClipAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_flashflexkit/src/mx/core/Version.a s
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/AutomationSparkClasses.a s
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/mx/automation/delegates/ controls/dataGridClasses/FTEDataGridItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/mx/automation/delegates/ core/UIFTETextFieldAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/mx/core/Version.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/codec/S parkDropDownListBaseSelectedItemCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/SparkRichEditableTextAutomationHelper.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkApplicationAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkBorderContainerAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkButtonAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkButtonBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkButtonBarButtonAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkCheckBoxAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkComboBoxAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkDataGroupAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkDropDownListAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkGroupAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkLabelAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkListAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkNavigatorContentAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkNumericStepperAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkPanelAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkRadioButtonAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkRichEditableTextAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkScrollerAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkSkinnableContainerAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkSpinnerAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkTabBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkTextAreaAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkTextInputAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkTileGroupAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkTitleWindowAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkToggleButtonAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkVideoPlayerAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/mediaClasses/SparkMuteButtonAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/mediaClasses/SparkVolumeBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkButtonBarBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkButtonBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkDropDownListBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkGroupBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkListBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkRangeAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkScrollBarBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkSkinnableComponentAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkSkinnableContainerBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkSkinnableTextBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkSliderBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkTextBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkToggleButtonBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkTrackBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/skins/spark/SparkDefaultComplexItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/skins/spark/SparkDefaultItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/events/ SparkListItemSelectEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/events/ SparkValueChangeAutomationEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/tabular Data/RichEditableTextTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/tabular Data/SkinnableContainerTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/tabular Data/SparkListBaseTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/core/Version.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/AdvancedDataGridClasses .as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/ChartsClasses.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/accessibility/Advanc edDataGridAccImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/AreaChart.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/AxisLabel.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/AxisRenderer. as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/BarChart.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/BubbleChart.a s
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/CandlestickCh art.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/CategoryAxis. as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/ChartItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/ColumnChart.a s
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/DateTimeAxis. as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/GridLines.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/HLOCChart.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/HitData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/Legend.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/LegendItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/LineChart.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/LinearAxis.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/LogAxis.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/PieChart.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/PlotChart.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ AxisBase.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ AxisLabelSet.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ BoundedValue.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ CartesianCanvasValue.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ CartesianChart.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ CartesianDataCanvas.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ CartesianTransform.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ ChartBase.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ ChartElement.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ ChartItemDragProxy.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ ChartLabel.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ ChartState.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ DataDescription.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ DataTip.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ DataTransform.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ DateRangeUtilities.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ DualStyleObject.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ GraphicsUtilities.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ HLOCSeriesBase.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IAxis.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IAxisRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IBar.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IChartElement.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IChartElement2.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IColumn.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IDataCanvas.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IStackable.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IStackable2.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ InstanceCache.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ LegendData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ NumericAxis.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ PolarChart.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ PolarDataCanvas.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ PolarTransform.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ RenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ Series.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ StackedSeries.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/Serie sEffect.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/Serie sInterpolate.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/Serie sSlide.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/Serie sZoom.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/effec tClasses/SeriesEffectInstance.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/effec tClasses/SeriesInterpolateInstance.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/effec tClasses/SeriesSlideInstance.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/effec tClasses/SeriesZoomInstance.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/events/ChartE vent.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/events/ChartI temEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/events/Legend MouseEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Are aRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Box ItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Can dlestickItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Cir cleItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Cro ssItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Dia mondItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/HLO CItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Lin eRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Sha dowBoxItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Sha dowLineRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Tri angleItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Wed geItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/AreaSe ries.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/AreaSe t.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/BarSer ies.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/BarSet .as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/Bubble Series.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/Candle stickSeries.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/Column Series.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/Column Set.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/HLOCSe ries.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/LineSe ries.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/PieSer ies.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/PlotSe ries.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ AreaSeriesItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ BarSeriesItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ BubbleSeriesItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ ColumnSeriesItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ HLOCSeriesItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ LineSeriesItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ LineSeriesSegment.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ PieSeriesItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ PlotSeriesItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/AreaSeriesRenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/BarSeriesRenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/BubbleSeriesRenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/ColumnSeriesRenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/HLOCSeriesRenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/LineSeriesRenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/PieSeriesRenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/PlotSeriesRenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/skins/halo/Se lectionSkin.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/HaloDe faults.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/metada ta/FillStrokeStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/metada ta/GapStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/metada ta/ItemRendererStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/metada ta/LeadingStyle.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/metada ta/MarginStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/metada ta/TextStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/DefaultS ummaryCalculator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Grouping .as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Grouping Collection.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Grouping Collection2.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Grouping Field.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Hierarch icalCollectionView.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Hierarch icalCollectionViewCursor.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Hierarch icalData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/IGroupin gCollection.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/IGroupin gCollection2.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/IHierarc hicalCollectionView.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/IHierarc hicalCollectionViewCursor.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/IHierarc hicalData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/ISummary Calculator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/LeafNode Cursor.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/SummaryF ield.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/SummaryF ield2.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/SummaryO bject.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/SummaryR ow.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/errors/C hildItemPendingError.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/AdvancedDat aGrid.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/AdvancedDat aGridBaseEx.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/OLAPDataGri d.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridBase.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridBaseSelectionData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridBaseSelectionPending.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridColumn.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridColumnGroup.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridDragProxy.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridGroupItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridHeaderInfo.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridHeaderRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridListData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridRendererDescription.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridRendererProvider.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridSortItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/IAdvancedDataGridRendererProvider.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/SortInfo.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/listClasses /AdvancedListBase.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/listClasses /AdvancedListBaseContentHolder.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/olapDataGri dClasses/OLAPDataGridGroupRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/olapDataGri dClasses/OLAPDataGridHeaderRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/olapDataGri dClasses/OLAPDataGridHeaderRendererProvider.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/olapDataGri dClasses/OLAPDataGridItemRendererProvider.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/olapDataGri dClasses/OLAPDataGridRendererProvider.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/core/Version.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/events/AdvancedDataG ridEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/events/AdvancedDataG ridEventReason.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/events/CubeEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/CubeNode.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/CubeNodeBuilder .as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/DefaultCubeImpl .as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPAttribute. as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPAttributeL evel.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPAxisPositi on.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPCell.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPCube.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPCubeImpl.a s
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPCustomAggr egator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPDimension. as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPElement.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPHierarchy. as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPLevel.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPMember.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPQuery.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPQueryAxis. as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPResult.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPResultAxis .as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPSchema.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPSet.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPTuple.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPAttribute.a s
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPAttributeLe vel.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPAxisPositio n.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPCell.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPCube.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPDimension.a s
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPElement.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPHierarchy.a s
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPLevel.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPMeasure.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPMember.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPQuery.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPQueryAxis.a s
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPResult.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPResultAxis. as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPSchema.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPSet.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPTrace.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPTuple.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/QueryCubeBuilde r.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/QueryError.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/SummaryNode.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/aggregators/Ave rageAggregator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/aggregators/Cou ntAggregator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/aggregators/Max Aggregator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/aggregators/Min Aggregator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/aggregators/Sum Aggregator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/printing/PrintAdvanc edDataGrid.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/printing/PrintOLAPDa taGrid.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/skins/halo/AdvancedD ataGridColumnWrongDropIndicator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/skins/halo/AdvancedD ataGridHeaderHorizontalSeparator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/styles/metadata/Focu sStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/styles/metadata/GapS tyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/styles/metadata/Icon ColorStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/styles/metadata/Lead ingStyle.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/styles/metadata/Padd ingStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/styles/metadata/Text Styles.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/accessibility/AccConst.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/collections/AsyncListView.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/IDeferredContentOwner.a s
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/INavigatorContent.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/ISelectableList.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/LayoutElementUIComponen tUtils.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/EventListenerRequest. as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/FlexChangeEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/FocusRequestDirection .as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/InterDragManagerEvent .as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/InterManagerRequest.a s
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/InvalidateRequestData .as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/Request.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/SWFBridgeEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/SWFBridgeRequest.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/SandboxMouseEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/geom/CompoundTransform.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/geom/RoundedRectangle.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/geom/TransformOffsets.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/IActiveWindowManage r.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/IMarshalSystemManag er.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/ISystemManagerChild Manager.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/PopUpData.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/marshalClasses/Curs orManagerMarshalMixin.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/marshalClasses/Drag ManagerMarshalMixin.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/marshalClasses/Focu sManagerMarshalMixin.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/marshalClasses/Mars halPopUpData.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/marshalClasses/PopU pManagerMarshalMixin.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/marshalClasses/Tool TipManagerMarshalMixin.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/systemClasses/Activ eWindowManager.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/systemClasses/Child Manager.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/systemClasses/Event Proxy.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/systemClasses/Marsh allingSupport.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/systemClasses/Place holderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/systemClasses/Remot ePopUp.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/modules/IModule.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/skins/halo/WindowBackground. as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/styles/CSSMergedStyleDeclara tion.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/utils/HSBColor.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/utils/MatrixUtil.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/utils/OnDemandEventDispatche r.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/media/MediaFactory.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/metadata/IFacet.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/PausableTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/PlayableTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/netmon/NetworkMonitor.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/CallResponder.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/AbstractOperation.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/HTTPMultiService.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/Operation.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/SerializationFilter.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/mxml/HTTPMultiService.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/utils/RPCObjectUtil.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/utils/RPCStringUtil.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/utils/RPCUIDUtil.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/controls/advancedDataGridClasses /FTEAdvancedDataGridItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/controls/advancedDataGridClasses /MXAdvancedDataGridItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/controls/dataGridClasses/FTEData GridItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/controls/dataGridClasses/MXDataG ridItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/controls/listClasses/MXItemRende rer.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/controls/treeClasses/MXTreeItemR enderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/core/FTETextField.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/core/UIFTETextField.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/ButtonBar.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/ComboBox.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/DropDownList.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/HSlider.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/NavigatorContent.a s
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/Panel.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/PopUpAnchor.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/Scroller.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/TabBar.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/mediaClasses/Volum eBar.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/Ani mationTarget.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/But tonBarBase.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/Dro pDownController.as
        flex/sdk/br

    Hi there,
    I follow the help from this post
    How to handle line break embeded inside CSV column
    Not a perfect way, but it is accepted in my case.
    Cheers,

  • Swf, swc and the mxmlc, compc ant tasks

    I'm a bit confused on the end result of the mxmlc / compc ant
    tasks, or maybe the difference between swf and swc files. I have a
    library of 60 or so AS3 files used for
    serialization/deserialization of my Java backend (using GDS for
    serialization of data between java serverside and my flex front
    end). I first use the compc ant task on these AS3 files to create a
    swc file. This swc is 453316 bytes. With this flash library, I use
    the mxmlc ant task on my mxml file, which produces a 201,492-byte
    swf file.
    I have a couple questions related to the procedure above.
    Shouldn't the swf file include the swc file, and hence be bigger
    than the swc? I'm just wondering if I deploy the swf file, will it
    have all it needs in the swc file to perform the functions
    correctly?
    My second question relates to setting the
    keep-generated-actionscript="true" in the mxmlc task. When
    doing this, I see all the AS3 code generated. However, it does not
    include 55 of the 60 AS3 classes compiled in the swc. It only
    generated AS3 code for those AS3 classes explicitly declared in the
    mxml code (via import and actual declaration). Am I doing something
    wrong here or is this the way flex does its thing?
    The reason why I'm concerned about this is that I'm getting a
    "ArgumentError: Error #2004: One of the parameters is
    invalid" issue am I'm think its happening in the AS3 code (not
    the Java server side) and I don't know how to debug this.
    Any help would be appreciated. Thanks in advanced!
    -los

    I am also facing with the same problem.....
    Is there any resolution for this problem.?
    Not sure where i am going wrong.
    Any help will be appreciated.
    Thanks in advance.

  • Suggestions requested for Unit Testing process and build processes.

    Hi All,
    We are using WebLogic WorkShop 8.1 SP2 to build our WebApp. One thing I am trying
    to get together is a "Best Practises" list for aspects of WorkShop developement,
    particularly Unit Testing, Continous Build methodology, source control management
    etc.I have been through the "Best Practises Guide" that comes in WorkShop help,
    but it doesnt address these issues.This could help us all for future projects.
    1)Could anyone give pointers on how to perform Unit Testing using either JUnit/JUnitEE
    in the WorkShop realm, given that Controls cannot be accessed directly from PO
    Test classes.
    2)For a project of size say 5 developers ,does it make sense to have a nightly
    build using tools like CruiseControl?We use CVS for our source control and its
    working out pretty well, but given that we currently have no Unit Tests that can
    be run after the build and that can provide some reports on what broke/what didnt?
    I am sure we all would appreciate any suggestions and more questions on this topic.
    Thanks,
    Vik.

    Hi, Chris,
    can you perhaps explain your solution in greater detail. I am really curious to
    find a way to test controls.
    "Chris Pyrke" <[email protected]> wrote:
    >
    I have written (well it's a bit of a dirty hack really) something that
    lends itself
    to the name ControlTest (it unit tests controls). Its a blend of Junit
    and Cactus
    with some of the source of each brutalised a bit to get things to work
    (not much
    - it was a couple of hours work, when I was supposed to be doing something
    else).
    To write a control test you code something like...
    package com.liffe;
    import com.liffe.controlunit.ControlTestCase;
    import controls.Example;
    public class TestExample extends ControlTestCase
    private Example example = null;
    public void setUp() {
    example = (Example)getControl("example");
    public void testExample() {
    this.assertNotNull(example);
    String result = example.getData();
    assertEquals(result, "Happy as Larry");
    Other tasks required to set up a test are creating a web project with
    a jpf which
    needs some cut and paste code (14 lines) in its begin method and a jsp
    which is
    also cut and paste (5 lines). (ie create a standard web project and paste
    in 2
    pieces of code)
    In the web project you need to create a control (A) with an instance
    name of controlContainer.
    (if it's called something else the pasted in code will need changing
    to reflect)
    In this control you need to put an instance of TestContainerImpl and
    any controls
    that need testing.
    You then need to add a method to the control (A) that looks like…
    * @common:operation
    public String controlTestRun(String theSuiteClassName, boolean xsl)
    container.setControl("example", example);
    return container.controlTestRun(theSuiteClassName, xsl);
    You need to call container.setControl for each control being tested and
    the object
    'container' is the instance name of the TestContainerImpl that was put
    in.
    There are 4 jars (junit, cactus etc) that go in the library. You will
    also need
    the ControlUnitBase project (or maybe just it's jar).
    To use you call a URL like:
    http://localhost:7001/TestWeb/Controller.jpf?test=com.liffe.TestExample
    TestWeb is the name I gave to my web project - this will be different
    for each
    test project
    com.liffe.Example is the class above and will therefore be different
    for each
    test case.
    You can also call
    http://localhost:7001/TestWeb/Controller.jpf?test=com.liffe.TestExample&xsl=true
    (Note the extra &xsl=true) and the browser will (if it can) render it
    more prettily.
    This seems to do the job quite nicely, but there are several caveats
    I would hope
    someone from bea would be able to address before I start using it widely.
    1) To access the control you need to create it (eg as a subcontrol in
    the control
    (A) above.
    To get it into the test case you need to pass it round as an Object (can't
    return
    Control from a control operation). As it's being passed around among
    Java (POJO)
    classes I'm assuming that control remains in the control container context
    so
    this is OK. It seems to work and the Object is some form of proxy as
    any control
    seems to be reproxied before the control is invoked from the test case.
    2) If I'm testing controls called from a JPD then they either need to
    be in a
    control project (and my test cases called from a Web Project) which makes
    for
    a large increase in project numbers (we already have this and are trying
    to resist
    it) To avoid this - as a process project is a brain damaged web project
    I simply
    perform some brain surgery and augment the process project with some
    standard
    files found in any old web project. this means I can call the test JPF
    from a
    browser. This seems nasty, is there a better way?
    3) I would like to be able to deliver without the test code. At the worst
    the
    code can be in place but must be inacessible in a production environment.
    I don't
    know how best to do this - any suggestions (without creating lots of
    projects,
    or lots of manual effort)
    If anyone has read this far I would ask the question does this seem like
    the kind
    of thing that would be useful?
    Hopefully a future version of workshop will have something to enable
    unit testing
    and this hacking will be unnecessary.
    Could someone from BEA tell me if this is a dangerous way to do things?
    Chris
    "vik" <[email protected]> wrote:
    Hi All,
    We are using WebLogic WorkShop 8.1 SP2 to build our WebApp. One thing
    I am trying
    to get together is a "Best Practises" list for aspects of WorkShop developement,
    particularly Unit Testing, Continous Build methodology, source control
    management
    etc.I have been through the "Best Practises Guide" that comes in WorkShop
    help,
    but it doesnt address these issues.This could help us all for future
    projects.
    1)Could anyone give pointers on how to perform Unit Testing using either
    JUnit/JUnitEE
    in the WorkShop realm, given that Controls cannot be accessed directly
    from PO
    Test classes.
    2)For a project of size say 5 developers ,does it make sense to have
    a nightly
    build using tools like CruiseControl?We use CVS for our source control
    and its
    working out pretty well, but given that we currently have no Unit Tests
    that can
    be run after the build and that can provide some reports on what broke/what
    didnt?
    I am sure we all would appreciate any suggestions and more questions
    on this topic.
    Thanks,
    Vik.

  • V I Engineering, Inc has immediate needs for Systems Engineers (Contract) and Senior Systems Engineers (Contract) (reporting to the Test Software and Integration Group Manager)

    Company: V I Engineering, Inc.
    Locations: Various - USA
    Salary/Wage: $negotiable
    Status: Hourly Contractor
    Relevant Work Experience: 5+ years system integration (LabVIEW/TestStand experience required)
    Career Level: Intermediate/Experienced
    Education Level: Bachelor's Degree
    Residency/Citizenship: USA Citizenship or Greencard required
    Driving Business Results through Test Engineering
    V I Engineering, Inc. has a vision for every client we engage. That vision is to achieve on-time and on-budget program launch more efficiently that the competition. To realize this vision, customers need to achieve predictable test systems development, eliminate waste in test information management, and drive increased leverage of test assets. An underlying requirement for all of these areas is metrics tracking and measurement based decision making.
    Job Description
    Ready to make a difference? Bring your experiences and skills to the industry leading test organization. Help us to continue to shape the way the world views test. We are seeking a talented Systems Engineer Contractor to be responsible for technical execution of successful projects in the Medical, Military, Transportation, Consumer Electronics and Aerospace Industries. The position will have very high visibility to customers and vendors. This is a very fast paced team with close customer contact and strong career development opportunities. A large part of the position is to identify, own and drive technical design, development and installation of test systems. You will work alongside other like-minded and equally talented engineers, and be creative in a fast-paced and flexible environment that encourages you to think outside the box. You will be available to spend extended periods at our customer sites to complete system installations.
    Required
    5+ years of Systems Integration experience
    3+ years LabVIEW experience
    1+ years TestStand experience
    Experience in Implementation and Delivery of Test Systems, including integration
    Experience in ATE usage and development
    Experience in building and Integrating Mechanical Fixtures
    Experience in Understanding the design of Circuit Boards as they relate to a total system, and their fault-finding
    Experience in Taking Part in Technical Teams throughout All Phases of Project Lifecycle
    Experience in Interfacing with Sub-vendors and Customers
    Ability to Multitask
    Comfortable Working on Various Team Sizes
    Excellent Communication Skills
    Desired
    Requirements generation and review experience
    National Instruments Hardware knowledge
    Experience with Source Code Control (SCC)
    Experience executing verification and validation for projects
    Experience generating and/or reviewing cost proposals
    RF Technology (DAQ, General RF Theory)
    FPGA (with LabVIEW)
    Professional software engineering processes and metrics experience
    TortoiseSVN
    V I Package Manager (VIPM)
    Experience with Projects for Regulated Industries
    MS Project
    Formal Education
    Technical degree (BS Engineering, Computer Science, Physics, Math)
    National Instruments Courses a plus
    National Instruments certification a plus
    Notes:
    Expected Travel Time is up to 50%.
    V I Engineering, Inc. offers a dynamic work environment and the flexibility of a small company.
    The Test Software and Integration Group values innovation, out-of-the-box thinking, high-tech toys and a fun / amazingly collaborative working environment. We're a National Instruments Select Integrator, and we're the closest you can get to playing with all the pre-released and new NI toys without joining the NI R&D team - and we get to play with them in the real world.
    To apply for this position, email a cover letter and resume to [email protected] with the subject "TSIG Systems Engineer (Contract) employment application".
    Copyright © 2004-2015 Christopher G. Relf. Some Rights Reserved. This posting is licensed under a Creative Commons Attribution 2.5 License.

    Edit
    Jeff

  • V I Engineering, Inc has immediate needs for Systems Engineers and Senior Systems Engineers (reporting to the Test Software and Integration Group Manager)

    Company: V I Engineering, Inc.
    Locations: Positions available in our Farmington Hills, MI Office
    Salary/Wage: $negotiable
    Status: Full Time, Employee
    Relevant Work Experience: 5+ years system integration (LabVIEW/TestStand experience preferred, but not required)
    Career Level: Intermediate (Non-Manager)
    Education Level: Bachelor's Degree
    Residency/Citizenship: USA Citizenship or Greencard required
    Driving Business Results through Test Engineering
    V I Engineering, Inc. has a vision for every client we engage. That vision is to achieve on-time and on-budget program launch more efficiently that the competition. To realize this vision, customers need to achieve predictable test systems development, eliminate waste in test information management, and drive increased leverage of test assets. An underlying requirement for all of these areas is metrics tracking and measurement based decision making.
    Job Description
    Ready to make a difference? Bring your experiences and skills to the industry leading test organization. Help us to continue to shape the way the world views test. We are seeking a talented Systems Engineer to be responsible for technical execution of successful projects in the Medical, Military, Transportation, Consumer Electronics and Aerospace Industries. The position will have high visibility to customers and vendors. This is a very fast paced team with close customer contact and strong career development opportunities. A large part of the position is to identify, own and drive technical design and development of test systems. You will work alongside other like-minded and equally talented engineers, and be creative in a fast-paced and flexible environment that encourages you to think outside the box.
    Required
    5+ years of Systems Integration experience
    Experience in Design and Implementation of Test Systems, including integration
    Experience in ATE usage and development
    Experience in reviewing of Mechanical Fixtures
    Experience in understanding the design of Circuit Boards as they relate to a total system
    Experience in Taking Part in Technical Teams throughout All Phases of Project Lifecycle
    Experience in Interfacing with Sub-vendors and Customers
    Ability to Multitask
    Comfortable Working on Various Team Sizes
    Excellent Communication Skills
    Desired
    Requirements generation and review experience
    National Instruments Hardware knowledge
    LabVIEW/TestStand experience
    Experience with Source Code Control (SCC)
    Experience executing verification and validation for projects
    Experience generating and/or reviewing cost proposals
    RF Technology (DAQ, General RF Theory)
    FPGA (with LabVIEW)
    Professional software engineering processes and metrics experience (statement coverage, code size, reuse measurement, etc)
    TortoiseSVN
    V I Package Manager (VIPM)
    UML
    Experience with Projects for Regulated Industries
    MS Project
    Formal Education
    Technical degree (BS Engineering, Computer Science, Physics, Math)
    National Instruments Courses a plus
    National Instruments certification a plus
    Notes:
    Expected Travel Time is up to 25%Re
    location assistance is possible.
    V I Engineering, Inc. offers incredible opportunities to grow and advance your career, a dynamic work environment and the flexibility of a small company.
    The Test Software and Integration Group values innovation, out-of-the-box thinking, high-tech toys and a fun / amazingly collaborative working environment. We're a National Instruments Select Integrator, and we're the closest you can get to playing with all the pre-released and new NI toys without joining the NI R&D team - and we get to play with them in the real world.
    To apply for this position, email a cover letter and resume to [email protected] with the subject "TSIG Systems Engineer employment application".
    Copyright © 2004-2015 Christopher G. Relf. Some Rights Reserved. This posting is licensed under a Creative Commons Attribution 2.5 License.

    Edit
    Jeff

  • Oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25058. Error message parameters

    Dear Guru's,
    I am not able to solve the above issue for last couple of days.
    I am newbie to the webservice
    My Issue...
    I am using Jdeveloper 11.1.2.4.0 Release 2
    1. Using Jdev I built one small Web Service with two methods.
            While testing the Webservice...
                   I passed User Id as Parameter and it successfully return the values (user id, user name and description) from fnd_user table
    2. I created another application to consume the web service i created.
                   1. I added the webservice SOAP and added the method.
                   2. Created a jsf page and drag and drop the parameter and return values to the jsf page.
    3. While executing the created jsf page I received the error message as below
    "oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25058. Error message parameters are {0=Attribute, 1=UserName, 2=UserName}"
    Even I know that this issue is repeated one in our forum, I was not able to solve this issue.
    Can anybody help to solve this issue.
    Thanks and Regards,
    Durai S E

    Dear Guru's,
    I am not able to solve the above issue for last couple of days.
    I am newbie to the webservice
    My Issue...
    I am using Jdeveloper 11.1.2.4.0 Release 2
    1. Using Jdev I built one small Web Service with two methods.
            While testing the Webservice...
                   I passed User Id as Parameter and it successfully return the values (user id, user name and description) from fnd_user table
    2. I created another application to consume the web service i created.
                   1. I added the webservice SOAP and added the method.
                   2. Created a jsf page and drag and drop the parameter and return values to the jsf page.
    3. While executing the created jsf page I received the error message as below
    "oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25058. Error message parameters are {0=Attribute, 1=UserName, 2=UserName}"
    Even I know that this issue is repeated one in our forum, I was not able to solve this issue.
    Can anybody help to solve this issue.
    Thanks and Regards,
    Durai S E

  • SWC and SeekBar

    Hello.
    I'm converting a Web (Flash Player) application to iOS. The Web application uses external SWFs. But in iOS I can't load external SWFs. I decide to convert the SWFs to SWCs and insert the SWCs in the "Library path" of the main SWF.
    All is OK except the use of the SeekBar.
    This is a link to an example of the problem (CS5.5): http://www.highresolution.it/SWC_SeekBar.zip
    The main SWF (Main 01.fla) play a video with FLVPlayback+Seekbar, close it and instantiate the "video" movieclip from SWC. The SWC (from "ForSWC 01.fla") have the "video" movieclip that play the video with FLVPlayback+Seekbar.
    The SeekBar in the SWC don't work. But if I compile the "ForSWC 01.fla" to SWF and load this SWF with a loader the SeekBar work. Or if I remove the FLVPlayback(and his skin)+SeekBar from the library of main SWF the SeekBar into SWC work.
    I don't find any solution to this problem...
    Thank you for help.

    I got the answer , I think. the following from flex
    reference:
    Change the default link type combo box from "Merged into
    Code" to "Runtime Shared Libraries". Click on the SDK folder to
    open it up and do the same on the "framework.swc" entry. Click on
    the "RSL URL" entry. Your dialog should now look like this:

  • Extending resource status and reason code category

    Hi Experts,
    I have a couple of questions regarding the extensibility of status and reason codes in ME15.0 in the context of machine integration:
    1. Is it save to add new status fields (records) in WIP.STATUS for STATUS_GROUP="RESOURCE"? Is there any impact, if a resource doesn't match one of the predefined status values?
    2. The "logResourceStatusChanged" service creates entries in WIP.RESOURCE_TIME_LOG but not in WIP.RESRCE. That way, it is possible to get different status values in both tables at a given time. Do you see any negative impact resulting from this data inconsistency?
    The service "ChangeResourceStatusRequest" is not suitable in our case, since it doesn't provide a timestamp as input parameter for the status change. And even if it would, the prevention of a "sfc complete" when the status is "unscheduled down" is inconvenient for our customer. The scenario is, that the customer wants to complete the quantity produced until the machine broke down (assume lot production).
    3. Is it possible to add new "categories" in addition to the predefined values in WIP.REASON _CODE? What is the impact?
    regards,
    Georg

    Hi Georg,
    I cannot give you a precise yes/no answer - so this is just to share some info.
    - I've heard about some customer who implemented custom statuses. When a new status simply was added in the database, it did not affect a core functionality. But I do not know what happens if this status is assigned to a resource and then a core fucntionality is triggered. There might be some validation which could fail. But it is easier to test specific cases as how you are going to use SAP ME, and I doubt any developer will be happy to run a full analysis of code to answer your question.
    - The new statuses need to be considered for loading via IDAT and adding into LocaleSpecificText properties file.
    - As to custom categories of reason codes, I guess there are only few places where system behavior is tightly connected to specific predefined reason codes. So, I'm inclined to believe that adding reason codes and categories will not harm.
    Regards,
    Sergiy

  • Pf status and function codes

    Hi,
    I have a report where in i have to add a new icon with a tick symbol along with the existing execute icon ie f8.I have copied the status of the program into another before adding the new icon and to that i have added the new icon and function code.
    i have used set pf-status in the initialisation event.Now when i give the select options and press f8 it enters into the program but sy-ucomm is still empty and does not do the desired functionality.If i click the icon for test run it does not enter the program itself.Can anyone help me out on this.
    The status is activated in se41.
    Points will be rewarded.
    Please help.
    Regards,
    Sowmya.

    hi,
    just try like that used in the report: demo_list_at_user_command
    like:
    START-OF-SELECTION.
      WRITE: 'Basic List',
           / 'SY-LSIND:', sy-lsind.
    TOP-OF-PAGE.
      WRITE 'Top-of-Page'.
      ULINE.
    TOP-OF-PAGE DURING LINE-SELECTION.
      CASE sy-pfkey.
        WHEN 'TEST'.
          WRITE 'Self-defined GUI for Function Codes'.
          ULINE.
      ENDCASE.
    AT LINE-SELECTION.
      SET PF-STATUS 'TEST' EXCLUDING 'PICK'.
      PERFORM out.
      sy-lsind = sy-lsind - 1.
    AT USER-COMMAND.
      CASE sy-ucomm.
        WHEN 'FC1'.
          PERFORM out.
          WRITE / 'Button FUN 1 was pressed'.
        WHEN 'FC2'.
          PERFORM out.
          WRITE / 'Button FUN 2 was pressed'.
        WHEN 'FC3'.
          PERFORM out.
          WRITE / 'Button FUN 3 was pressed'.
        WHEN 'FC4'.
          PERFORM out.
          WRITE / 'Button FUN 4 was pressed'.
        WHEN 'FC5'.
          PERFORM out.
          WRITE / 'Button FUN 5 was pressed'.
      ENDCASE.
      sy-lsind = sy-lsind - 1.
    FORM out.
      WRITE: 'Secondary List',
           / 'SY-LSIND:', sy-lsind,
           / 'SY-PFKEY:', sy-pfkey.
    ENDFORM.
    When you run the program, the system displays the following basic list with a the page header defined in the program:
    You can trigger the AT LINE-SELECTION event by double-clicking a line. The system sets the status TEST and deactivates the function code PICK. The status TEST contains function codes FC1 to FC5. These are assigned to pushbuttons in the application toolbar. The page header of the detail list depends on the status.
    Here, double-clicking a line no longer triggers an event. However, there is now an application toolbar containing five user-defined pushbuttons. You can use these to trigger the AT USER-COMMAND event. The CASE statement contains a different reaction for each pushbutton.
    For each interactive event, the system decreases the SY-LSIND system field by one, thus canceling out the automatic increase. All detail lists now have the same level as the basic list and thus overwrite it. While the detail list is being created, SY-LSIND still has the value 1.
    Regards,
    Renjith Michael.

  • PC-DIO96 works in test panels and MSVB but fails in MSVC++

    This used to work fine, but no longer works.
    In test panels and MS Visual Basic I am able to read and set the DIO lines with no problems. In MS Visual C++ I am now getting a dimmed light on my relays instead of an off condition when I attempt to toggle relays. Inputs also do not change states. The same hardware works in the NIDAQ test panels and under MS Visual Basic. What is going on???
    I have reloaded, tested, and simplified my code. I get no error codes from any of the function calls. This used to work fine. I am completely lost as to what has happened. I have to get this working under MSVC++ ASAP. Please email with any help you can.
    I have attached a copy of the test c++ file I have been tr
    ying to debug with. Thanks.
    Attachments:
    NidaqTest.cpp ‏3 KB

    If your LED outputs are dimming instead of turning on, it sounds like they may be rapidly switching on/off. Try stepping through your program to see if this is happening.

  • MS Project Calendars and activity codes

    How do I create a calendar for a seven day work week when it doesn't allow me to add times to Saturday and sunday when I copy the standard calendar?
    Also, how do I create new activity codes? For instance an activity code for "responsibility" and assign to all activities and and activity code for "milestones" that includes contract milestone numbers

    I apologize. I am fairly new with MS Project. I am using 2010.
    here are the tasks:
    Station   Installation
             Installation Phase A - 2013/ 2014
             Westport   Light Rail Station
    Site   Activities Begin
    Site   Survey 
    Conduct Site Survey
    Final   Design Review - FDR
    Obtain Master Control Interface documentation from Aralia
    Develop Detailed Site Installation Plans 
    Build FDR Package for Submittal to MTA 
    Deliver Final Design Review Package to MTA
    MTA   Review Site FDR Package
    MTA   Approved Site FDR Package
    Shop   and Working Drawings
    Shop and Working Drawings (21 Day prior to Construction & 60 days   for AMTRAK sites)
    MTA   Review and Approve Submittal
    CM   Documentation
    Identify CM Documentation required for update
    Update CM Documentation
    Testing
    Submit Acceptance Test Procedure (ATP) 
    Develop Acceptance Test Procedures
    Deliver Acceptance Test Procedures to MTA for Approval
    MTA Review Acceptance Test Procedures
    MTA Approves Test Procedures
    Pre-Installation Factory Acceptance Test (soak test 30 days)
    Pre-Installation Acceptance Test (30 day soak test)
    Develop Pre-Installation Test Reports
    Deliver Test Report to MTA
    Affix CSI Completion Tags & MTA ID Tag on Equipment
    Site   Installation Activities
    Required Permits, Controls and Approvals
    Obtain Permits / Establish Traffic Controls if Required / Establish   Safety Barriers & Controls if Required
    Health and Safety Pre-Job Briefing
    Verify Worker Protection Equipment
    Pre-Job Briefing
    Contractor Installation Activities
    Perform Site Work 
    Camera Pole Base / Cabinet Base Concrete Foundation Activities
    Camera Pole(s) & Cabinet Base Foundation (Test Pit)
    Installation of Camera Pole(s) Base & Cabinet Base Concrete   Foundation
    Concrete Cure Period
    Power and Communication Conduits/Junction Box and wiring Installation   (Camera / RC & WAN Cabinet)
    Conduit & J-Box Installation Communication & Power
    Power & Communication Wiring/Fiber Optic Cable Installation
    Testing Cables / Labeling and Terminations for Power &   Communication
    Equipment Hardware Installation Camera's and associated equipment and   devices , RC & WAN Cabinet 
    Cabinet Installation (RC/WAN)
    Install Camera Poles
    Install Camera Hardware & Cameras
    Camera Testing 
    Drawing Update and Redlines
    Aralia Final Integration and Testing Field Installation
    Site Restoration
    Restore and Remove LOTO Controls / Traffic Controls / Barriers
    Complete Permits Used
    Field Installation Acceptance Testing
    Field Installation Acceptance Test
    CSI Observation and Verification of Testing
    MTA Observation and Verification of Testing
    Update Drawing As Built
    Compile Site Close Out Documentation
    Prep and Package Site Close Out Documention
    Deliver Site Close Out Documentation to MTA
    MTA Review and Acceptance of Documents
    Final Site Review and Acceptance
    CSI PM & PE Review of Site Completion/Acceptance
    CSI QA/QC Completion Review of Site Completion/Acceptance
    MTA Final Site Reviews and Acceptance
    MTA Review and Inspection of Site Completion
    Acceptance Test Report (14 days after completion)
    CSI Review of MTA Acceptance Test Report
    Submittal to MTA
    Milestone 7 MTA Acceptance of Westport Light Rail station 
    Submittal to MTA For Payment
    30 DOT

  • Test Stand and MAX Settings

    I am using test stand and Labview 7.1.  I used Express VIs to setup my RS232 communications in numerous VIs that I call from test stand for different types of tests.  I have the same product, but with different baud rates.  Is there a way in test stand to change the baud rate settings in MAX for Com1?  I tried to create a Labview program to do it, but once a sequence runs that has the Express VI I/O Control it must start a new VISA session and I loose what was set up and it reverts back to the MAX settings for Com1.  The only time The VISA setup vi I created appears to work is when I converted an Express VI (or opened the Express VI's front panel).  And messed with the code.

    Hey,
    I would suggest using the VISA Configure Serial Port to configure the port and then calling the Express VI using the VISA Resource Name Out from the configure VI.
    Regard,
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~
    Attachments:
    setbaudrate.vi ‏36 KB

Maybe you are looking for

  • Logout does not work in OIM after enabling OAM SSO

    We have installed a webgate to protect xlWebApp in OIM. Once the SSO is enabled, the logout does not work in the OIM user interface. How to solve this issue? Metalink has a solution where we need to add document.location="http://host:port/access/obli

  • A problem with Lucene In a J2EE project

    Hi everyone: I am newer for Lucene which is used to build a search eigneer in my J2EE project. But I can hardly understand how it works because of my poor English. So I need you help: * TxtFileIndexer.java * Created on 2006�N12��8��, ����3:46 * To ch

  • 11.2.1 won't add files to library

    When I updated to 11.2.1, I found that I can no longer add files to my iTunes. I'm trying to add mp3 files by double-clicking on them, right-clicking and "opening with iTunes" using the "Add to library" function off the file menu...to no avail. Somet

  • Confirmation COR6N

    Hi Gurus, I have a Process Order with 3 Phases (0020,0040,0060).  I confirmed 0020 and 0040 partially by 50%.  But then im trying to confirm 0060 with more than 50% of the quantity but the system is not allowing me to do so.   How can i configure in

  • IE 7. Cant use Hyperion 9.2

    Hi everyone, I'm new to Hyperion and are working at a client's migrating to 9.31. I have I E 7.0 and can't use Workspace or almost anything in 9.2.unless signed through the server. I want to be able to use I.E b/c I have a ton of reports to export. w