Re: [newbie] /r invoking button instead of going to textfield?
Re: [newbie] /r invoking button instead of going to textfield?
- Subject: Re: [newbie] /r invoking button instead of going to textfield?
- From: James DiPalma <email@hidden>
- Date: Sun, 15 Sep 2002 18:15:26 -0400
Try looking at documentation for field editor. You'll see some stuff in
NSWindow and stuff in NSTextView.
Instead, none of the text fields is the currentEditor.
sender should be a field editor and so should currentEditor. A field
editor's delegate should be the control editing text (one of your
textfields).
-jim
_______________________________________________
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.