Re: Animated dock icon
Re: Animated dock icon
- Subject: Re: Animated dock icon
- From: David Rio Vierra <email@hidden>
- Date: Sun, 22 Dec 2002 12:42:01 -1000
A nicer way to do it involves creating a timer. Have the timer's
method call setApplicationIconImage:. If your program gets hung up
doing a bunch of processing, the timer won't fire and you'll have to do
the processing in another thread to keep your UI responsive.
On Sunday, December 22, 2002, at 12:13 PM, Ben Mackin wrote:
I have seen apps with animated dock icons while doing tasks (like Print
Center when printing a page). I have been trying to figure out how to
do
this. I know they use a group of tiff files, and cycle through to
animate,
but do you just spawn a new thread and use setApplicationIconImage? Or
is
there a nicer way to do it?
Thanks,
Ben
_______________________________________________
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.
_______________________________________________
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.