Re: TAB NSTextField in a NSView
Re: TAB NSTextField in a NSView
- Subject: Re: TAB NSTextField in a NSView
- From: Ryan Bates <email@hidden>
- Date: Tue, 17 Feb 2004 19:00:05 -0800
On Feb 17, 2004, at 2:00 PM, Lorenzo wrote:
I have several NSTextFields in my window.
I can TAB from a field to the next one properly.
But I cannot TAB between the text fields placed in my custom NSView.
What did I forget?
Did you set the "nextKeyView" outlets for the NSTextFields? That
controls what the next control is after hitting tab. Here it is in the
docs:
<
http://developer.apple.com/documentation/Cocoa/Conceptual/WinPanel/
Tasks/KeyboardInterfaceWindows.html>
Ryan
_______________________________________________
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.