prevent selection in objects app matlab

4 次查看(过去 30 天)
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 中查找有关 Environment and Settings 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by