NSComboBox in the tab ring
NSComboBox in the tab ring
- Subject: NSComboBox in the tab ring
- From: Luther Baker <email@hidden>
- Date: Sat, 18 Oct 2014 23:14:45 -0500
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 (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