Re: Animated NSImage inside NSMenuItem
Re: Animated NSImage inside NSMenuItem
- Subject: Re: Animated NSImage inside NSMenuItem
- From: Eric Schlegel <email@hidden>
- Date: Fri, 26 Oct 2007 14:29:39 -0700
On Oct 26, 2007, at 12:33 PM, vance wrote:
Is it possible to have animated GIF inside NSMenuItem?
At the moment I use [menuItem setImage: animatedImage] to set the
image of the menu item instance however the image is NOT animated
(only displays the first frame)
No, the NSImage is converted to a static CGImageRef for rendering in
the menu item.
-eric
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden