Archives

Posts Tagged ‘XMLListCollection’

Following example show XML to XMLListCollection From XML Class

XMLToCollection3.mxml

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

FlashBuilder 4 is planning a new ItemRenderer wizard/tool to help folks create ItemRenderers for Spark List controls. Because Spark doesn’t yet have a Tree or DataGrid, and because MX Tree and MX DataGrid have a different ItemRenderer contract, the new tool will not be usable in all list-type controls and folks will have to learn both ItemRenderer contracts.

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

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

Nov 30th, 2010 | Filed under Flex4

Changing a select element’s content on the fly is a powerful feature of JavaScript that’s just as practical. Following example show how easy use Flex to do the same thing.

Nov 30th, 2010 | Filed under Flex3, Flex4, XMLList, XMLListCollection

Following example show MX DataGrid  itemRenderer difference usage.

assets/books.xml

Nov 30th, 2010 | Filed under Flex4

Following example show how use Collection(ArrayCollection or XMLListCollection) filterFunction to change data view and how use ActionScript to add item index column.

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