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.
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.
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.
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 [...]
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.
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.
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.
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.
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.
The following example shows how you can set the button padding on an Adobe AIR WindowedApplication container by setting the buttonPadding style. Full code after the jump.
- 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)