Re: animating windows fade in/out
Re: animating windows fade in/out
- Subject: Re: animating windows fade in/out
- From: Ivan Kourtev <email@hidden>
- Date: Fri, 8 Dec 2006 02:17:37 -0500
If you lose the orderOut it may start working. Based on my modest
experience, I think with fade outs the animation "sensibly" orders
out the window at the end and something gets messed up. You may also
find this helpful: http://mattgemmell.com/2006/11/13/mgviewanimation
-- ivan
On Dec 8, 2006, at 12:24 AM, Matt Neuburg wrote:
I'm having an odd problem; maybe someone will spot the solution. I
have two
windows, call them w1 and w2. W1 is on the screen; I want to fade
it out
while fading in w2. I'm doing that using NSViewAnimation. It works
great.
- (void)animationDidEnd:(NSAnimation*)animation {
[indexWindow orderOut:self];
}
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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