Re: How to hide a window?
Re: How to hide a window?
- Subject: Re: How to hide a window?
- From: Eric Peyton <email@hidden>
- Date: Thu, 20 Sep 2001 10:01:07 -0500
Windows don't hide, applications hide.
You can have a window that you specify as
- (void)setHidesOnDeactivate:(BOOL)flag;
- (BOOL)hidesOnDeactivate;
But windows themselves can't be "hidden", only applications can.
Why don't you just close the window, and then re-open it when necessary?
Eric
On Thursday, September 20, 2001, at 09:44 AM, Johnny CN Lee wrote:
Hi,
I can enable "Hide on deactivate", but I can't find a way to hide a
window
when my application is active.
So how to do it?
Thanks in advance.
Johnny Lee
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev