How to hide the mouse pointer in app designer
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Adam Danz
le 15 Août 2019
Modifié(e) : Adam Danz
le 15 Août 2019
Does the full screen image have to be displayed on a UIFigure instead of a normal figure() where the pointer property is functional?
Maybe Jan's WindowAPI function will work with UIFigures (I'd look into it before investing much time).
Réponses (2)
Devineni Aslesha
le 28 Août 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 commentaires
Matthias Weber
le 3 Fév 2020
Modifié(e) : Matthias Weber
le 3 Fév 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 commentaires
Voir également
Catégories
En savoir plus sur Develop uifigure-Based Apps dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!