Archive for January 7th, 2008

07
Jan

Setting the button label text alignment in a Flex ButtonBar control

The following example shows how you can change the text alignment of button labels in a ButtonBar control in Flex by setting the buttonStyleName and textAlign styles.

Full code after the jump.

Continue reading ‘Setting the button label text alignment in a Flex ButtonBar control’

07
Jan

Setting the button corner radius in a Flex ButtonBar control

The following example shows how you can set the corner radius on a ButtonBar control in Flex by setting the buttonStyleName and cornerRadius styles.

Full code after the jump.

Continue reading ‘Setting the button corner radius in a Flex ButtonBar control’

07
Jan

Adding icons to the Flex ButtonBar control

The following example shows how you can add icons to the ButtonBar control in Flex.

Full code after the jump.

Continue reading ‘Adding icons to the Flex ButtonBar control’