Archives

Posts Tagged ‘Flex3’

Following example show MX DataGrid  itemRenderer difference usage.

assets/books.xml

Nov 30th, 2010 | Filed under Flex4

Following example show XML to ArrayList use Model

XMLToCollection2.mxml

Nov 30th, 2010 | Filed under ArrayList, DataGrid, Flex3, Flex4, Model, XML

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.

Nov 30th, 2010 | Filed under Event, Flex Event, Flex3, Flex4, Panel

Following example show  XML to ArrayCollection use Model Class

XMLToCollection4.mxml

Nov 30th, 2010 | Filed under ArrayCollection, DataGrid, Flex3, Flex4, Model, XML

Following example use css global setting to change modal style and use event FlexMouseEvent.MOUSE_DOWN_OUTSIDE  to close PopUp.

Nov 30th, 2010 | Filed under Flex4

Following example demo Tree Maintenance ,use E4x and parent() and children() to find child of  Tree.

Nov 30th, 2010 | Filed under Flex4

Following example show different Tree event (click,itemClick,itemOpen,itemClose).

Nov 30th, 2010 | Filed under Flex4

Following example show use isPopUp properties to make Immovable PopUp window .

Nov 30th, 2010 | Filed under Flex4

Following example show how use Alert closeEvent to Control data.

DragDropToTrashWithAlert.mxml

Nov 30th, 2010 | Filed under ArrayCollection, Flex Event, Flex3, Flex4

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.

Nov 30th, 2010 | Filed under ArrayCollection, Flex3, Flex4, Image

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.

Nov 30th, 2010 | Filed under ArrayCollection, ArrayList, Flex3, Flex4, XML

Following example show XML to ArrayCollection use HTTPService

XMLToCollection6.mxml

Nov 30th, 2010 | Filed under ArrayCollection, DataGrid, Flex3, Flex4, XML