From the daily archives:

Wednesday, June 25, 2008

The following example shows how you can detect when a Flex Button control’s label changes using the labelChanged event.

Full code after the jump.

[click to continue…]

{ 0 comments }

In a previous example, “Enabling and disabling RadioButton controls in a RadioButtonGroup in Flex”, we saw how you can enable or disable all of the RadioButton controls in a Flex RadioButtonGroup by setting the enabled property.

The following example shows how you can detect when the enabled property changes by using the enabledChanged event.

Full code after the jump.

[click to continue…]

{ 0 comments }