Re: dock animation available ?
Re: dock animation available ?
- Subject: Re: dock animation available ?
- From: Sandy Martel <email@hidden>
- Date: Wed, 6 Feb 2002 22:40:28 -0500
On Wednesday, February 6, 2002, at 05:47 PM, Robert Miller wrote:
Hello,
Can someone tell me if there is an API to in Cocoa that will do the
puff of smoke animation that happens when an icon is dragged out of the
dock onto the desktop such that the animation can be used in other areas
or in a window. Or is there at least access to this animation / movie
resource ?
Try this:
[NSClassFromString(@"NSToolbarPoofAnimator") runPoofAtPoint:thePoint];
but don't use it...its very undocumented ;-)
Sandy.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.