Borrar filtros
Borrar filtros

Appdesigner drop down (popupmenu) keyboard navigation

4 visualizaciones (últimos 30 días)
Jonathan Avesar
Jonathan Avesar el 15 de Jun. de 2020
Comentada: Jonathan Avesar el 9 de Oct. de 2020
Hello,
I just migrated my GUIDE app to AppDesigner and one of the features that I really liked in GUIDE is the ability to navigate through drop down menus (popupmenu) using the keyboard. Meaning, I can push a letter on the keyboard to select the option where the first character matches that letter.
Is this possible on the drop down menus in AppDesigner?
In principle I don't need the UI element to be a drop down menu, I just need something that accepts keyboard input but not a "free form" answer. So the keyboard can be used to narrow down a set of predetermined options.
Much appreciated,

Respuestas (1)

Monika Phadnis
Monika Phadnis el 9 de Oct. de 2020
'uidropdown' component supports this workflow as well.
If you set the 'Editable' property to 'on', users can enter text in dropdown to narrow down available values.
In case you want to add further restrictions or define behaviors when dropdown value is changed, you can do so in the 'ValueChangedFcn' callback function.
Hope this helps!
  1 comentario
Jonathan Avesar
Jonathan Avesar el 9 de Oct. de 2020
Thank you so much Monika. I am aware of this feature but it isn't exactly the same as in the GUIDE app. If there is one entry that starts with 'a' for example, It doesn't allow us to solely press 'a, tab' and move onto the next group.
Our app had many of these drop downs in series of the tab order and it would be convenient to press 'a, tab, g, tab, etc...'. But no worries, I realized that this form of data input was innefficient anyway and instead redesigned the GUI to utilize an editable table instead.
Thanks!

Iniciar sesión para comentar.

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by