You can disable an AIR application’s system chrome maximize and minimize buttons by editing the ‘MyApp-app.xml’ file. Uncomment and set your values in the following options:
<minimizable>false</minimizable>
<maximizable>false</maximizable>
<resizable>false</resizable>
There are also a bunch of other options you can configure in here.
No comments:
Post a Comment