Re: Prevent NSWindow from hiding with app
Re: Prevent NSWindow from hiding with app
- Subject: Re: Prevent NSWindow from hiding with app
- From: Ken Thomases <email@hidden>
- Date: Thu, 25 Mar 2010 13:28:47 -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.
That doesn't make any sense.
You "want the menu bar to go away"? So there would be no menu bar? Or so that some other app's menu bar would be showing but your app's window would be frontmost?
Whatever you might call that, that's not hiding the application. If you want to hide the menu bar, then hide the menu bar. If you want one of your windows to remain floating above other applications, then you can do that.
When I as a user hide an application, though, it had better go away. I don't care what reasons you think you have, but you don't get to decide that your application should continue to present its GUI when the user has chosen to hide it.
Regards,
Ken
_______________________________________________
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