UITable: Detect finishing of GUI Update

1 回表示 (過去 30 日間)
memam
memam 2022 年 9 月 15 日
コメント済み: memam 2022 年 9 月 19 日
Dear MATLAB Community,
I created an App in AppDesigner that updates a UITable. When the table is updated I want to inform the user with a uiprogressdlg().
How to detect, when AppDesigners UI finished the GUI update of large tables? Is there something like a callback or property of the UITable?
The easiest way would be a property of the UITable which change can be tracked with waitfor(), but I could not find a proper one.

回答 (1 件)

Vishnu priya v
Vishnu priya v 2022 年 9 月 19 日
You can try using "waitbar".
  1 件のコメント
memam
memam 2022 年 9 月 19 日
waitbar would not change something, I'm using the equivalent for uifigures, which is uiprogressdg.
I want to detect (callback, waitfor or similar), when the GUI of a UITable is updated completly.

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

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by