Re: [[NSView animator] setHidden:YES] doesn't fade?
Re: [[NSView animator] setHidden:YES] doesn't fade?
- Subject: Re: [[NSView animator] setHidden:YES] doesn't fade?
- From: "I. Savant" <email@hidden>
- Date: Wed, 23 Jan 2008 07:12:49 -0500
Hidden and alpha-0 are two different things. I wouldn't want the
hidden property messing around with alpha values.
But (AFAIK) removing a view from the hierarchy can trigger a fade;
why shouldn't hiding it also do similar?
In this case, using the view's animator wouldn't be enough. You'd
have to switch on layers for the view(s) in question. This is a bit
further than my current experience (I'm still shaky regarding the
differences and requirements), so I'll turn this over to anyone with
more solid answers.
--
I.S.
_______________________________________________
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