How to hide the mouse pointer in app designer
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (2)
Devineni Aslesha
il 28 Ago 2019
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.
0 Commenti
Matthias Weber
il 3 Feb 2020
Modificato: Matthias Weber
il 3 Feb 2020
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?
0 Commenti
Vedere anche
Categorie
Scopri di più su Environment and Settings in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!