Re: NSMatrix doesn't highlight correctly
Re: NSMatrix doesn't highlight correctly
- Subject: Re: NSMatrix doesn't highlight correctly
- From: Michael Becker <email@hidden>
- Date: Fri, 12 Mar 2004 09:41:58 +0100
Am 11.03.2004 um 18:43 schrieb Eric Forget:
Try adding:
- (BOOL)isSelectable
{
return YES;
}
Hm, now there's no highlighting at all. I can select a cell, but only
the first cell in the matrix is highlighted and stays that way.
If I use NSImageCells and set them to be bordered, the highlighting
works fine, so what mechanism do I have to implement in my NSImageCell
subclass to achieve that very same thing?
It almost feels like I am missing out on some kind of updating, as I
said, the cells get _selected_ correctly, but the _highlighting_ is not
correct.
- Michael
_______________________________________________
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.