selectionShouldChangeInTableView example?
selectionShouldChangeInTableView example?
- Subject: selectionShouldChangeInTableView example?
- From: David Bainbridge <email@hidden>
- Date: Wed, 7 Jul 2004 14:05:01 -0500
Does anyone have an example using the delegate method:
- (BOOL)selectionShouldChangeInTableView:(NSTableView *)aTableView
I am unable to figure out how to get the current text being editing in
the selected table cell to verify if it is acceptable when this method
is called. I've tried [aTableView currentEditor] which returns nil and
[aTableView stringValue] which returns empty string.
Thanks for any help..
_______________________________________________
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.