>  I'm currently drawing the image in my custom cell using [image 
> drawInRect:....], the image is a proper template image (the property is YES 
> etc), but it's still just a grayscale image.

You have to let the cell draw the image. [NSImage drawInRect:...] doesn't 
change the image and whatever NSButtonCell does isn't public.

If that's not feasible, you can make a temporary NSButtonCell and use it to 
draw into another image that you can then use where you need it. rdar://9643738 
requested an easy way to do that and was marked as a duplicate of 8067825.
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to