Re: NSTableColumn dataCellForRow:

2011-03-22 Thread William Weygandt
, 2011, at 12:22 AM, Quincey Morris wrote: On Mar 21, 2011, at 16:16, William Weygandt wrote: I need to set attributes for a TableColumn cell, based on its row, leaving the cells of other rows, unchanged. I tried using the method dataCellForRow:. I just can't seem to make this work

NSTableColumn dataCellForRow:

2011-03-21 Thread William Weygandt
Hi, I know this has been discussed before, but I just don't get it: I need to set attributes for a TableColumn cell, based on its row, leaving the cells of other rows, unchanged.  I tried using the method dataCellForRow:.  I just can't seem to make this work.  Not sure I can