필터 지우기
필터 지우기

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