Re: editing text part in a custom NSTextFieldCell (of a NSTableView)

2013-08-17 Thread Keary Suska
On Aug 17, 2013, at 10:31 AM, Nick Rogers wrote: > I have a NSTableView and I'm setting a particular column to have a custom > NSTextFieldCell subclass object as its cell. > > For this I'm doing in awakeFromNib: >TableViewListCell *aTableViewListCell3 = [[[TableViewListCell alloc] init] > a

editing text part in a custom NSTextFieldCell (of a NSTableView)

2013-08-17 Thread Nick Rogers
Hi, I have a NSTableView and I'm setting a particular column to have a custom NSTextFieldCell subclass object as its cell. For this I'm doing in awakeFromNib: TableViewListCell *aTableViewListCell3 = [[[TableViewListCell alloc] init] autorelease]; [[tableViewPresetsMainList tableColumnW