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 }