Saving field editor changes
Saving field editor changes
- Subject: Saving field editor changes
- From: Pete Yandell <email@hidden>
- Date: Mon, 28 Apr 2003 08:56:55 +1000
Is there any way to get the currently active field editor to submit its
changes (to an NSTableView or NSOutlineView) without ending the editing?
For example, I double click a table row to start editing it and type a
few characters. Can I programatically convince the field editor to
submit this text to the table view, such that its data source's
tableView:setObjectValue:forTableColumn:row: method is called, without
closing the field editor and changing the first responder?
If the answer to this question turns out to be no, I'll post a more
lengthy question that puts this in context and gives the broader
problem that I'm trying to solve.
Pete Yandell
http://pete.yandell.com/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.