Archives
ItemRenderers for MX List, Tree and DataGrid work within the following contract:
The Spark Scroller component provides a conventional GUI for scrolling a viewport interactively. It displays a pair of vertical and horizontal scrollbars whose thumb positions define the X and Y origin of the clipping rectangle. By default, the scrollbars are only shown when they are needed.
Following example show MX DataGrid itemRenderer difference usage.
assets/books.xml
Following example show how to remove skinClass from ComboBox.
FAQ0909_1.mxml
Following example how use state and timer create Navigation Menu.
comp/MyCover.mxml
Following example show DropDownList with itemRenderer.
comp/MyDropDownListItemRenerer.mxml
Following simple example show how use font Embed and blendMode create a magic text .
blendMode has following option
Following example show how to change CheckBox selected color use symbolColor.
Following example show Tree openDuration and openEasingFunction usage.
TreeDemo1.mxml
Following example show how spark ComboBox setting prompt and disable editable.
Following example show using Animate with easing during MouseEvent.ROLL_OVER and MouseEvent.ROLL_OUT event .
FLEX4EffectExample1.mxml
You want all of the functionality of the Event class, but you need the ability to store custom data in the event object. In this example,you will create a new ActionScript class that extends the Event class with additional class properties. By extending the Event class,you maintain access to all of its functionality and can add your own properties to store the data.


