How do you tab into an NSTableView?
How do you tab into an NSTableView?
- Subject: How do you tab into an NSTableView?
- From: Dave Camp <email@hidden>
- Date: Fri, 8 Aug 2003 10:58:34 -0700
I've got a window with three combo-boxes and an NSTableView. The
window's first responder is set to the first combo-box, and each
combo-box has it's nextKeyView set to the next box. The last box's
nextKeyView is set to the NSTableView, and it points to the first box.
A nice big loop, just as you would expect.
However, pressing tab only cycles between the combo-boxes. The
NSTableView never highlights. If I click a row in the table view and
press Tab, it cycles back to the combo-boxes as expected, but
subsequent tabbing never makes the table view key again.
I've searched the archives, not found a solution. This seems like it
should be simple and just work. What am I missing?
Thanks,
Dave
---
It is dark; you are likely to be eaten by a grue. -Zork
_______________________________________________
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.