Help with NSTableView
Help with NSTableView
- Subject: Help with NSTableView
- From: Joe Chan <email@hidden>
- Date: Thu, 25 Oct 2001 13:37:14 -0400
I'm trying to make a table that uses different formatters for
different rows in the same column. I was hoping that NSTableView
provides some editWillBegin/editWillEnd type of delegate
methods, so I can hook up a formatter with the data cell during
editing. However, there doesn't seem to be such hooks. It seems
the only option I have now is to subclass NSTableColumn to keep
track of multiple data cells. My questions are: are there
simplier ways to accomplish this? If I do have to subclass
NSTableColumn, how do I get the nib based table to use the new
class?
-----------
Joe Chan
email@hidden
http://www.firstian.com