Archives
Following example show how use DataGroup itemRenderer create a clickable menu and disable effect when another click event dispatch.
Following example show XML to ArrayCollection use Model Class
XMLToCollection4.mxml
The ComboBox control is a child class of the DropDownListBase control. Like the DropDownList control, when the user selects an item from the drop-down list in the ComboBox control, the data item appears in the prompt area of the control.
Following example use contains method to make data comparsion.
DragDropEventdatacontainscomparison.mxml
A two-way data binding expression generates two binding expressions, one with the given source and destination, and the other, with the source and destination reversed.
Following example show how use Alert closeEvent to Control data.
DragDropToTrashWithAlert.mxml
mx.effects.Tween A class used to implement tween effects. A Tween object accepts a start value, an end value, and an optional easing function. When you define tween effect classes, you create an instance of the Tween class in your override of the Effect.play() method.
Following example show how use orientation and requestedRowCount change default TileList content direction.
comp/MyList.mxml
Action script3 not suggest use Array class to carete associative arrays (so call hashes) ,because you cannot use any of the Array class methods or properties with associative arrays.
Following example show XML to ArrayCollection use HTTPService
XMLToCollection6.mxml
Following example show XML to ArrayCollection use Model Class
XMLToCollection1.html
The DataGroup class is the base container class for data items. The DataGroup class converts data items to visual elements for display. While this container can hold visual elements, it is often used only to hold data items as children.


