How to hide the mouse pointer in app designer
Show older comments
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 Comments
Rik
on 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
on 15 Aug 2019
Edited: JIAYING WU
on 28 Aug 2019
Answers (2)
Devineni Aslesha
on 28 Aug 2019
0 votes
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
on 3 Feb 2020
Edited: Matthias Weber
on 3 Feb 2020
0 votes
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?
Categories
Find more on Environment and Settings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!