Re: Moving focus to an NSTextField.
Re: Moving focus to an NSTextField.
- Subject: Re: Moving focus to an NSTextField.
- From: David McGavern <email@hidden>
- Date: Sun, 1 Feb 2004 00:21:07 -0500
Try this:
[yourWindow makeFirstResponder:yourTextField]
:-)
David McGavern
On Feb 1, 2004, at 12:07 AM, Robert Tillyard wrote:
I've had a trawl throughout the documentation but can't find how I move
the focus to an NSTextField.
I've tried [myWindow setInitialFirstRepsonder:myTextEdit] but this only
works first time through.
Regards, Rob.
_______________________________________________
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.
_______________________________________________
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.