Archives

Posts Tagged ‘ItemRenderer’

ItemRenderers for MX List, Tree and DataGrid work within the following contract:

Nov 30th, 2010 | Filed under ArrayList, Flex4, State

Following example show MX DataGrid  itemRenderer difference usage.

assets/books.xml

Nov 30th, 2010 | Filed under Flex4

Following example show  DropDownList with itemRenderer.

comp/MyDropDownListItemRenerer.mxml

Nov 30th, 2010 | Filed under ArrayList, Flex4

Following example use skinClass popUpPosition change popUp position.

skins/MyDropDownListSkin.mxml

Nov 30th, 2010 | Filed under ArrayList, Button, ComboBox, Flex4

Following example show how use DataGroup itemRenderer create a clickable menu and disable effect when another click event dispatch.

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

Following example show how to set up a DropDownList without skin or itemRenderer.

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

Following example show you how to use saprk depth (set this properties with ItemRenderer) and how to use Rotate3D with postLayoutTransformOffsets.

Nov 30th, 2010 | Filed under ArrayList, Flex4, Image, Rotate3D

Following example use contains method to make data comparsion.

DragDropEventdatacontainscomparison.mxml

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

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

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

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

Following example use skinClass make DropDownList display icon only(without label display).

skins/MySkin.mxml

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

Following example show how use Alert closeEvent to Control data.

DragDropToTrashWithAlert.mxml

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