C CaptainZap macrumors regular Original poster Jan 17, 2007 170 0 Jun 27, 2007 #1 I created an application that runs in the Status bar, everything on it runs but I can't seem to figure out how to hide the Dock icon. I'm sure it's easy to get rid of it but I can't seem to figure it out. Thanks!
I created an application that runs in the Status bar, everything on it runs but I can't seem to figure out how to hide the Dock icon. I'm sure it's easy to get rid of it but I can't seem to figure it out. Thanks!
WildCowboy Administrator/Editor Staff member Jan 20, 2005 18,649 3,224 Jun 27, 2007 #2 Try Dockless...it's an old program, but all indications are that it still works.
K kainjow Moderator emeritus Jun 15, 2000 7,958 7 Jun 27, 2007 #3 In your app's info.plist, create a new key "LSUIElement" and set its value to 1. See http://www.cocoadev.com/index.pl?LSUIElement
In your app's info.plist, create a new key "LSUIElement" and set its value to 1. See http://www.cocoadev.com/index.pl?LSUIElement
C CaptainZap macrumors regular Original poster Jan 17, 2007 170 0 Jun 27, 2007 #4 WildCowboy said: Try Dockless...it's an old program, but all indications are that it still works. Click to expand... Although that would work, I was hoping to do it within Xcode =D. Thanks anyways Wild. kainjow said: In your app's info.plist, create a new key "LSUIElement" and set its value to 1. See http://www.cocoadev.com/index.pl?LSUIElement Click to expand... Thanks Kainjow, just what I was looking for.
WildCowboy said: Try Dockless...it's an old program, but all indications are that it still works. Click to expand... Although that would work, I was hoping to do it within Xcode =D. Thanks anyways Wild. kainjow said: In your app's info.plist, create a new key "LSUIElement" and set its value to 1. See http://www.cocoadev.com/index.pl?LSUIElement Click to expand... Thanks Kainjow, just what I was looking for.