Not finding what you are looking for? Request a recipe!
Make use of the BindUtils class to create your own binding method that allows you to implement conditional logic.
In Flex 4.5 you can request a list of all available interfaces on the device. All you have to do is find the proper interface and check to see whether or not it is active.
If you think of a combobox as a component with two parts (a toggle button and a data list), you can use the features of Flash Catalyst to create a custom generic component that wil behave just like a combobox. The only catch here is that you need to add an extra event listener in Flash Builder to co ...
Playing an effect on components when they disappear from a certain view state can be done by either applying a behaviour on the specific behaviour on the component or by altering the view state transition slightly.
Wrap the component you want to rotate in another container and position the component's center point to the upper left corner of the container and rotate the container instead.