AIR Examples
A bunch of Adobe AIR examples*
  • About Me
  • Books

Filtering files based on extension type in the FileSystemDataGrid control in Adobe AIR using Flex

By Peter deHaan On December 31, 2008 · Leave a Comment

The following example shows how you can filter files based on file extensions in the Adobe AIR FileSystemDataGrid control by setting the extensions property. Full code after the jump.

Continue Reading →

Displaying custom icons in an Adobe AIR application

By Peter deHaan On December 30, 2008 · 10 Comments

The following example shows how you can display custom icons in an Adobe AIR application by setting the <icon> node in the AIR application’s descriptor XML file. Full code after the jump.

Continue Reading →

Specifying a custom install folder for an application in Adobe AIR

By Peter deHaan On December 30, 2008 · 2 Comments

The following example shows how you can specify a custom default installation folder when a user installs an Adobe AIR application by setting the <installFolder> node in the AIR application’s descriptor XML file. Full code after the jump.

Continue Reading →

Displaying a custom description in an Adobe AIR application installer

By Peter deHaan On December 28, 2008 · 2 Comments

The following example shows how you can display a custom description when installing an Adobe AIR application by setting the <description> node in the application’s XML installer file. Full code after the jump.

Continue Reading →

Setting the width and height of a WindowedApplication container in Adobe AIR (redux)

By Peter deHaan On December 27, 2008 · Leave a Comment

In a previous example, “Setting the width and height of a WindowedApplication container in Adobe AIR”, we saw how to set the initial width and height of an Adobe AIR WindowedApplication container by setting the width and height properties. The following example shows how you can set the width and height of a WindowedApplication container […]

Continue Reading →

Setting the width and height of a WindowedApplication container in Adobe AIR

By Peter deHaan On December 27, 2008 · Leave a Comment

The following example shows how you can set the initial width and height of an Adobe AIR WindowedApplication container by setting the width and height properties. Full code after the jump.

Continue Reading →

Installing an Adobe AIR application to a specific directory in the Programs menu

By Peter deHaan On December 27, 2008 · 2 Comments

The following example shows how you can install an Adobe AIR application into a specific directory in the Programs menu by setting the <programMenuFolder> node in the application’s XML installer file. Full code after the jump.

Continue Reading →

Toggling icons on the FileSystemDataGrid control in Adobe AIR

By Peter deHaan On December 27, 2008 · Leave a Comment

The following example shows how you can toggle icons in the Adobe AIR FileSystemDataGrid control by setting the showIcons property. Full code after the jump.

Continue Reading →

Formatting the size column on the FileSystemDataGrid control in Adobe AIR

By Peter deHaan On December 26, 2008 · Leave a Comment

The following example shows how you can format the size column to display bytes or kilobytes in an Adobe AIR FileSystemDataGrid control by setting the sizeDisplayMode property to one of the static constants in the FileSystemSizeDisplayMode class. Full code after the jump.

Continue Reading →

Setting the corner radius on a WindowedApplication container in Adobe AIR

By Peter deHaan On December 26, 2008 · Leave a Comment

The following example shows how you can set the corner radius on an Adobe AIR WindowedApplication container by setting the cornerRadius style. Full code after the jump.

Continue Reading →
← Previous Entries
  • Go to Adobe AIR product page on Adobe.com http://get.adobe.com/air/
  • Platform ActionScript Language Reference
  • Recent Posts

    • Detecting the number of screens on a users system in Adobe AIR
    • Opening a new NativeWindow in Adobe AIR
    • Detecting the line-ending character sequence used by the host operating system in Adobe AIR
    • Displaying a custom title bar icon in a WindowedApplication container in Adobe AIR
    • Setting a custom text style on the status bar on a WindowedApplication container in Adobe AIR
    • Keeping a WindowedApplication on top of other windows in Adobe AIR
    • Specifying whether a new Window is focused in Adobe AIR
    • Opening a new Window in Adobe AIR
    • Setting the file size display mode in the Flex FileSystemDataGrid control in Adobe AIR
    • Sorting the FileSystemDataGrid control by date in Adobe AIR
  • Archives

    • March 2010 (10)
    • February 2009 (3)
    • January 2009 (6)
    • December 2008 (44)
Please install and activate the "Twitter for WordPress" plugin to use this section.
AIR Examples

Pages

  • About Me
  • Books

The Latest

  • Detecting the number of screens on a users system in Adobe AIR
    The following example shows how you can detect the number of screens […]

More

  • Flex Examples
  • ColdFusion Examples
  • ActionScript Examples
  • Adobe AIR Examples
This work is licensed under a Creative Commons Attribution 3.0 United States License.
PlatformPro by PageLines