cocoa - NSTableView handling edititng cells correctly -
I have an NSTableView work correctly, when I'm editing a table item. If the user is still in editing mode, and this presses the OK OK button, then the table is not updated.
I have the user right button (closed sheet)
In addition, how can I control the ESC key to cancel the edit?
Sorry if the question looks absurd, but only for a month
< P> You should be able to call
[sheet makeFirstResponder: sheet]
, where sheet
is the sheet that you are about to close, remove the respondent status before this text field , Which will motivate it to make progress.
Comments
Post a Comment