Posts tagged as:

baseColor

The following example shows how you can set a base theme color on a Spark List control’s horizontal and vertical scroll bar by setting the baseColor style.

Full code after the jump.

[click to continue…]

{ 4 comments }

The following example shows how you can change the base color on the Halo DataGrid control’s horizontal and vertical scroll bars by setting the horizontalScrollBarStyleName and verticalScrollBarStyleName styles to a custom style containing the baseColor style.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can set the base background color on a Halo MenuBar control in Flex 4 by setting the baseColor style.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can create an animating background effect on a Spark Button control in Flex 4 by using the AnimateColor effect on the baseColor style.

Full code after the jump.

[click to continue…]

{ 1 comment }

The following example shows how you can set the base theme color on a Halo Accordion container in Flex 4 by setting the baseColor style.

Full code after the jump.

[click to continue…]

{ 3 comments }

The following example shows you how you can use the advanced CSS features in Flex 4 to apply different state-specific styles to a Spark Button control using CSS.

For more information on using advanced CSS, see the “CSS Advanced Selectors” specification on the Adobe Flex Open Source site.

Full code after the jump.

[click to continue…]

{ 2 comments }

The following example shows how you can set the base color on a Halo Accordion container in Flex 4 by setting the baseColor style.

Full code after the jump.

[click to continue…]

{ 0 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.

[click to continue…]

{ 1 comment }

Changing the base theme color on the Halo TextArea control in Flex 4

by Peter deHaan June 10, 2009

The following example shows how you can change the base/theme color on the Halo TextArea control (with default Spark skin) in Flex 4 by setting the baseColor style. Setting the baseColor style sets both the TextArea control’s border color and horizontal/vertical scroll bar’s track/thumb colors.
Full code after the jump.

Read the full article →

Setting the base color on the full screen button on a Spark VideoPlayer control in Flex Gumbo

by Peter deHaan May 9, 2009

The following example shows you how you can set the base color on a Spark VideoPlayer control full screen button in Flex Gumbo by setting the baseColor style.
Full code after the jump.

Read the full article →

Setting the base color on the Spark VideoPlayer playhead thumb in Flex Gumbo

by Peter deHaan May 6, 2009

The following example shows how you can set the base color on the Spark VideoPlayer thumb in Flex Gumbo by setting the baseColor style using CSS.
Full code after the jump.

Read the full article →

Setting the base theme color on a Spark VideoPlayer control in Flex Gumbo

by Peter deHaan May 4, 2009

The following example shows how you can set the theme color on the Spark VideoPlayer control in Flex Gumbo by setting the baseColor style.
Full code after the jump.

Read the full article →