Detecting A Changed Cell When Editing Ends
Detecting A Changed Cell When Editing Ends
- Subject: Detecting A Changed Cell When Editing Ends
- From: Jonathan Jackel <email@hidden>
- Date: Sun, 22 Dec 2002 10:30:05 -0500
I want to know when a text field cell ends editing AND has been changed.
controlTextDidChange: fires off a notification with every keystroke. I only
want to know about the change when editing ends.
controlTextDidEndEditing: notifies me when editing ends, whether the cell
has changed or not. I want to know whether the cell has changed.
Can someone point me in the right direction?
Jonathan
_______________________________________________
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.