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