Re: tableView:setObjectValue:forTableColumn:row: not called when button pressed
Re: tableView:setObjectValue:forTableColumn:row: not called when button pressed
- Subject: Re: tableView:setObjectValue:forTableColumn:row: not called when button pressed
- From: Kyle Sluder <email@hidden>
- Date: Fri, 20 Nov 2009 21:15:33 -0800
On Nov 20, 2009, at 6:38 PM, "Sean McBride" <email@hidden> wrote:
Quincey Morris (email@hidden) on 2009-11-20 6:34 PM
said:
...the window controller could send
'commitEditing:' messages directly to text fields and other views
that
implement the NSEditor protocol.
Nope. Despite the docs, you can't send commitEditing to a textfield.
It might be worth trying -commitEditingWithDelegate:…. Barring that,
try disassembling -[NSController commitEditing] to see what the heck
it does. Perhaps like a lot of other things it behaves specially when
the text system is involved.
--Kyle Sluder_______________________________________________
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