On Dec 29, 2011, at 1:42 PM, Kyle Sluder wrote:
>> So it seems there's more to it than simply having the template image be in
>> the button cell.
>
> Did you remember to set backgroundStyle=NSBackgroundStyleRaised on the
> NSButtonCell?
>
> This is described in the Text and Image Effects sectio
>On Dec 28, 2011, at 3:19 AM, Lee Ann Rucker wrote:
>>> 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.
On Thu, Dec 29, 2011 at 12:26 PM, Seth Willits wrote:
> On Dec 28, 2011, at 3:19 AM, Lee Ann Rucker wrote:
>
>>> 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 grayscal
On Dec 28, 2011, at 3:19 AM, Lee Ann Rucker wrote:
>> 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. [NSIma
> 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
On Tue, Dec 27, 2011 at 10:43 PM, Seth Willits wrote:
>
> I want to use template images as the icon next to the text for some rows in a
> table/outline view, as part of the "source list" look. Normally I'd just use
> full color images, but now that we're being led into monotony by Apple's new
>