Latest Examples

AIR Thumbnail

List Directory with AIR in Flex 4

(preview)
List Directory with AIR in Flex 4

As you probably know already, with AIR you have access to the local file system. The following example shows you how you can list the contents of a directory with AIR in Flex 4. Besides showing filenames, I also want to display the icon associated with the file. Read more »  Read More →

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading ... Loading ...

February 2, 2010 | Leave a Comment

AIR Thumbnail

Save Data to File System with AIR in Flex 4

(preview)
Save Data to File System with AIR in Flex 4

If you know Flex, you’re probably fimiliar with AIR (Adobe Integrated Runtime) as well. When developing AIR applications, you will get your hands on some additional functionality that can be very useful. One of which is the ability to read / write files from the file system. Combining this functionality... Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading ... Loading ...

January 31, 2010 | 1 Comment

Flex Thumbnail

Progressbar in Datagrid Example

(preview)
Progressbar in Datagrid Example

In the comments of our previous post about using the ProgressBar, one of our readers asked if a ProgressBar could be used inside a DataGrid. This is, ofcourse, possible. So we decided to write an example about this. Read more »  Read More →

1 Star2 Stars3 Stars4 Stars5 Stars (5 votes, average: 5.00 out of 5)
Loading ... Loading ...

January 11, 2010 | 2 Comments

AIR Thumbnail

Create Tiny url Air App

(preview)
Create Tiny url Air App

You can create a Flex tiny url creator application using our explanation on one of our other pages. But if you just want a nice tiny url creator desktop application, download our Adobe Air version. You can copy paste your long url into the app, and get a nice short url back from http://snurl.eu Read... Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

December 27, 2009 | Leave a Comment

Flex Thumbnail

Drag and Drop from DataGrid or AdvancedDataGrid to Tree

(preview)
Drag and Drop from DataGrid or AdvancedDataGrid to Tree

One of the coolest things in Flex is the ability to create Drag and Drop operations very easily. For List base controls like the List and DataGrid / AdvancedDataGrid, it works out of the box, just set the dragEnabled property of the source and the dropEnabled property of the other and it’s already... Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (6 votes, average: 4.50 out of 5)
Loading ... Loading ...

December 16, 2009 | 2 Comments

Flex Thumbnail

Style AdvancedDataGrid depending on data example

(preview)
Style AdvancedDataGrid depending on data example

Besides displaying Trees, SummaryRows and stuff like that, the AdvancedDataGrid has another nice feature the standard DataGrid doesn’t have: a styleFunction! Using that we can style the label as we like for each column in each row. Take a look at the following example to find out how its done. ... Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)
Loading ... Loading ...

December 15, 2009 | 2 Comments