animating the dock icon
animating the dock icon
- Subject: animating the dock icon
- From: Nebagakid <email@hidden>
- Date: Mon, 12 May 2003 22:57:21 -0400
Hey all,
So, so far, I have this simple code that switches the dock icon from
one image to another, and it works great
id myimage = [NSImage imageNamed: @"shoutservernormal.icns"];
[NSApp setApplicationIconImage: myimage];
what i was wondering is how I would animate a quick dissolve from the
one old image to the new one?
Is this possible?
-Danny Cohen
homepage.mac.com/nebagakid/software
_______________________________________________
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.