In a previous example, “Disabling an Application in Flex 3″, we saw how you could disable an entire Flex Application in Flex 3 by setting the Boolean enabled property on the application object.
The following example shows how you can disable an entire Spark Application in Flex 4 by setting the Boolean enabled property on the static FlexGlobals.topLevelApplication object.
[click to continue…]
Tagged as:
enabled,
Gumbo
The following example shows how you can disable an entire Flex Application in Flex 3 by setting the Boolean enabled property on the application object.
Full code after the jump.
[click to continue…]
Tagged as:
Application,
enabled
The following example shows how you can disable/enable the play/pause button on the Spark VideoPlayer control in Flex Gumbo by setting the enabled property on the VideoPlayer control’s playPauseButton skin part.
Full code after the jump.
[click to continue…]
Tagged as:
enabled,
Gumbo,
playPauseButton
The following example shows how you can disable a group of radio buttons by setting the Boolean enabled property on a Spark RadioButtonGroup control in Flex Gumbo.
Full code after the jump.
[click to continue…]
Tagged as:
enabled,
Gumbo