How to hide the mouse pointer in app designer
Ältere Kommentare anzeigen
How to hide the cursor (pointer) when building apps using app designer?
Need to hide cursor for 2 mins.
Have tried set(app.UIfigure, 'Pointer', 'custom', 'PointerShapeCData', NaN(16,16)) and did't work.
Any suggestions?
4 Kommentare
Rik
am 15 Aug. 2019
Please post questions only once.
The UIFigure does not have the 'pointer' property. Here's a list of properties a UIFigure does have.
What's your goal? Are you trying to prevent the user from interacting with the GUI for a set duration of time? If so, there are better ideas.
JIAYING WU
am 15 Aug. 2019
Bearbeitet: JIAYING WU
am 28 Aug. 2019
Antworten (2)
Devineni Aslesha
am 28 Aug. 2019
0 Stimmen
As of now, using a custom pointer is not supported in AppDesigner -> uifigure for the available MATLAB releases. However, the concerned parties may be looking into it and might be added in the future releases.
Matthias Weber
am 3 Feb. 2020
Bearbeitet: Matthias Weber
am 3 Feb. 2020
0 Stimmen
Can you suggest any alternatives to indicate that the device is busy or a mechanism to avoid further user interaction, e.g. firing events which lead to the execution of UI callbacks?
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!