Latest Examples
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 →
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 »
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 →
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 »
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 »
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 »



(6 votes, average: 4.50 out of 5)



