I'm not drawing the image, I'm using NSImageCell initImageCell and
putting the Cell into the matrix. NSButtonCell does not achieve the
desired look either. I want something akin to an iPhoto/Aperture
thumbnail browser, but I do not need resizing. I just need the
selected image to have a selected/focus/border indicator around it
without adjusting the size of the image. I'm afraid NSMatrix isn't
capable and I'll end up writing a custom view. Bleh.
On 12/18/06, Matt Neuburg <email@hidden> wrote:
On Sun, 17 Dec 2006 17:35:04 -0600, "David Holmes" <email@hidden>
said:
>I have an NSMatrix subclass that I am adding NSImageCells to at
>runtime. I am unable to find a way to indicate an image is selected
>when clicked on. I can get the selected cell through target and
>action, but have tried highlight, border, focus without success. I
>would just like the selected image to have some indication that it is
>selected. Any help would be appreciated.
Simply redraw the image in a manner that suggests selectedness. Or, use a
button cell instead of an image cell, if you want to take advantage of the
built-in redrawing. m.