From the daily archives:

Wednesday, January 2, 2008

The following example shows how you can modify the padding between the Button control’s label and icon and the button’s edges by setting the paddingLeft, paddingRight, paddingTop, paddingBottom, and horizontalGap styles.

Full code after the jump.

[click to continue…]

{ 0 comments }

Changing the fill colors of a Button control in Flex

by Peter deHaan on January 2, 2008

in Button

The following example shows how you can change the background fill colors and fill alphas of a Button control in Flex by setting the fillColors, and fillAlphas styles.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can change the background fill colors of a ButtonBar control in Flex by setting the buttonStyleName, fillColors, and fillAlphas styles.

Full code after the jump.

[click to continue…]

{ 4 comments }