• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to hide a window?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: How to hide a window?
      • From: Stéphane Sudre <email@hidden>
    • Re: How to hide a window?
      • From: Johnny CN Lee <email@hidden>
References: 
 >How to hide a window? (From: Johnny CN Lee <email@hidden>)

  • Prev by Date: Re: NSTableView problems [Java]
  • Next by Date: Re: How to hide a window?
  • Previous by thread: How to hide a window?
  • Next by thread: Re: How to hide a window?
  • Index(es):
    • Date
    • Thread