Finding text that the user entered
Finding text that the user entered
- Subject: Finding text that the user entered
- From: Danny Swarzman <email@hidden>
- Date: Sun, 15 Jun 2003 12:53:09 -0700
Seems like a simple thing but...
I have a NSTableView. I want to get the text that the user just entered
so that I can use the value.
I implement:
- (void)controlTextDidEndEditing:(N
SNotification *)aNotification
then find the cell in question and:
NSString* value = [cell stringValue];
But I get the old value. How do I get the text that the user just
entered?
-Danny Swarzman
_______________________________________________
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.