prevent selection in objects app matlab

1 Ansicht (letzte 30 Tage)
Josep Llobet
Josep Llobet am 23 Mär. 2022
Beantwortet: Josep Llobet am 7 Okt. 2022
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!

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by