On Mar 25, 2010, at 1:10 PM, fabian wrote: > Is it possible to prevent a window from hiding when NSApp is hidden, so it > always stays on screen? I only want the menu bar to go away.
Honestly, it sounds like what you really want is to spin off this window into a separate process with LSUIElement enabled, with which the main app can communicate using some form of inter-process communication. That way, instead of just hiding, you can quit the “setup” application outright, and just have the daemon running in the background without taking up a space in the user’s Dock. Charles_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com