Not finding what you are looking for? Request a recipe!

  1. Avg. Rating 5.0

    Using conditional binding in Flex and AIR applications

    Make use of the BindUtils class to create your own binding method that allows you to implement conditional logic.

  2. Avg. Rating 5.0

    Detecting the network connection type with Flex 4.5

    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.

  3. Avg. Rating 4.7

    Creating a custom combobox component using Flash Catalyst

    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 ...

  4. Avg. Rating 4.5

    Fading out a component that is removed from a view state

    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.

  5. Not yet rated

    Changing the registration point of a Flex component

    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.

  • Results 1-5 of 5