Re: Bindings and Editing in a row

2015-02-18 Thread John MacMullin
Actually, I did put in the NSLOG’s in the shouldEditTableColumn and it never “fired” no matter what I did, hence my question about the need and where documented. I did find in the docs the statement to the effect that setObjectValue, as a datasource method, can run without the other datasource

Re: Bindings and Editing in a row

2015-02-17 Thread Quincey Morris
On Feb 17, 2015, at 12:35 , John MacMullin wrote: > > So it appears that I don’t need shouldEditTableColumn because of the > bindings. Where is this in the docs? (rather than random cocoa sources). I’m not sure it’s got anything to do with bindings. Configuring table views is just a bit messy

Bindings and Editing in a row

2015-02-17 Thread John MacMullin
Ok with programmatic bindings, I have: 1. on the interface. 2. In set up: NSButtonCell *recCell11 = [NSButtonCell new]; [recCell11 setButtonType:NSSwitchButton]; [recCell11 setTitle:NULL_STRING]; [recCell11 setImagePosition:NSImageOnly]; [recCell11 setEditable:YES]; [[transTableView ta