Borrar filtros
Borrar filtros

UITable: Detect finishing of GUI Update

2 visualizaciones (últimos 30 días)
memam
memam el 15 de Sept. de 2022
Comentada: memam el 19 de Sept. de 2022
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.

Respuestas (1)

Vishnu priya v
Vishnu priya v el 19 de Sept. de 2022
You can try using "waitbar".
  1 comentario
memam
memam el 19 de Sept. de 2022
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.

Iniciar sesión para comentar.

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by