Hi all,
I have an NSTable on a sheet. When I edit a cell in the table and tab to the next one, setObjectValue gets called, as it should and works fine.
The problem is when I click OK, the sheet close, but setObjectValue does not get called. If I open the sheet back up again, then setObjectValue gets called for the cell I was in the previous time the sheet was open.
Is there a way to get it to call setObjectValue as the sheet closes?