The following example shows how you can set the content background color on a Flex Gumbo Spark NumericStepper control by setting the contentBackgroundColor style.
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 set the content background color on a Flex Gumbo Spark NumericStepper control by setting the contentBackgroundColor style.
Full code after the jump.
{ 0 comments }
In a previous example, “Setting the icon color on a Spark CheckBox control in Flex 4″, we saw how you can set the icon (check mark) color on a Spark CheckBox control in Flex 4 by setting the symbolColor style.
The following example shows how you can set the base (background) color on a Spark CheckBox control in Flex 4 by setting the baseColor style.
Full code after the jump.
{ 0 comments }
The following example shows how you can remove the default drop shadow from the Flex 4 Spark Panel container by creating a custom skin class and setting the skinClass style.
Full code after the jump.
{ 2 comments }
The following example shows how you can create a repeating tiled background fill on a Flex Gumbo Spark Panel container by creating a custom skin, setting a BitmapFill on the background Rect and then set the skinClass style.
Full code after the jump.
{ 0 comments }
The following example shows how you can set the content background color on a Flex Gumbo Spark Panel container by setting the contentBackgroundColor style.
Full code after the jump.
{ 0 comments }
The following example shows how you can set the tile layout direction on a Flex 4 Spark List control by setting the orientation property on the TileLayout layout to one of the static constants in the spark.layouts.TileOrientation class.
Full code after the jump.
{ 0 comments }
The following example shows how you can create a simple TileList control in Flex 4 using the Spark List control and using a TileLayout layout with the default complex item renderer to display images.
Full code after the jump.
{ 7 comments }