The following example shows how you can create a simple transition effect when the visibility is toggled on the Spark Panel container in Flex 4 by specifying the showEffect and hideEffect effects.
Full code after the jump.
{ 0 comments }
Just a bunch of Adobe Flex Examples
From the monthly archives:
The following example shows how you can create a simple transition effect when the visibility is toggled on the Spark Panel container in Flex 4 by specifying the showEffect and hideEffect effects.
Full code after the jump.
{ 0 comments }
The following example shows how you can set the border color on a Flex HorizontalList control by setting the borderColor style.
Full code after the jump.
{ 0 comments }
The following example shows how you can style links in a TextFlow object in Flex 4 by specifying the linkNormalFormat, linkHoverFormat, and linkActiveFormat properties.
Full code after the jump.
{ 5 comments }
The following example shows how you can set the background color on a Spark SimpleText control in Flex 4 by setting the backgroundColor style.
Full code after the jump.
{ 1 comment }
The following example shows how you can import a TextFlow object from an XML object in Flex 4 by using the static TextFlowUtil.importFromXML() method.
Full code after the jump.
{ 10 comments }
The following example shows how you can display icons in a Spark List control in Flex 4 by creating a custom item renderer.
Full code after the jump.
{ 9 comments }
The following example shows how you can set the base theme color on a Spark DropDownList control in Flex 4 by setting the baseColor style.
Full code after the jump.
{ 1 comment }