Archives

Posts Tagged ‘ArrayCollection’

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.

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

Following example show  XML to ArrayCollection use Model Class

XMLToCollection4.mxml

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

Following example show how use Rotate3D to create difference Menu.

assets/menu.xml

Nov 30th, 2010 | Filed under Flex4

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.

Nov 30th, 2010 | Filed under ArrayCollection, AutoComplete, ComboBox, DataGrid, Flex4, Value Object

Following example show how use spark list become to VerticalList.

MyList.mxml

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

Use the groupIconFunction properties of the AdvancedDataGrid class to define callback functions to control the display of the leaf nodes of the navigation tree.
The following example uses the groupIconFunction property to display a custom icon for the top level node of the navigation tree, and display the default icon for all other leaf nodes of the tree.

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

Following example use contains method to make data comparsion.

DragDropEventdatacontainscomparison.mxml

Nov 30th, 2010 | Filed under ArrayCollection, Flex4, skin

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 how to set up  ComboBox TextInput with images display.

FAQ0909.mxml

Nov 30th, 2010 | Filed under ArrayCollection, ComboBox, Flex4, Image, skin

Following example show XML to ArrayCollection use HTTPService

XMLToCollection6.mxml

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

You might want to be able to create an exact clone of a complex/nested data objects, without your new object simply referencing the old one’s values.use ByteArray is one of the plenty of occasions.

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