Table with editable columns, user is editing a cell, user is done, user clicks "Save" button. User's last change is lost because tableView:setObjectValue:forTableColumn:row: is not called. It is only called if the cell loses focus via the user tabbing out of the cell or clicking in some other editable cell. This behavior is 10.5 & 10.6--10.4 & 10.3 worked as I expected them to, first user edit is processed, then button's action method.
What's the workaround to get the user's last data entry when the "Save" button is clicked? -- Scott Ribe scott_r...@killerbytes.com http://www.killerbytes.com/ (303) 722-0567 voice _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com