Archive for May 1st, 2008

01
May

Setting the separator width on a LinkBar control in Flex

The following example shows how you can change the width of the item separators in a Flex LinkBar control by setting the separatorWidth style.

Full code after the jump.

Continue reading ‘Setting the separator width on a LinkBar control in Flex’

01
May

Detecting when an Alert control is closed in Flex

The following example shows how you can detect when a Flex Alert control is closed by listening for the close event by specifying the closeHandler parameter in the static Alert.show() method.

Full code after the jump.

Continue reading ‘Detecting when an Alert control is closed in Flex’