tableView:setObjectValue:forTableColumn:row: not called when button pressed
tableView:setObjectValue:forTableColumn:row: not called when button pressed
- Subject: tableView:setObjectValue:forTableColumn:row: not called when button pressed
- From: Scott Ribe <email@hidden>
- Date: Thu, 19 Nov 2009 18:53:08 -0700
- Thread-topic: tableView:setObjectValue:forTableColumn:row: not called when button pressed
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
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden