<initialWindow>
(Optional) The <qnx> elements used to override the default tags in the Adobe AIR application descriptor file (*-app.xml)
Parent elements:
<qnx>, <configuration>
Child elements:
| Name | Cardinality |
|---|---|
| aspectRatio | One or none |
| autoOrients | One or none |
| systemChrome | One or none |
| transparent | One or none |
Description:
The <initialWindow> element specifies the <qnx> elements used to override the default tags in the Adobe AIR application descriptor file (*-app.xml). The element replicates the functionality for the <systemChrome>, <transparent>, <autoOrients>, and <aspectRatio> elements. The <autoOrients> and <aspectRatio> elements apply to native applications.
Content:
None.
Attributes:
None.
Example:
<initialWindow>
<aspectRatio>landscape</aspectRatio>
<autoOrients>false</autoOrients>
<systemChrome>none</systemChrome>
<transparent>true</transparent>
</initialWindow>