Re: dock animation available ?
Re: dock animation available ?
- Subject: Re: dock animation available ?
- From: Robert Miller <email@hidden>
- Date: Thu, 01 Jan 1970 04:17:10 -0500
- Organization: RFM & Associates
Thanks,
I got this to work but, it seems to ignore the point coordinates and animate
wherever the cursor happens to be at the time it is called ? Is there a way
to control this behavior so that I can specify a location to poof in ?
Thanks in advance,
Regards,
Bob M.
Sandy Martel wrote:
>
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.