I’m re-creating an AIR app with FB 4.5.1. (I’ve started from scratch, having had trouble importing FB 4 projects).
In the app.xml I have the following defined:
<systemChrome>none</systemChrome>
<transparent>true</transparent>
Having done this I still get a full window with titlebar, min, max, and close buttons.
what gives?
First, I discovered it is easier to interact with app.XML by opening it via “Open With -> Text Editor”.
Second, and this is really embarrassing, I had simply failed to remove the comments bracketing
was:
should have been:
…duh! I knew better, but…
Lastly, for a completely chromeless app, add
to the app header.
that’s it!