How to hide the mouse pointer in app designer

6 ビュー (過去 30 日間)
JIAYING WU
JIAYING WU 2019 年 8 月 15 日
編集済み: Matthias Weber 2020 年 2 月 3 日
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 件のコメント
JIAYING WU
JIAYING WU 2019 年 8 月 15 日
編集済み: JIAYING WU 2019 年 8 月 28 日
Not really. I have built an app for color image judgement and for some reason I need to show a full screen image to my observer for like 2 mins and during that time I don't want my observer to be attracted other than my image. That's the reason I want to hide my mouse pointer during that time zone.
Adam Danz
Adam Danz 2019 年 8 月 15 日
編集済み: Adam Danz 2019 年 8 月 15 日
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).

サインインしてコメントする。

回答 (2 件)

Devineni Aslesha
Devineni Aslesha 2019 年 8 月 28 日
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
Matthias Weber 2020 年 2 月 3 日
編集済み: Matthias Weber 2020 年 2 月 3 日
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?

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by