Re: Prevent NSWindow from hiding with app
Re: Prevent NSWindow from hiding with app
- Subject: Re: Prevent NSWindow from hiding with app
- From: fabian <email@hidden>
- Date: Thu, 25 Mar 2010 22:06:01 +0100
On Thu, Mar 25, 2010 at 9:55 PM, Philip Mobley <email@hidden> wrote:
> On Mar 25, 2010, at 12:52 PM, fabian wrote:
>
> > Sorry for being unclear. I want NSApp to behave normally, i.e. when the
> user hides it (with Command+H) the menu bar and all windows _except this one
> window_ should hide. I do know when this floating window is supposed to be
> on screen and when it's not; it's displayed for a few seconds in response to
> a hotkey - but I don't want to have to delay the hiding of NSApp until the
> window has been ordered out (if the user decides to hide it when the window
> is on screen). I hope this clarifies my goal.
>
> I would make this a separate app with no menu and no dock icon (and
> disabled from appearing on Force Quit list). That way you just send a
> message from your standard app to this visualNofication app to display its
> content (whatever that may be).
>
>
Yes, that is an option that has crossed my mind. Actually the app already
has a background agent, so implementing it would be trivial. That's probably
the route I'll choose if there's no other option.
Thanks.
-F
_______________________________________________
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