Archives

Posts Tagged ‘Flex4’

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

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

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

Nov 30th, 2010 | Filed under Flex4

Following example show how to remove skinClass from ComboBox.

FAQ0909_1.mxml

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

Following example how use state and timer create Navigation Menu.

comp/MyCover.mxml

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

Following example show  DropDownList with itemRenderer.

comp/MyDropDownListItemRenerer.mxml

Nov 30th, 2010 | Filed under ArrayList, Flex4

Following simple example show how use font Embed and blendMode create a magic text .

blendMode has following option

Nov 30th, 2010 | Filed under Flex4

Following example show how to change CheckBox selected color use symbolColor.

Nov 30th, 2010 | Filed under Flex4

Following example show Tree openDuration and openEasingFunction usage.

TreeDemo1.mxml

Nov 30th, 2010 | Filed under Flex4

Following example show how spark ComboBox setting prompt and disable editable.

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

Following example show using Animate with easing during MouseEvent.ROLL_OVER and MouseEvent.ROLL_OUT event .

FLEX4EffectExample1.mxml

Nov 30th, 2010 | Filed under Flex4, RollOut, RollOver

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.

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