I'm having trouble getting the LSUIPresentationMode option in info.plist to work with an AIR application.
I'm trying to hide the OS X dock and menu bar when I launch my app by setting the value of LSUIPresentationMode to 4. This works fine in other applications, but when I make this change to an AIR app, it only hides the dock / menu bar for a brief moment, then they reappear.
Has anyone had success making this work? Are there any other methods for hiding the menu and dock in an AIR app?
What I'm actually trying to do is make an app go full screen across two displays. If anyone has had success doing something like that, please let me know.
Thanks!