Skip to content

Flex cookbook
Syndicate content
Check out the latest recipes.
Updated: 1 hour 46 min ago

creating a new initialized array in ActionScript

Mon, 09/06/2010 - 02:09
I would like to find a way I can create an initialized dynamic size array. It shouldn't be using loops of course. I thought maybe overriding the base array class with somehow to pass to parameters
Categories: Communities

Horizontal Multiline Layout

Tue, 08/31/2010 - 07:41
Sometimes it is necessary to place elements horizontally (like HorizontalLayout) in several lines instead of just one line.
Categories: Communities

Fit buttons in the toolbar

Tue, 08/31/2010 - 07:37
Sometimes buttons does not fit in the toolbar when it is too small
Categories: Communities

Spark Tree

Thu, 08/26/2010 - 14:11
Unfortunately Flex 4 does not have Spark Tree and MX Tree has 99 bugs at this moment.
Categories: Communities

Switch case for classes

Sun, 08/22/2010 - 13:22
Switch case for classes.
Categories: Communities

Adi Cohen

Sun, 08/22/2010 - 13:22
Switch case for classes
Categories: Communities

Creating customized bindable properties

Tue, 08/17/2010 - 18:30
You want data binding to occur based on a custom event rather than relying on the default propertyChange event.
Categories: Communities

Generating a formatted TextFlow Layout with XML/E4X

Tue, 08/17/2010 - 17:44
I need to generate a formatted TextFlow layout using XML/E4X.
Categories: Communities

Generating a formatted TextFlow Layout for plain text assets

Thu, 08/12/2010 - 11:50
How can I generate a formatted TextFlow Layout for plain text assets?
Categories: Communities

Creative Suite 5 Extensions and Photoshop CS5 Redux

Tue, 08/10/2010 - 16:18
There is an issue with Photoshop CS5 and developing Creative Suite Extensions using Extension Builder and ActionScript. The issue affects Mac computers and Photoshop DOM calls in the context of a syst
Categories: Communities

Creative Suite 5 Extensions and Photoshop CS5

Tue, 08/10/2010 - 16:18
There is an issue with Photoshop CS5 and developing Creative Suite Extensions using Extension Builder and ActionScript. The issue affects Mac computers and Photoshop DOM calls in the context of a syst
Categories: Communities

Creating a Spark-based ViewStack

Tue, 08/10/2010 - 11:24
You want to create a container that holds multiple child containers that are lazily instantiated upon request.
Categories: Communities

Create a Button Bar

Tue, 08/03/2010 - 15:29
You need to present the user with a set of buttons that allow a single option to be selected at a time.
Categories: Communities

Handle a Button’s Click Event

Tue, 08/03/2010 - 11:34
You need to perform a task in response to user interaction, such as outputting a list of names to the console when the user clicks a button.
Categories: Communities

How capture images and video using Flex?

Tue, 08/03/2010 - 00:30
Is it possible capture images and video with quality in a web application or just in Air?
Categories: Communities

Applying skins to a container

Wed, 07/28/2010 - 10:24
You want to customize the look and feel of a container that holds visual elements or data items.
Categories: Communities

Adding effects to charts

Tue, 07/27/2010 - 10:27
You want to use effects for a chart.
Categories: Communities

Access custom symbols in SWF from Adobe Flash Builder

Tue, 07/27/2010 - 08:05
See how to access custom symbols in SWF library from Adobe Flash Builder.
Categories: Communities

HTTPService with Flex 3 example

Tue, 07/27/2010 - 01:32
A quick and short example of loading data (in this case from a XML file) using the wonderfully simple HTTPService in Flex 3. Thanks to data binding nearly all of the work is done for us. In this simpl
Categories: Communities

Core component architecture for building liquid UIs and other components

Fri, 07/23/2010 - 11:48
Creating a component by just extending sprite and adding elements used to pop up timing issues which is very common in Fash if the architecture is not right.
Categories: Communities