Re: NSTextField responder chain question...
Re: NSTextField responder chain question...
- Subject: Re: NSTextField responder chain question...
- From: Alex Lock <email@hidden>
- Date: Tue, 7 Oct 2003 19:35:17 -0400
On Tuesday, October 7, 2003, at 06:48 PM, Henry McGilton wrote:
I admit this is flailing in the dark, but, in the view where you get
the key press
(or in its controller), try something like:
[view_or_controller setNextKeyView: gmsgTextField]];
[gmsgTextField selectText:self];
This stuff is supposed to be simple . . .
Still no joy.
Do I need to disable first-responder status on my view class first (and
reenable after entering text)?
Thanks!
Alex <email@hidden>
_______________________________________________
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.