Re: Strange behavior of view based NSTableView with NSTextView

2015-07-18 Thread Jonathan Mitchell
> On 18 Jul 2015, at 14:37, Nick wrote: > > > here. Could you suggest me what am i doing wrong? > Thanks > > > if([[tableColumn identifier] isEqualToString:@"FirstColumn"]) { > > NSTableCellView *tableCellView = [tableView makeViewWithIdentifier: > @"FirstColumnCellView" owner:tableV

Strange behavior of view based NSTableView with NSTextView

2015-07-18 Thread Nick
Hello I am trying to debug a problem in NSTableView but i can't figure out what is the cause. Basically I have a View-based NSTableView (the view is NSTextView), and I would like to be able to add and remove rows to the table using buttons, and also allow the user to edit the textview that is a cel