I seem to be having an odd problem with the system chrome
buttons in OS X. The initialWindow node in the app xml file has all
the correct settings:
<initialWindow>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<visible>true</visible>
<maximizable>false</maximizable>
<minimizable>false</minimizable>
<resizable>false</resizable>
</initialWindow>
...and doesn't show the minimise/maximise buttons in Windows (as expected) - but on OS X it intermittently will - though never in ADL (always shows just the close button). Any ideas?
<initialWindow>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<visible>true</visible>
<maximizable>false</maximizable>
<minimizable>false</minimizable>
<resizable>false</resizable>
</initialWindow>
...and doesn't show the minimise/maximise buttons in Windows (as expected) - but on OS X it intermittently will - though never in ADL (always shows just the close button). Any ideas?