From the monthly archives:

December 2008

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.

[click to continue…]

{ 0 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.

[click to continue…]

{ 4 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.

[click to continue…]

{ 0 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.

[click to continue…]

{ 2 comments }

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 by setting the <width> and <height> nodes in the application’s XML file.

Full code after the jump.

[click to continue…]

{ 0 comments }

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.

[click to continue…]

{ 0 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.

[click to continue…]

{ 2 comments }

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.

[click to continue…]

{ 0 comments }

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.

[click to continue…]

{ 0 comments }

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.

[click to continue…]

{ 0 comments }