Archives
Following example show MX DataGrid itemRenderer difference usage.
assets/books.xml
Following example show XML to ArrayList use Model
XMLToCollection2.mxml
In follwing example we have use an event object property target and currentTarget to drag the panel,These properties enables the programmer to track the event of which the object is made, during the event’s propagating process. Properties target and currentTarget differ in their targeting jobs. target property may dispatch the event to a component or component’s sub component, whereas currentTarget will target the event to a particular node in which the event listener .The currentTarget property is the IEventListener you registered the event handler for. The target is the one that dispatched the event that you are currently handling.
Following example show XML to ArrayCollection use Model Class
XMLToCollection4.mxml
Following example use css global setting to change modal style and use event FlexMouseEvent.MOUSE_DOWN_OUTSIDE to close PopUp.
Following example demo Tree Maintenance ,use E4x and parent() and children() to find child of Tree.
Following example show different Tree event (click,itemClick,itemOpen,itemClose).
Following example show use isPopUp properties to make Immovable PopUp window .
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.
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


