Re: previousResponder?
Re: previousResponder?
- Subject: Re: previousResponder?
- From: Andreas Mayer <email@hidden>
- Date: Fri, 5 Jan 2007 21:23:48 +0100
Am 05.01.2007 um 20:21 Uhr schrieb Salánki Benjámin:
Hi there, I'm looking for a way to determine basically the opposite
of nextResponder, i.e. what the responder would be if i hit shift-tab.
Is there a way to do this?
nextResponder does *not* specify the responder you get when hitting TAB.
See
http://developer.apple.com/documentation/Cocoa/Conceptual/
EventOverview/EventArchitecture/chapter_2_section_6.html
What you are looking for are NSView's nextKeyView/nextValidKeyView
and previousKeyView/previousValidKeyView methods.
Andreas_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden