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 protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to