Hiding/Showing GUI features based on startup key press?
조회 수: 1 (최근 30일)
이전 댓글 표시
Is there a way to hide an entry field (or any design component) depending on if a key is pressed during startup?
For example, I depress the 'Shift' key and start my standalone APP Designer GUI program. Is there a way for the program to know the Shift-Key was depressed and not show an enter field in the gui, like a secret/designer mode in this standalone GUI app?
If if this is not possible, would a debug flag set to 0 (do not show enter fields) or 1 (show all fields) be another approach?
Thanks!
댓글 수: 1
Mario Malic
2023년 7월 13일
This might work, take a look here https://uk.mathworks.com/help/matlab/creating_guis/app-designer-startup-function.html
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!