I have an NSTableView on a panel controlled by a derived NSWindowController class and I want the controller to commit any changes to the tableView before closing the window. So I thought I'd call [self commitEditing]...
But Alas!
It responds with a friendly "selectorNotRecognized" message.
Does anyone know why? (N.B. I did not use bindings in my code, does this have something to do with a missing bind, in the affirmative, what exactly is missing) ?
Thanks,
Alain
_______________________________________________
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:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden
This email sent to email@hidden