The Apple Help Viewer is an example of what I want: its a separate process but doesn’t have a menu bar, doesn’t appear in the dock, and floats on top. So it appears to be running in the current process. How can I achieve this with Cocoa?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A little googling with the right keywords and I arrive at the solution:
Add the following to the Info.plist file:
This is courtesy of http://uselessthingies.wordpress.com/2008/05/18/an-app-without-dock-icon-and-menu-bar/