Disabling the response to pressing the Tab-Key

조회 수: 2 (최근 30일)
George
George 2023년 10월 5일
댓글: George 2023년 10월 5일
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

채택된 답변

Steven Lord
Steven Lord 2023년 10월 5일
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.
  댓글 수: 1
George
George 2023년 10월 5일
Thank you for the quick response Steven. I did actually look at that but it would not solve my problem. What I need is to disable the Tab-Key built-in response and implement my own apporach without interference from the built-in response. Disable the built-in response is what I need to do, and don't know how to do it.
Thanks again, and really appreciate the help.
George

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by