The following example shows how to use the backgroundDisabledColor and disabledOverlayAlpha styles to add a nice overlay to a container when the container’s enabled property is set to false.
Full code after the jump.
{ 0 comments }
Just a bunch of Adobe Flex Examples
From the daily archives:
I recently saw this on the Interwebs and thought I’d try to rebuild the effect in Flex. It is a pretty nice way to highlight the currently active form item.
The following example shows how you can use the focusIn and focusOut events to highlight the currently focused form item.
Full code after the jump.
{ 0 comments }
The following example shows how you can draw complex rectangles using the drawRoundRectComplex() method in the mx.utils.GraphicsUtil class.
Full code after the jump.
{ 6 comments }