Re: Floating panel visibility
Re: Floating panel visibility
- Subject: Re: Floating panel visibility
- From: Todd Yandell <email@hidden>
- Date: Fri, 1 Jul 2005 12:41:56 -0500
On Jul 1, 2005, at 7:59 AM, SA Dev wrote:
Overriding this would almost certainly require subclassing and
would *probably* require an unsupported hack that could break in
future versions of OS X.
You don't really need to subclass the window, although it might be
cleaner if you do. Just put "[panel setHidesOnDeactivate:NO]"
somewhere in your code, where "panel" refers to your floating panel
(awakeFromNib would be a good place for this). The window should not
hide anymore. Although it does stay on top of everything else,
including other apps.
Todd
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden