Is it possible to keep an NSComboBox in the tabbing ring if I set its
"Behavior" to "Selectable". Tabbing reaches the control if the textfield is
editable but I don't want to allow the user to type randomly into the text
field ... but unfortunately, once I remove its editability, the tabbing
cycle skips the control.

I'm just doing this in Xcode's IB but programmatically, I think it invokes
something like [NSCell setEditable:NO] and [NSCell setSelectable:YES].

Thanks,
-Luther
_______________________________________________

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

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

Reply via email to