Re: NSTextField to be selected
Re: NSTextField to be selected
- Subject: Re: NSTextField to be selected
- From: j o a r <email@hidden>
- Date: Thu, 30 Oct 2003 09:11:48 +0100
On 2003-10-30, at 08.29, Sean Liong wrote:
Any hints or advices from all the experts for the below questions?
Experts? That would be me! ;)
Try:
[myWindow makeFirstResponder: myTextField];
You should probably also make sure that the text fields in question is
the "initial first responder" for the window. This can be done both in
IB and in code.
j o a r
_______________________________________________
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.