Archives

Posts Tagged ‘ItemRenderer’

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

Following example show how use spark list become to HorizontalList.

MyList.mxml

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

Following example show how use orientation and requestedRowCount change default TileList content direction.

comp/MyList.mxml

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

Following example show MX DataGrid  itemRenderer difference usage.

assets/books.xml

Nov 30th, 2010 | Filed under Flex4

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

FLEX4EffectExample5

This example show how use DataGroup and ItemRenderer with Math.random() generate radom content position (x,y,rotationZ).

Nov 30th, 2010 | Filed under ArrayCollection, Flex4, Image, Panel, PopUpManager, TitleWindow

spark changeValueByPage method Increment value by a page if increase is true, or decrement value by a page if increase is false. Increasing the scrollbar’s value scrolls the viewport to the right. Decreasing the value scrolls to the viewport to the left.

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

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 use skinClass popUpPosition change popUp position.

skins/MyDropDownListSkin.mxml

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

Following example show how use spark list become to TileList.

MyList.mxml

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