Re: Cocoa Simulator
Re: Cocoa Simulator
- Subject: Re: Cocoa Simulator
- From: Bayes Scott F <email@hidden>
- Date: Thu, 22 Sep 2011 21:16:26 -0700
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 (email@hidden)
>
> 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:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden