On Sep 22, 2011, at 19:48 , koko wrote:

> Should the settings for nextKeyView be apparent in the Cocoa Simulator? I.e. 
> should the 'tab order' work?

For standard controls, they seem to work correctly in the simulator in 4.1, but 
for your own custom stuff, unless it inherits from some concrete class that 
already accepts first responder (gives YES answers to -acceptsFirstResponder 
and friends) it's probably not going to appear in the tab order in the 
simulator. I'd guess all the first responder negotiations get forwarded past 
your object in the simulator when it's seen not to implement those.

ScottB

> 
> -koko_______________________________________________
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> Please 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:
> http://lists.apple.com/mailman/options/cocoa-dev/scottbayes-dev%40comcast.net
> 
> This email sent to scottbayes-...@comcast.net

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please 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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to