Hmmm - seems as if there really is a bug there. One thing that surprised me in 
the documentation is that it explicitly says that the Hidden property is only 
set to false at the end of the animation. 

"If the effect is to fade in an initially hidden view and the end frame is 
non-empty, the view is unhidden at the end."

If the animation is done using an animation backing and setAlphaValue:, and 
setHidden:NO is only called at the end of the animation, then that would 
explain the bug. You could try setAlphaValue:0.0f and setHidden:NO before 
calling the animation and seeing whether that works around it.


Gideon
> I had this same problem recently but didn't go back to Leopard to verify it. 
> Fade out worked fine, but fade in was broken. Seems like I'm not the only one 
> who had that problem :-\
> 

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to