Using a standard NSTableView, some of my columns are editable, even though I unchecked "Editable" in IB. Has anyone seen this and know why?
I don't want them to be editable, because I want to double click to bring up an edit sheet. On the columns that aren't editable (i.e. the ones that work), double clicking works fine.
Edit: nevermind. I was saving the column prefs in my defaults - it kept reloading from the old prefs file. Once I deleted the prefs file, all worked as expected.