true next responder
true next responder
- Subject: true next responder
- From: Francisco Tolmasky <email@hidden>
- Date: Mon, 14 Apr 2003 23:07:21 -0700
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.