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

override hide on deactivate?


  • Subject: override hide on deactivate?
  • From: "Chunk 1978" <email@hidden>
  • Date: Sat, 13 Dec 2008 21:59:17 -0500

i'm trying to override the hide on deactivate method but it's not
working.  i have unchecked "Hides On Deactivate" for my window in IB.

-=-=-=-=-

- (BOOL)hidesOnDeactivate
	{
	NSBeep();
	return NO;
	}

-=-=-=-=-

i know that if i didn't want the window to hide on deactivate i could
simply uncheck the the option in IB, but i'm attempting to hide some
views inside the window (by setting their alpha to 0.0 ) when the
window is ordered back.
_______________________________________________

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: Graham Cox <email@hidden>
  • Prev by Date: Newbie Q: Why is UIWindow in the AppDelegate not an ivar?
  • Next by Date: Rather than NSWorkspaceDidUnmountNotification?
  • Previous by thread: Re: Newbie Q: Why is UIWindow in the AppDelegate not an ivar?
  • Next by thread: Re: override hide on deactivate?
  • Index(es):
    • Date
    • Thread