• 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 11:11:39 -0500

True, but ordering out is somewhat different that what I thought he wanted. But I bet it will do for him what he wants after more discussion.

Eric

On Thursday, September 20, 2001, at 11:00 AM, Stiphane Sudre wrote:

On jeudi, septembre 20, 2001, at 05:01 PM, Eric Peyton wrote:

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.

Since when ?

NSWindow class

orderOut:

- (void)orderOut:(id)sender

Takes the receiver out of the screen list. If the receiver is the key or main window, the NSWindow immediately behind it is made key or main in its place. Calling the orderOut: method causes the receiver to be removed from the screen, but does not cause it to be released. See the close method for information on when a window is released.
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev


References: 
 >Re: How to hide a window? (From: Stéphane Sudre <email@hidden>)

  • Prev by Date: Re: How to hide a window?
  • Next by Date: Simple Array
  • Previous by thread: Re: How to hide a window?
  • Next by thread: Simple Array
  • Index(es):
    • Date
    • Thread