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

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

uialert() with 'modal', false should return a handle that you can manipulate the properties of

4 Comments

All ui objects have a handle, whatever method of GUI creation you are using. The properties stored in your app are ui object handles too.
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
Also I just noticed that uialert() cannot have output :(

Sign in to comment.

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Tags

Asked:

on 24 Jan 2020

Edited:

on 24 Jan 2020

Community Treasure Hunt

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

Start Hunting!