Disabling the response to pressing the Tab-Key
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
George
el 5 de Oct. de 2023
Comentada: George
el 5 de Oct. de 2023
Dear MATLAB Tech Support,
I am developing an application with a GUI that has multiple UI objects – buttons, lists, editfields, etc., and I would like to manage the changing of focus from one object to the next when pressing the “Tab” key based on my own requirements. Unfortunately, however, the built-in response to pressing the Tab-Key – cycling through the uifigure children based on their stack order – is interfering with what I am trying to do. Is there a way to disable the built-in response to the pressing of the Tab-Key so it does not interfere with my own process?
Thank you.
George
0 comentarios
Respuesta aceptada
Steven Lord
el 5 de Oct. de 2023
FYI this is not the official Technical Support group. If you need to contact Technical Support directly please use this link.
But for your question about customizing the order in which the Tab key moves between components in an App Designer app, see the "Modify Tab Focus Order of Components" on this documentation page.
Más respuestas (0)
Ver también
Categorías
Más información sobre Symbolic Math Toolbox 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!