The following example shows how you can style a Flex Alert control using the static StyleManager.getStyleDeclaration() method, and the setStyle() method.
Full code after the jump.
{ 3 comments }
Just a bunch of Adobe Flex Examples
From the daily archives:
The following example shows how you can style a Flex Alert control using the static StyleManager.getStyleDeclaration() method, and the setStyle() method.
Full code after the jump.
{ 3 comments }
The following example shows how you can determine if a Flex application has focus or not by listening for the activate and deactivate events on the <mx:Application /> container.
Full code after the jump.
{ 8 comments }