• 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: override hide on deactivate?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: override hide on deactivate?


  • Subject: Re: override hide on deactivate?
  • From: "Chunk 1978" <email@hidden>
  • Date: Sun, 14 Dec 2008 07:26:03 -0500

do you mean:

-=-=-=-=-

- (BOOL)hidesOnDeactivate
      {
      [self setHidden:YES];
      return NO;
      }

-=-=-=-=-

?

sure, that might work, but what i meant is that my hidesOnDeactivate
method isn't being called at all.  my original post with NSBeep() was
just a test...


On Sun, Dec 14, 2008 at 1:33 AM, Graham Cox <email@hidden> wrote:
>
> On 14 Dec 2008, at 1:59 pm, Chunk 1978 wrote:
>
>> i'm attempting to hide some
>> views inside the window (by setting their alpha to 0.0 )
>
>
> Wouldn't calling -setHidden:YES be a better plan?
>
> --Graham
>
>
>
_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:

This email sent to email@hidden

  • Follow-Ups:
    • Re: override hide on deactivate?
      • From: Andy Lee <email@hidden>
References: 
 >override hide on deactivate? (From: "Chunk 1978" <email@hidden>)
 >Re: override hide on deactivate? (From: Graham Cox <email@hidden>)

  • Prev by Date: Re: Using NSWorkspace's launchedApplication to detect running App
  • Next by Date: Cocoa equivalent of std::vector<MyType> ?
  • Previous by thread: Re: override hide on deactivate?
  • Next by thread: Re: override hide on deactivate?
  • Index(es):
    • Date
    • Thread