Modifying a message / dialog box in a function for different parts of the function and automatically closing?

조회 수: 1 (최근 30일)
Is it possible (via app designer) to pop up some message box / dialog as I run a set of initialisations (i.e. serialport openings, initial writes and reads), update the message box when I want to and then close automatically at the end certain condition are met?
Thnaks for any pointers.

채택된 답변

Walter Roberson
Walter Roberson 2020년 1월 24일
uialert() with 'modal', false should return a handle that you can manipulate the properties of
  댓글 수: 4
Jason
Jason 2020년 1월 24일
편집: Jason 2020년 1월 24일
Thankyou, its still not quite what I want. I dont want the OK button to appear (hence give the user a change to interact) until I get to the bottom of my initialisation function

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Jason
Jason 2020년 1월 24일
A uiprogressdlg is what im after,

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by