The following example shows how you can use the new Flex Gumbo filter effects from the flex.filters.* package. These new filters allow you to modify the filter’s properties at runtime without needing to recreate and reapply the filter to the display object.
Full code after the jump.
Continue reading ‘Using the new filter effects in Flex Gumbo’
The following example shows how you can enable sticky highlighting on a Flex CheckBox control by setting the stickyHighlighting property.
According to the documentation for the stickyHighlighting property:
If false, the CheckBox displays its down skin when the user presses it but changes to its over skin when the user drags the mouse off of it. If true, the CheckBox displays its down skin when the user presses it, and continues to display this skin when the user drags the mouse off of it.
Full code after the jump.
Continue reading ‘Enabling sticky highlighting on a CheckBox control in Flex’