Re: Prevent NSWindow from hiding with app
Re: Prevent NSWindow from hiding with app
- Subject: Re: Prevent NSWindow from hiding with app
- From: Charles Srstka <email@hidden>
- Date: Thu, 25 Mar 2010 18:58:52 -0500
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 (email@hidden)
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:
This email sent to email@hidden