Am 25.03.2010 um 20:52 schrieb fabian: > 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 am no expert here, but I don't believe that is possible. > I do know when this floating window is supposed to be > on screen and when it's not <...> So why not use [NSApp activateIgnoringOtherApps: YES], do all the stuff you need to do and finally use [NSApp deactivate] to resign control? _______________________________________________ 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]
