Archive for January 21st, 2008

21
Jan

Setting the button link corner radius on a Flex LinkBar control

The following example shows you how to set the corner radius on the link buttons in a LinkBar control in Flex by setting the linkButtonStyleName and cornerRadius styles.

Full code after the jump.

Continue reading ‘Setting the button link corner radius on a Flex LinkBar control’

21
Jan

Setting the background color and background alpha on a Flex LinkBar control

The following example shows how you can change the background color and background alpha on a LinkBar control in Flex by setting the backgroundColor and backgroundAlpha styles using either MXML, ActionScript, or CSS.

Full code after the jump.

Continue reading ‘Setting the background color and background alpha on a Flex LinkBar control’