PopupMenu Object Behavior

I’ve recently discovered that MacOS does not support tabbing into a PopupMenu object but will allow the Tab into a ComboBox.

I want the PopupMenu behavior because I want the user to make a selection from a finite list ONLY - no text entry.

Is there a fairly simple way to make the ComboBox perform like a ListBox without processing that examines the input and rejects anything other than those on the finite list of options ?

Thanks in advance,

Ron Bower
Ellicott City, MD

On macOS it’s actually a system level setting. You can tab into them, but not many Mac users like to.

You can change the system setting here:

Wow, Tim !!! Many thanks for that - I’m very new to the Mac and still finding my way around. It is fun to be able to actually run my application on a different platform than the Windows that I’ve been using for many years.

Ron Bower
Ellicott City, MD