UITable: Detect finishing of GUI Update

2 次查看(过去 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 CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

产品


版本

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by