Archives
ItemRenderers for MX List, Tree and DataGrid work within the following contract:
Following example show MX DataGrid itemRenderer difference usage.
assets/books.xml
Following example show DropDownList with itemRenderer.
comp/MyDropDownListItemRenerer.mxml
Following example use skinClass popUpPosition change popUp position.
skins/MyDropDownListSkin.mxml
Following example show how use DataGroup itemRenderer create a clickable menu and disable effect when another click event dispatch.
Following example show how to set up a DropDownList without skin or itemRenderer.
Following example show you how to use saprk depth (set this properties with ItemRenderer) and how to use Rotate3D with postLayoutTransformOffsets.
Following example use contains method to make data comparsion.
DragDropEventdatacontainscomparison.mxml
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.
Much of the drag and drop functionality is the same for the Spark and MX list-based controls. However, there are a few differences please access follow page for detail
Following example use skinClass make DropDownList display icon only(without label display).
skins/MySkin.mxml
Following example show how use Alert closeEvent to Control data.
DragDropToTrashWithAlert.mxml


