Skip navigation.
 
mlHow to make an NSTextField the First Responder?
FROM : John McGruer
DATE : Fri Nov 01 10:50:49 2002

I know this must be fairly basic but I have two NSTextFields on a Panel
and the cursor is active in the second one. How do I get the cursor
back into the first field (so the user doesn't have to tab. I've tried
[mywindow makeFirstResponder:myTextField] and every other obvious
option, but nothing seems to work. Can anyone help? Thanks...

John

PS I've tried searching the archives but can only find messages with
similar problems to this but not the replies that may have provided an
answer - maybe someone can help with this too! Cheers...
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlHow to make an NSTextField the First Responder? John McGruer Nov 1, 10:50
mlRe: How to make an NSTextField the First Responder? ssudre2 Nov 1, 11:50