Archive for January 10th, 2008

10
Jan

Disabling individual buttons on a Flex ButtonBar control

The following example shows how you can disable individual buttons on a ButtonBar control in Flex by using the getChildAt() method and enabled property on the returned button instance.

Full code after the jump.

Continue reading ‘Disabling individual buttons on a Flex ButtonBar control’

10
Jan

Setting skins on the the Flex ButtonBar control

The following example shows how you can skin the ButtonBar control in Flex by setting the buttonStyleName style and setting one or more of the following skin styles: skin, upSkin, overSkin, downSkin, disabledSkin.

Full code after the jump.

Continue reading ‘Setting skins on the the Flex ButtonBar control’