Re: NSTableView background
Re: NSTableView background
- Subject: Re: NSTableView background
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 22 Dec 2003 23:56:33 +0100
The cell prototype for the column has its drawBackground flag "On"
maybe.
On lundi, dicembre 22, 2003, at 09:54 PM, email@hidden wrote:
I'm creating an NSTableView with a background chosen by the user. It
all works fine except that under one of the two rows all the cells
still have just a white background and do not have the color given in
setBackround on the tableview. The column that works has a cell data
type of NSImageCell if that would affect anything. I use the delegate
method tableView:willDisplayCell:forTableColumn:row: from the
NSTableView, but even when I take that out the cells are still white.
Any idea's what might be causing this?
_______________________________________________
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.