Hi _why,
On Dec 2, 2008, at 11:58 PM, _why wrote:
On Wed, Dec 03, 2008 at 02:14:35AM +0000, Einar Magnús Boson wrote:
I was just wondering about tabbing between elements in a window.
Right now
it doesn't work, is there a setting or a way to intercept
keypresses? I'm
on mac and still 1057 because I need the download to work.
I've had a difficult time sorting out how this works in Cocoa. If
anybody out there has some pointers, I'd be very glad of it. Last I
checked, it had something to do with setNextResponder or something?
I never got it to budge.
I believe it is "nextKeyView"
http://developer.apple.com/documentation/Cocoa/Conceptual/ObjCTutorial/05View/chapter_5_section_4.html
Select nextKeyView under Outlets. This identifies the next object to
respond to events after the Tab key is pressed.
-- Ernie P.