필터 지우기
필터 지우기

prevent selection in objects app matlab

조회 수: 1 (최근 30일)
Josep Llobet
Josep Llobet 2022년 3월 23일
답변: Josep Llobet 2022년 10월 7일
How can avoid the selection of an app GUI object (button, image, etc.) by clicking in it?
---when clicking--> it is selected.
I need to prevent this kind of selection because if I chose an object the shortkeys does not work.
Thank you!

채택된 답변

Josep Llobet
Josep Llobet 2022년 10월 7일
You just need to turn to make the figure. You just need to add, in the final of the button callback:
figure(app.UIFigure)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by