Re: NSTableCellView for view-based outline view

2013-11-20 Thread Seth Willits
On Nov 19, 2013, at 8:42 PM, Quincey Morris quinceymor...@rivergatesoftware.com wrote: Here’s something puzzling, unless I’m missing the obvious: I’m intending to convert an outline view in an existing xib file from cell-based to view-based. In preparation, I added the requisite delegate

Re: NSTableCellView for view-based outline view

2013-11-20 Thread Quincey Morris
On Nov 20, 2013, at 09:52 , Seth Willits sli...@araelium.com wrote: There’s no setting need to make it cell or view-based. It’s determined simply by what delegate methods are implemented. It must simply be checking for view-based methods before cell-based. Nothing special. OK, that would

Re: NSTableCellView for view-based outline view

2013-11-20 Thread Quincey Morris
On Nov 20, 2013, at 13:50 , Quincey Morris quinceymor...@rivergatesoftware.com wrote: But it’s still coming out with the wrong view class. OK, this just took a left turn and went to Weirdland. This was the relevant code: NSTableCellView* view = [outlineView makeViewWithIdentifier:

NSTableCellView for view-based outline view

2013-11-19 Thread Quincey Morris
Here’s something puzzling, unless I’m missing the obvious: I’m intending to convert an outline view in an existing xib file from cell-based to view-based. In preparation, I added the requisite delegate method to the view controller: - (NSView*) outlineView: (NSOutlineView*) outlineView