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
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