NSTextField
NSTextField
- Subject: NSTextField
- From: email@hidden
- Date: Wed, 19 Mar 2003 13:46:58 -0800
Why can't I get the - (BOOL)textShouldEndEditing:(NSText *)textObject;
delegate to work for NSTextField.
I've created a simple subclass of NSObject that has the one method.
Read this into the .nib file and instantiated it. Then I connected
the text field's delegate to the new object.
Run the test app and type some stuff into the field and switch out of
the field. Nothing happens. I've even tried using the debugger and
putting a break point in there and nothing happens.
Thanx again.
SDerman.
_______________________________________________
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.