Re: dataCellForTableColumn method

2008-03-20 Thread Hans Hansen
Well I found a work around using preparedCellAtColumn:row: and then calling selectWithFrame directly... ...but there has got to be a better way! :D On Mar 19, 2008, at 2:58 PM, Hans Hansen wrote: Anyone know how best to use multiple NSTextCell subclasses, in a table/outline column? When

dataCellForTableColumn method

2008-03-19 Thread Hans Hansen
l; if ([item isKindOfClass:[Note class]]) return noteTextCell; return nil; } The point of this is to breakout my cell designs for efficiency and comprehension. But so far it's just making me nuts. ;-). Any suggestions?? -- Hans Hanse