On May 19, 2008, at 1:06 , Adam Radestock wrote:
It's in a function called from within the mouseDown: handler in my subclass. I just don't get why the implicit animation isn't working?
A couple of things:1) Make sure that somewhere up the hierarchy of your button's superviews one of them has the "Wants Layer" option in IB checked, or that you're setting "[someSuperviewOfCustomButton setWantsLayer:YES]" in code somewhere.
2) If #1 isn't the issue, it would help if you posted your entire mouseDown: method. I have run into an issue with animations not happening when they should be, but I don't know if your issue is the same as the one I had recently without seeing more context.
/brian
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ 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 [EMAIL PROTECTED]