nextKeyView in NSDrawers
nextKeyView in NSDrawers
- Subject: nextKeyView in NSDrawers
- From: "K. Hoffmann" <email@hidden>
- Date: Fri, 30 Jul 2004 01:39:19 -0400
I'm having a problem with tab order. I have an NSDrawer with a ton of
NSTextFields that I access with IBOutlets. Cocoa defaults to tabbing across
columns, but I'm trying to make it so that tab moves down the columns.
The problem is, hooking the NSTextFields to each other in IB via the
nextKeyView outlet isn't doing anything. Similarly, using [<text field>
setNextKeyView:<text field 2>] is also getting me nowhere. I don't get error
messages or anything, just no result from the code/connections.
Does nextKeyView not work in NSDrawers or something? The only atypical thing
I'm doing with the fields is adding them to a static NSArray, but I don't
see why that would affect the key views/tab order.
_________________________________________________________________
Discover the best of the best at MSN Luxury Living.
http://lexus.msn.com/
_______________________________________________
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.