NSComboBox initialFirstResponder and nextKeyView Outlets
NSComboBox initialFirstResponder and nextKeyView Outlets
- Subject: NSComboBox initialFirstResponder and nextKeyView Outlets
- From: CHIMPO <email@hidden>
- Date: Tue, 12 Mar 2002 16:12:09 -0700
Hello, I'm pretty new to OS X Cocoa programming and am having some problems. I am building a simple interface using Interface Builder. It consists of an uneditable NSComboBox drop down containing three items, and an NSTextField.
I've made an initialFirstResponder connection from the window object to the NSComboBox object and a nextKeyView connection from the NSComboBox object to the NSTextField object and from the NSTextField object to the NSComboBox object to allow users the ability to tab between input items. When I test the interface (I have not done any coding yet), The NSTextField object is selected, and I cannot tab out and to any other objects. How can I make the NSComboBox object tab selectable?
Thank you for the help,
Scott
_______________________________________________
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.