Flex4 Button With State
Following example show simple State change Button width
ButtonWithState.mxml
Following example show simple State change Button width
ButtonWithState.mxml
Following example show Tree openDuration and openEasingFunction usage.
TreeDemo1.mxml
The ComboBox control is a child class of the DropDownListBase control. Like the DropDownList control, when the user selects an item from the drop-down list in the ComboBox control, the data item appears in the prompt area of the control.
Following example show how use spark list become to VerticalList.
MyList.mxml
Following example show you how create dataGroup itemRenderer and return item index
DataGroup2.mxml
Following example show how to remove skinClass from ComboBox.
FAQ0909_1.mxml
Following example show XML to ArrayCollection use Model Class
XMLToCollection4.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.
Following example show Flex4 ComboBox how to use skin to display icon properties .
skins/MyComboBoxSkin.mxml
Changing a select element’s content on the fly is a powerful feature of JavaScript that’s just as practical. Following example show how easy use Flex to do the same thing.
In follwing example we have use an event object property target and currentTarget to drag the panel,These properties enables the programmer to track the event of which the object is made, during the event’s propagating process. Properties target and currentTarget differ in their targeting jobs. target property may dispatch the event to a component or component’s sub component, whereas currentTarget will target the event to a particular node in which the event listener .The currentTarget property is the IEventListener you registered the event handler for. The target is the one that dispatched the event that you are currently handling.
Need to understand what is clipAndEnableScrolling property?