Checking .txt file with valid XML tags

hey guys,
I've a .txt file which conatins info with XML tags. I've to check whether the file contains valid tags or not!
a tag should start with "<" and end with ">", there shouldn't be space between characters after "<" e.g.
a tag should be like "<name>" or "</name>" not "< name>" or  "< /name>" nor "<name" or "</name"nor "name>" or  "/name>"Here is an example of a well formed XML document:
<root>
Some text <nextTag> more text  <secondTag> stuff </secondTag> </nextTag> more text again
</root>Here is an example of XML .txt file:
<students >
     <student>
          <name> John </name>
          <name> Doe </name>
          <address> 98 Pine St.</address>
     </stdnt>
</students>I also have to make sure that no text appears before and after the root tag! Please help me, i'm trying to figure out but my alogrithm just doesn't work! Thanks in advance!!!

What's the purpose of those requirements? If you
wanted to check whether the file was well-formed XML
then you would just need to run it through an XML
parser. But some of the things you plan to reject are
actually well-formed XML. I don't see the point of
that.basically, it's my assignment. In the assignment our task is to check the .txt files to make sure that all XML tags are valid. The problems i mentioned in my first post, i've figured those out, eventually. There're few other things which i've to also make sure for example no text appearing before and after the root tag
Can someone please tell me how i can check following cases:
text<root> or </root> text  (both are invalid XML files)

Similar Messages

  • Export Excel Table in .txt File with space delimited text in UNICODE Format

    Hi all
    I've a big unsolved problem: I would like to convert an Excel table with some laboratory data in it (descriptions as text, numbers, variables with some GREEK LETTERS, ...). The output should be a formatted text with a clear structure. A very good solution is
    given by the converter in Excel "Save As" .prn File. All works fine, the formattation is perfect (it does not matter if some parts are cutted because are too long), but unfortunately the greek letters are converted into "?"!!!
    I've tried to convert my .xlsx File in .txt File with formatting Unicode and the greek letters are still there! But in this case the format is not good, the structure of a table is gone!
    Do you know how to save an Excel file in .prn but with Unicode formatting instead of ANSI or a .txt with space delimited text?
    Thanks a lot to everyone that can help me!
    M.L.C.

    This solution works in Excel/Access 2013.
    Link the Excel table into Access.
    In Access, right-click the linked table in the Navigation Pane, point your mouse cursor to "Export", and then choose "Text File" in the sub-menu.
    Name the file, and then under "Specify export options", check "Export data with formatting and layout".  Click "OK".
    Choose either Unicode or Unicode (UTF-8) encoding.  Click "OK".
    Click "Close" to complete the export operation.

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

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

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

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

    Revision: 5099
    Author: [email protected]
    Date: 2009-02-26 19:43:02 -0800 (Thu, 26 Feb 2009)
    Log Message:
    Update action script files with asdoc version tags.
    QE Notes: None.
    Doc Notes: Please review and update as necessary.
    tests: checkintests
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework_textLayout/src/mx/core/UITLFTextField.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/AbstractConsumer.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/AbstractMessageStore.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/AbstractProducer.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/Channel.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/Consumer.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/ConsumerMessageDispatcher.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/FlexClient.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/MessageAgent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/MessageResponder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/MultiTopicConsumer.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/MultiTopicProducer.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/Producer.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/SubscriptionInfo.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/AMFChannel.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/DirectHTTPChannel.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/HTTPChannel.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/NetConnectionChannel.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/PollingChannel.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/SecureAMFChannel.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/SecureHTTPChannel.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/SecureStreamingAMFChanne l.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/SecureStreamingHTTPChann el.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/StreamingAMFChannel.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/StreamingConnectionHandl er.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/StreamingHTTPChannel.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/amfx/AMFXContext.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/config/ConfigMap.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/config/ServerConfig.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/errors/ChannelError.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/errors/InvalidChannelError.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/errors/InvalidDestinationError.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/errors/MessageSerializationError. as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/errors/MessagingError.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/errors/NoChannelAvailableError.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/events/ChannelEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/events/ChannelFaultEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/events/MessageAckEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/events/MessageEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/events/MessageFaultEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/events/MessagePersisterEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/management/Attribute.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/management/MBeanAttributeInfo.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/management/MBeanConstructorInfo.a s
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/management/MBeanFeatureInfo.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/management/MBeanInfo.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/management/MBeanOperationInfo.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/management/MBeanParameterInfo.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/management/ObjectInstance.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/management/ObjectName.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/AbstractMessage.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/AcknowledgeMessage.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/AcknowledgeMessageExt.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/AsyncMessage.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/AsyncMessageExt.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/CommandMessage.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/CommandMessageExt.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/ErrorMessage.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/HTTPRequestMessage.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/IMessage.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/ISmallMessage.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/MessagePerformanceInfo.a s
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/MessagePerformanceUtils. as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/RemotingMessage.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/SOAPMessage.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/netmon/NetworkMonitor.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AbstractInvoker.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AbstractOperation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AbstractService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AsyncRequest.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AsyncResponder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AsyncToken.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/CallResponder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/Fault.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/IResponder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/Responder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/events/AbstractEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/events/FaultEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/events/HeaderEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/events/InvokeEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/events/ResultEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/events/SchemaLoadEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/events/WSDLLoadEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/events/XMLLoadEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/AbstractOperation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/HTTPMultiService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/HTTPService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/Operation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/SerializationFilter.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/mxml/HTTPMultiService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/mxml/HTTPService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/mxml/Concurrency.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/mxml/IMXMLSupport.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/Operation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/RemoteObject.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/mxml/Operation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/mxml/RemoteObject.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/AbstractWebService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/ISOAPDecoder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/ISOAPEncoder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/LoadEvent.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/Operation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/SOAPConstants.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/SOAPDecoder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/SOAPEncoder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/SOAPFault.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/SOAPHeader.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/WebService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/mxml/Operation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/mxml/WebService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/types/DataSetType.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/types/SOAPArrayType.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/wsdl/WSDL.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/wsdl/WSDLBinding.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/wsdl/WSDLConstants.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/wsdl/WSDLEncoding.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/wsdl/WSDLLoader.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/wsdl/WSDLMessage.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/wsdl/WSDLMessagePart.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/wsdl/WSDLOperation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/wsdl/WSDLPort.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/wsdl/WSDLPortType.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/wsdl/WSDLService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/ContentProxy.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/IXMLDecoder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/IXMLEncoder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/IXMLSchemaInstance.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/QualifiedResourceManager.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/Schema.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/SchemaConstants.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/SchemaLoader.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/SchemaManager.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/SchemaMarshaller.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/SchemaProcessor.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/SchemaTypeRegistry.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/SimpleXMLDecoder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/SimpleXMLEncoder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/XMLDecoder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/XMLEncoder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/XMLLoader.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/utils/HexEncoder.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/utils/RPCObjectUtil.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/utils/RPCStringUtil.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/utils/RPCUIDUtil.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/utils/Translator.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/utils/URLUtil.as

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

  • How to read the second line in a .txt file with bufferedReader?

    hi,
    i am not the best in speaking english and programming java :)
    so, just try to make sense of my question:
    Im using a BufferedReader to read a .txt file.
    the .txt file has 5+ different lines, and each line has 6 tokens (separated with ; )
    My java file has 6 textFields and each textfield is filled with one of the 6 different tokens.
    and my problem is:
    I want my buffered reader to read the next line (with 6 new different tokens) by pressing a button.
    if somethings not understandable, just ask :)

    maybe its easier to help me, when i publish my code, so here it is:
    (its my version, without Thof's code. Sorry, but the comments are the most in german)
    /* userdata.java */
    import java.awt.*;
    import java.awt.event.*;
    import java.applet.*;
    import javax.swing.*;
    import java.util.*;
    import java.io.*;
    public class userdata extends Frame {
    //-----------------------------------KlassenVariablen------------------------------------------------
    private JPanel panel = new JPanel ();
    String tokId = "";
    String tokName= "";
    String tokAge= "";
    String tokTel= "";
    String tokMail= "";
    String tokText= "";
    BufferedReader br;
    String zeile;
    StringTokenizer st;
    String delim = ";";
    //---------Buttons f?r Panel 1-------------------------
    Button first = new Button("|< First");
    Button back = new Button("< Back");
    Button next = new Button("Next >");
    Button last = new Button("Last >|");
    //---------Buttons f?r Panel 3-------------------------
    Button neu = new Button("New");
    Button safe = new Button("Safe");
    Button refresh = new Button("Refresh");
    //--------Labels f?r Panel 2-----------------------------
    Label lid = new Label("ID",Label.LEFT);
    Label lname = new Label("Name",Label.LEFT);
    Label lage = new Label("Age",Label.LEFT);
    Label ltel = new Label("Tel.",Label.LEFT);
    Label lmail = new Label("E-Mail",Label.LEFT);
    Label ltext = new Label("Spruch",Label.LEFT);
    Label lub = new Label("Last Button",Label.LEFT);
    TextField id = new TextField();
    TextField name = new TextField();
    TextField age = new TextField();
    TextField tel = new TextField();
    TextField mail = new TextField();
    TextField text = new TextField();
    TextField usedbutton = new TextField();
    //--------ActionEvent bla sachen eben--------------------
    public static void main (String[] args) throws IOException {
    userdata wnd = new userdata();
    wnd.setVisible(true);
    public userdata() throws IOException {                                                                                                                                                                                                                                                                                
    //--------------------------------Layout mit panel bestimmung--------------------------------------
    setLayout(new BorderLayout());
    JPanel p1 = new JPanel();
    JPanel p2 = new JPanel();
    JPanel p3 = new JPanel();
    add(BorderLayout.NORTH ,p1);
    add(BorderLayout.CENTER , p2);
    add(BorderLayout.SOUTH , p3);
    //-------------------------------Funktionslose Buttons in PANEL 1------------------------------------
    p1.add(first);
    p1.add(back);
    p1.add(next);
    p1.add(last);
    p1.add(usedbutton);
    //--------------------------------Funktionierende Textfelder in PANEL 2------------------------------
    Panel labelpanel = new Panel();
    p2.setLayout(new GridLayout(7,3));
    p2.add(lid);
    p2.add(id);
    p2.add(lname);
    p2.add(name);
    p2.add(lage);
    p2.add(age);
    p2.add(ltel);
    p2.add(tel);
    p2.add(lmail);
    p2.add(mail);
    p2.add(ltext);
    p2.add(text);
    p2.add(lub);
    p2.add(usedbutton);
    //--------------------------------------Buttons in PANEL 3-----------------------------------------
    p3.add(neu);
    p3.add(safe);
    p3.add(refresh);
    //--------------------------------BufferedReader -------------------------------------------------
    readData();
    //--------------------------------Panel 2 TextField-----------------------------------------------
    fillForm();
    //================================ActionPerformed==================================================
    first.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed( ActionEvent e ) {
    System.out.println ("First");
    usedbutton.setText("First");
    back.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed( ActionEvent e ) {
    System.out.println ("Back");
    usedbutton.setText("Back");
    next.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed( ActionEvent e ) {
    System.out.println ("Next");
    usedbutton.setText("Next");
    last.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed( ActionEvent e ) {
    System.out.println ("Last");
    usedbutton.setText("Last");
    neu.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed( ActionEvent e ) {
    System.out.println ("New entry");
    usedbutton.setText("New");
    safe.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed( ActionEvent e ) {
    System.out.println ("Now Saving, do not turn off!");
    usedbutton.setText("Save");
    //-----------------refresh
    refresh.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed( ActionEvent e ) {
    try{
    readData();
    }catch( IOException ioe){
    System.out.println("Fehler beim lesen aus Datei");
    fillForm();
    usedbutton.setText("Refresh");
    //=============================================================================Button Funktionen!!!
    pack();
    //--------------------------------WindowsListener hinzuf?gene--------------------------------------
    addWindowListener(
    new WindowAdapter() {
    public void windowClosing(WindowEvent event)
    setVisible(false);
    dispose();
    System.exit(0);
    //-----------------------------------readData() - > Buffered Reader in aktion! --------------------
    private void readData() throws IOException{
    BufferedReader br = new BufferedReader(new FileReader("My .txt File with path"));
    String zeile;
    StringTokenizer st;
    String delim = ";";
    zeile = br.readLine();
    st = new StringTokenizer(zeile, delim);
    st.hasMoreTokens();
    //System.out.println (st.nextToken());
    tokId = new String(st.nextToken());
    tokName = new String (st.nextToken());
    tokAge = new String (st.nextToken());
    tokTel = new String (st.nextToken());
    tokMail = new String (st.nextToken());
    tokText = new String (st.nextToken());
    //--------------------------fillForm() - > f?llt die TextFelder aus!--------------------------------
    private void fillForm(){
    id.setText(tokId);
    name.setText(tokName);
    age.setText(tokAge);
    tel.setText(tokTel);
    mail.setText(tokMail);
    text.setText(tokText);
    }

  • Export/Import Process in the UI for Variations Content Translation is Generating CMP Files with No XML

    We have a SharePoint 2010 Publishing Website that uses variations to deliver contain to multiple languages. We are using a third-party translation company to translate publishing pages. The pages are
    exported using the  export/import using the UI process described here: "http://blogs.technet.com/b/stefan_gossner/archive/2011/12/02/sharepoint-variations-the-complete-guide-part-16-translation-support.aspx".
    Certain sub-sites are extremely content-intensive. They may contain many items in the Pages library as well as lists and other sub-sites. 
    For some sub-sites (not all), the exported CMP file contains no XML files. There should be a Manifest.XML, Requirements.XML, ExportSettings.XML, etc., but there are none. After renaming the CMP file
    to CAB and extracting it, the only files it contains are DAT files.
    The only difference I can see between the sub-sites that generate CMP files with no XML files is size. For example, there is one site that is 114 MB that produces a CMP file with no XML files. Small
    sites do not have this problem. If size is the problem, then I would think the process would generate an error instead of creating a single CMP file that contains only DAT files. However, I do not know exactly what the Export/Import Process in the UI is doing.
    This leads to two questions:
    1.
    Does anyone know why some CMP files, when renamed to *.CAB and extracted, would not contain the necessary XML files?
    2. Second, if exporting using the UI will not work, can I use PowerShell? I have tried the Export-SPWeb, but the Manifest.XML does not contain translatable
    content. I have not found any parameters that I can use with Export-SPWeb to cause the exported CMP to be in the same format as the one produced by the Export/Import process in the UI.
    As a next step, we could try developing custom code using the Publishing Service, but before doing this, I would like to understand why the Export/Import process in the UI generates a CMP that
    contains no XML files.
    If no one can answer this question, I would appreciate just some general help on understanding exactly what is happening with the Export/Import Process -- that is, the one that runs when you select
    the export or import option in the Site Manager drop down. Understanding what it is actually doing will help us troubleshoot why there are no XML files in certain export CMPs and assist with determining an alternate approach.
    Thanks in advance
    Kim Ryan, SharePoint Consultant kim.ryan@[no spam]pa-tech.com

    I wanted to bump this post to see about getting some more responses to your problem. I'm running into the same problem as well. We're running a SharePoint 2010 site and are looking at adding variations now. The two subsites with the most content take a
    while to generate the .cmp file (one to two minutes of the browser loading bar spinning waiting on the file). Both files are generated with a lot of .dat files but no .xml files. I was thinking like you that it must be a size issue. Not sure though. Did you
    ever happen to find a solution to this problem?

  • [JS CS3] Problem with iterating xml tags

    Hello,
    Below is a script that is supposed to find text in a document and then tag it with an xml tag. I have run into a problem, which if I solve in the way I know how, causes another problem.
    When I iterate in a positive direction--i++--the first instance of the text (in this example "abc") is correctly tagged. But the second instance the tag recedes by two characters, that is, tags the three characters prior to the "c." A third instance will recede two more characters, ad nauseam, if my Latin is correct.
    The solution is to iterate backwards, i.e., i--. But this causes another problem. If there is more than one story, then the xml structure reverses the order of the stories. The elements within a story are ordered correctly however.
    So why is this happening and how can I solve it?
    Thanks,
    Tom
    var myDoc = app.activeDocument;
    var findABC = theTextFinder(myDoc,"abc");
    xmlTagIt(myDoc,"abc",UIColors.RED,findABC);
    //*****functions*******
    function xmlTagIt(docRef, tagName,colorOfTag, arrToTag){
        var tagName, colorOfTag,  arrToTag;
        myDoc.xmlViewPreferences.showStructure = true;
        myDoc.xmlViewPreferences.showTaggedFrames =true;
        myDoc.xmlViewPreferences.showTagMarkers = true;
        myDoc.xmlViewPreferences.showTextSnippets =false;
        myDoc.xmlPreferences.defaultStoryTagColor = UIColors.WHITE;
        var rootElement = myDoc.xmlElements.item(0);
        if (myDoc.xmlTags.item(tagName) == null) {
            var tagRef = myDoc.xmlTags.add(tagName, colorOfTag);
      } else {//if tag already exists then stop the script. Avoid double tagging
           myDoc.xmlViewPreferences.showStructure = true;
           alert("You have already run this script.");
           exit();
       }//end else
        //for (var i = arrToTag.length-1; 0 <= i; i--){
        for (var i = 0; i <= arrToTag.length-1;  i++){
            var elementRef = rootElement.xmlElements.add (tagRef,arrToTag[i]);       
         }//end for i
    }//end function xmlTagIt
    function theTextFinder(docRef,textFindIt){//last argument is the string of text to find
        app.findTextPreferences = NothingEnum.NOTHING;
        app.changeTextPreferences = NothingEnum.NOTHING;
        app.findTextPreferences.findWhat = textFindIt;
        var arrTextFindIt = myDoc.findText();
        return arrTextFindIt;
    }//end theTextFinder

    Dave,
    Thanks for the reply.
    I'm not sure what you mean by "convert the references on the fly." You mean find a way to advance two characters forward and tag that? In the script I submitted here I am only searching for "abc," which of course I would not search or at all  in real life. The script uses grep to search for about twenty different typographical errors that typically appear and tags them all.
    Reiterating backwards seems, at first sight the way to go. But I haven't a clue as to how to reverse the order of the stories. I can get an array of stories, and array.reverse() them, but am not sure how to then make the script put this reversed order into the xml structure. Any hints?
    There, of course is bigger problem with the stories. If the document is written with one story created after another then the order of them is top to botom. But if say a text frame edited into the middle of all this, that story is still the last one in the xml structure. At least in one test, that was so. Maybe the way to solve this is to build an array of stories that have as one xml attribute the page it first appears on. Then order the array according to that attribute.
    Any advice you give will be appreciated.
    Thanks,
    Tom

  • How to get all paragraphs style and their fonts of a  indesign file and write all info with para info into txt file with scripting

    how to get all how to get all paragraphs style and their fonts of a  indesign file and write all info with para info into txt file with scriptingstyle and their fonts of a  indesign file and write all info with para info into txt file with scripting

    I write the script this one works
              var par=doc.stories.everyItem().paragraphs.everyItem().getElements();
      for(var i=par.length-1;i>=0;i--)
           var font=par[i].appliedParagraphStyle.name;
            var font1=par[i].appliedFont.name;
             var size=par[i].pointSize;
            WriteToFile (par[i].contents  +   "\r" +  "Style  : " + font  + "\r" +  "FONT1  : " + font1  + "\r" +  "Size  : " + size  + "\r", reportFilePath);
                            function WriteToFile(text, reportFilePath) { 
        file = new File(reportFilePath); 
        file.encoding = "UTF-8"; 
        if (file.exists) { 
            file.open("e"); 
            file.seek(0, 2); 
        else { 
            file.open("w"); 
          file.writeln(text);  
        file.close(); 
    Thanks for all your support

  • HOW TO READ TXT FILES with NOKIA 6300?

    I mean:
    I can see pics, video, listen mp3 but I cant read a txt file with Nokia 6300!!
    is there any application to do so? thanks!!!!!!!

    thanks well I tried 4 s far and none works.
    I tried: book_13, read_maniac, tiny-book, plus MobileHeart.com-test-book-831-2336.jar.
    it starts being frustrating.
    Can you suggest one you tested it works?
    -Also, I found that I cant' upload txt file while I can upload *.doc files.....do you know what's happening?
    thanks again.

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

    Revision: 5100
    Author: [email protected]
    Date: 2009-02-26 21:00:39 -0800 (Thu, 26 Feb 2009)
    Log Message:
    Update action script files with asdoc version tags.
    QE Notes: None.
    Doc Notes: Please review and update as necessary.
    tests: checkintests
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/AccordionHeaderSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ActivatorSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ApplicationBackground.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/BrokenImageBorderSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/BusyCursor.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ButtonBarButtonSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ButtonSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/CheckBoxIcon.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ColorPickerSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ComboBoxArrowSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/DataGridColumnDropIndicator.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/DataGridColumnResizeSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/DataGridHeaderBackgroundSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/DataGridHeaderSeparator.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/DataGridSortArrow.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/DateChooserIndicator.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/DateChooserMonthArrowSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/DateChooserYearArrowSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/DefaultDragImage.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/HaloBorder.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/HaloColors.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/HaloFocusRect.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/LinkButtonSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/LinkSeparator.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ListDropIndicator.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/MenuBarBackgroundSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/NumericStepperDownSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/NumericStepperUpSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/PanelSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/PopUpButtonSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/PopUpIcon.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/PopUpMenuIcon.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ProgressBarSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ProgressIndeterminateSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ProgressMaskSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ProgressTrackSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/RadioButtonIcon.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ScrollArrowSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ScrollThumbSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ScrollTrackSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/SliderHighlightSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/SliderThumbSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/SliderTrackSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/SwatchPanelSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/SwatchSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/TabSkin.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/TitleBackground.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ToolTipBorder.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/AccordionHeaderSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ActivatorSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/BusyCursor.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ButtonBarButtonSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ButtonSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/CheckBoxIcon.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ColorPickerSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ComboBoxArrowSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/DataGridColumnResizeSkin.a s
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/DataGridHeaderSeparator.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/DataGridSortArrow.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/DateChooserBackArrowSkin.a s
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/DateChooserDownArrowSkin.a s
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/DateChooserFwdArrowSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/DateChooserUpArrowSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/DefaultDragImage.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/HaloColors.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/HaloFocusRect.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/HaloRectBorder.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/LinkButtonSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/LinkSeparator.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ListDropIndicator.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/MenuBarBackgroundSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/NumericStepperDownSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/NumericStepperUpSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/PopUpButtonSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/PopUpIcon.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/PopUpIconTypeB.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ProgressBarSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ProgressIndeterminateSkin. as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ProgressTrackSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/RadioButtonIcon.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ScrollArrowDownSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ScrollArrowUpSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ScrollThumbSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ScrollTrackSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/SliderHighlightSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/SliderThumbSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/SliderTrackSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/SliderVThumbSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/SwatchPanelSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/SwatchSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/TabSkin.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/TitleBackground.as
    flex/sdk/trunk/frameworks/projects/haloclassic/src/haloclassic/ToolTipBorder.as
    flex/sdk/trunk/frameworks/projects/utilities/src/com/adobe/viewsource/ViewSource.as

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

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

    Revision: 5098
    Author: [email protected]
    Date: 2009-02-26 18:21:27 -0800 (Thu, 26 Feb 2009)
    Log Message:
    Update action script files with asdoc version tags.
    QE Notes: None.
    Doc Notes: Please review and update as necessary.
    tests: checkintests
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/DataGroup.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/DropDownList.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxApplication.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxButton.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxButtonBar.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxCheckBox.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxContainer.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxDataContainer.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxHScrollBar.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxHSlider.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxList.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxNumericStepper.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxPanel.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxRadioButton.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxRadioButtonGroup.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxScroller.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxScrollerLayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxSpinner.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxTextArea.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxTextInput.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxToggleButton.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxVScrollBar.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxVSlider.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/Group.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/HGroup.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/ItemRenderer.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/MXMLComponent.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/PopUp.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/ResizeMode.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/Skin.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/TextSelectionVisibility.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/TextView.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/VGroup.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/DropDownBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxComponent.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxContainerBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxListBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxRange.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxScrollBar.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxSlider.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxTextBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxTrackBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/GroupBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/core/IDeferredContentOwner.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/core/ISelectableRenderer.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/core/IViewport.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/core/InvalidatingSprite.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/core/ScrollUnit.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/AddAction.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/Animation.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/AnimationProperty.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/CallAction.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimate.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimate3D.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimateColor.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimateFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimateShaderTransition.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxCrossFade.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxFade.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxMove.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxResize.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxRotate.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxRotate3D.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxWipe.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/PropertyValuesHolder.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/RemoveAction.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/SetAction.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/Timeline.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/WipeDirection.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/AddActionInstance.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/CallActionInstance. as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimate3DInstance .as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateColorInsta nce.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateFilterInst ance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateInstance.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateShaderTran sitionInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxFadeInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxMoveInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxResizeInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxRotate3DInstance. as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxRotateInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxWipeInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/RemoveActionInstanc e.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/SetActionInstance.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/ArrayInterpolator.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/EaseInOut.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/HSBInterpolator.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/IEaser.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/IInterpolator.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/Linear.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/NumberArrayInterpol ator.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/NumberInterpolator. as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/Power.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/RGBInterpolator.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/Sine.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/events/AnimationEvent.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/events/ElementExistenceEvent.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/events/RendererExistenceEvent.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/events/TextOperationEvent.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/BevelFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/BlurFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/ColorMatrixFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/ConvolutionFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/DisplacementMapFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/DropShadowFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/GlowFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/GradientFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/ShaderFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/BitmapGraphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/BitmapResizeMode.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/CloseSegment.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/CubicBezierSegment.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Ellipse.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/FilledElement.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Graphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/IGraphicElement.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/ISharedDisplayObject.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Line.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/LineSegment.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/MaskType.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/MoveSegment.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Parser.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Path.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/PathSegment.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/QuadraticBezierSegment.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Rect.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/StrokedElement.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/TextBox.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/TextGraphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/baseClasses/GraphicElement.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/baseClasses/ISharedGraphicsDispl ayObject.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/baseClasses/TextGraphicElement.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/BasicLayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/Block.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/HorizontalAlign.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/HorizontalLayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/ILayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/LayoutBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/LayoutElementFactory.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/LayoutElementHelper.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/LinearLayoutVector.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/TileLayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/VerticalAlign.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/VerticalLayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxFocusSkin.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/SparkSkin.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/states/AddItems.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/styles/metadata/AdvancedTextLayoutFormatS tyles.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/styles/metadata/BasicTextLayoutFormatStyl es.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/styles/metadata/SelectionFormatTextStyles .as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/utils/MouseShieldUtil.as

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

  • Can't open pdf file with pdf.xml file extension

    Hi
    I can't open a file with pdf.xml extension. Does anyone have this problem? How did you resolve it?

    Actually, the extension is just .xml. Anything before the period doesn't count as part of the extension.
    Your browser may be able to open it, if not see here ---->XML File (What It Is & How To Open One)

  • How to get string (specified by line and column) from txt file with labview

    Hi everyone
    How to get string (specified by line and column) from txt file with labview
    thx 
    Solved!
    Go to Solution.

    As far as I know, a text file has no columns.  Please be more specific.  Do you mean something like the 5th word on line 4, where words are separated by a space, and lines are separated by a newline character?  You could the Read from Spreadsheet String function and set the delimiter to a space.  This will produce a 2D array of strings.  Then use index array and give the line number and column number.
    - tbob
    Inventor of the WORM Global

  • Can I move ninety video files with their keyword tags from 'My Catalogue' into another catalogue?

    Can I move ninety video files with their keyword tags from 'My Catalogue' into a another catalogue?

    Nyinyikay a écrit:
    Can I move ninety video files with their keyword tags from 'My Catalogue' into a another catalogue?
    Two problems :
    1 - You can't merge catalogs in PSE
    2 - The usual workaround is to 'write metadata to files', export the files and 'get' them into the other catalog. But you can't write metadata to files with video files.
    The only thing you could do would be to duplicate the catalog and delete all pictures other than your ninety videos...

  • [solved] Zim opens txt file with Wine Notepad

    I'm using KDE4.
    In Zim, Tools / Edit source opens the txt file with Wine Notepad. I guess this is the default association for txt files in GTK. How can I change this without using Gnome?
    Last edited by SanskritFritz (2010-10-18 07:04:58)

    Yes ,desktop and mimelist files in ~/.local. I have survived these anomalies to learn its much less pain to use windoze apps under virtualization environment than under emulation. And poweroff the virtual machine whenever it hangs.

Maybe you are looking for

  • Apple TV installation problem without MobileMe

    I am trying to setup my Apple TV and it is asking for my MobileMe account information.  I have migrated over to ICloud and no longer have a MobileMe account.  So how do I finish the setup process for Apple TV.

  • Cash flow statment message

    This is the message i am getting when i run the cash flow              No records were selected Table                          Financial Statement Key Figures Report name                    0SAPRATIO-03 Report long text               Cash Flow (Indir

  • Fuji RAW "RAF" How to read with photoshop?

    Anyone tell me how to read a RAF file please? I am using PS Elements 8 and a Fuji X20 with *.RAF files. The PS e8 is fully updated.

  • Aperture File Transfer?  Where photos are stored?

    Hi, I have some questions that I simply cannot find the answers to.  I have Aperture 3 with roughly 7,557 photos on it.  Now, they are stored on the harddrive under "Aperture Library" however, they are separated by folders with numbers on it?  I have

  • Updating driver on Audigy 2

    I am going to update my di'ver and it says it will uninstall my driver then reinstall it. ? Then I will need to download Creative Media Source DVD-Audio Player DVDA__PCApp_LB_2_0075.exe I have searched for the { exe. } and cannot find it if someone w