Re: true next responder
Re: true next responder
- Subject: Re: true next responder
- From: Ryan Dingman <email@hidden>
- Date: Mon, 14 Apr 2003 23:33:00 -0700
I don't think that you are looking for -nextResponder. I think that you
are looking for -[NSView nextKeyView]. -nextKeyView will give the next
view in the tabbing loop.
ryan
On Monday, April 14, 2003, at 11:07 PM, Francisco Tolmasky wrote:
*This message was transferred with a trial version of CommuniGate(tm)
Pro*
How do you find out what the next object to be tabbed to will be. I
think [self nextResponder] fails if the next responder is a button,
because buttons cannot become first responders, thus u receive a false
answer. Basically I want a foolproof way of knowing for sure that if
some hits tab that the next object to be activated will still be me
(that way I don't get rid of the focus ring). For example, I want to
skip over all the buttons and disabled responders.
Thanks!
Francisco Tolmasky
email@hidden
http://users.adelphia.net/~ftolmasky
_______________________________________________
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.
_______________________________________________
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.