On Thu, Mar 25, 2010 at 9:55 PM, Philip Mobley <[email protected]> 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 protected]) 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 [email protected]
