Re: First Responder (was "Re: Enable the Copy Menu")
Re: First Responder (was "Re: Enable the Copy Menu")
- Subject: Re: First Responder (was "Re: Enable the Copy Menu")
- From: Neil Earnshaw <email@hidden>
- Date: Tue, 2 Sep 2003 10:58:48 +0100
Now, since there is a NSTextField in my Window too, I would like to
select
my object typing the TAB key. So any time I type the TAB key, the
selection
switches from the NSTextField to myObject, then to the NSTextField
again.
Do you know ho to get this work?
Try NSView's
setNextKeyView:
- (void)setNextKeyView:(NSView *)aView
Inserts aView after the receiver in the key view loop of the receiver's
NSWindow.
-Neil
_______________________________________________
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.