Re: Coloring a table row?
Re: Coloring a table row?
- Subject: Re: Coloring a table row?
- From: Robert Cerny <email@hidden>
- Date: Fri, 11 Jun 2004 14:55:38 +0200
Hi,
I believe you can simply subclass NSArrayCotnroller and make it a
delegate of the tableView. NExt, implement the willDisplayCell method.
HTH
Robert
On 11.6.2004, at 14:37, Don Rainwater wrote:
I'm using an NSArrayController and bindings to display a master/detail
view of a table. In the table, I'd like to highlight a specific row
by setting the background color of its cells, based on the contents of
one of the columns in that row. Is that possible?
--
Don
_______________________________________________
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.
_______________________________________________
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.