Re: hide main menu, not appear in dock, run in background.

2009-07-18 Thread Piotr Grzybowski
Dear Kiel and Kyle, thanx for answers and sorry for repeating the question. It was my first objc code. yours, pg ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the

hide main menu, not appear in dock, run in background.

2009-07-16 Thread Piotr Grzybowski
Hello Everyone, For some time I wanted my cocoa application not to appear in the dock, nor to show the main menu bar. After some searching and screaming, I managed to achieve this by adding keyNSBGOnly/key string1/string to the Info.plist, now my question is: is this the usual way of doing it?

Re: hide main menu, not appear in dock, run in background.

2009-07-16 Thread Kiel Gillard
http://www.cocoadev.com/index.pl?LSBackgroundOnly On 17/07/2009, at 10:43 AM, Piotr Grzybowski wrote: Hello Everyone, For some time I wanted my cocoa application not to appear in the dock, nor to show the main menu bar. After some searching and screaming, I managed to achieve this by

Re: hide main menu, not appear in dock, run in background.

2009-07-16 Thread Kyle Sluder
This question seems to come up every week. If you search the list archives you'll see that you want to create an LSUIElement. --Kyle Sluder ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator