Hi folks,
I want to use a NSPopupbutton in my tableView with core data. I'm not using bindings for the tableView, I set the datasource and use...
Code:
tableView
bjectValueForTableColumn:row:
When it comes to the column with the Popup in it. What am I supposed to be returning to make the popup display the correct value from it's content? I've tried returning index of the selected value. Doesn't work.
My popups content and values are bound to an arraycontroller. selectedObject or index isn't bound.
I want to use a NSPopupbutton in my tableView with core data. I'm not using bindings for the tableView, I set the datasource and use...
Code:
tableView
When it comes to the column with the Popup in it. What am I supposed to be returning to make the popup display the correct value from it's content? I've tried returning index of the selected value. Doesn't work.
My popups content and values are bound to an arraycontroller. selectedObject or index isn't bound.