Skip to main content
August 11, 2011
Question

LSUIPresentationMode OSX and Adobe AIR

  • August 11, 2011
  • 1 reply
  • 1176 views

Hey guys,

Trying to create an adobe air application that allows the LSUIPresentationMode set in Info.plist to hide the menubar and dock when our AIR application is opened.

It seems to work for about 1 second and then it reappears, Is there anyway to enable this and make it work, or is there a way to package the AIR application that appears over the top of the dock/information bar?

This topic has been closed for replies.

1 reply

chris.campbell
Legend
August 13, 2011

Unfortunatelly, this isn't possible at this time, but I'd like to recommend checking out and voting for the following bug:

Impossible to hide AIR application from dock in OSX

Thanks,

Chris

August 16, 2011

Does the above linked issue apply? It seems like it is talking about

LSUIElement and removing the Air application's icon from the dock,

I want to hide the Information bar and the dock from sight completely, in

native cocoa apps you can do this with LSUIPresentationMode,

How are the issues related? Is it the icon in the dock that causes the dock

to reappear?

chris.campbell
Legend
August 17, 2011

oh, I apologize.  I must have read your original post wrong (or confused it with a similar question I had recently.)

Have you considered going fullscreen with your app?

Working with full-screen mode

Chris