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

1 view (last 30 days)
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.

Accepted Answer

Walter Roberson
Walter Roberson on 24 Jan 2020
uialert() with 'modal', false should return a handle that you can manipulate the properties of
  4 Comments
Jason
Jason on 24 Jan 2020
Edited: Jason on 24 Jan 2020
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

Sign in to comment.

More Answers (1)

Jason
Jason on 24 Jan 2020
A uiprogressdlg is what im after,

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!