Re: Problem subclassing a NSCell in a NSTableView (solution)
Re: Problem subclassing a NSCell in a NSTableView (solution)
- Subject: Re: Problem subclassing a NSCell in a NSTableView (solution)
- From: Alexander Lamb <email@hidden>
- Date: Wed, 31 May 2006 16:31:44 +0200
Well, I tried subclassing the TextFieldCell as suggested and
implementing:
- (NSColor *)highlightColorWithFrame:(NSRect)cellFrame inView:(NSView
*)controlView
{
return nil;
}
But it is not sufficient. It looks like the table view itself
highlights the row!
--
Alexander Lamb
email@hidden
On May 31, 2006, at 3:50 PM, Jim Correia wrote:
On May 31, 2006, at 9:37 AM, Alexander Lamb wrote:
Now, obviously, this looks like a private method:-) But until
someone has a wonderfull and documented way of handling this
problem, that's how I will do it!
http://lists.apple.com/archives/cocoa-dev/2006/Feb/msg01282.html
Jim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden