Re: Finding the firstResponder TextField or TextView
Re: Finding the firstResponder TextField or TextView
- Subject: Re: Finding the firstResponder TextField or TextView
- From: Douglas Davidson <email@hidden>
- Date: Tue, 21 May 2002 11:19:36 -0700
On Tuesday, May 21, 2002, at 10:16 AM, Mark's Studio wrote:
I had the same problem, but i had a custom fieldEditor and a custom
textField
in my fieldEditor i did [self delegate] to get my textField.
A control will usually set itself as the field editor's delegate when it
is editing, but that is up to the control; different control classes,
especially custom controls, might do something else. You can reliably
determine whether a particular control is editing by using the
currentEditor method.
Douglas Davidson
_______________________________________________
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.