override hide on deactivate?
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