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

1 vue (au cours des 30 derniers jours)
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.

Réponse acceptée

Walter Roberson
Walter Roberson le 24 Jan 2020
uialert() with 'modal', false should return a handle that you can manipulate the properties of
  4 commentaires
Jason
Jason le 24 Jan 2020
Modifié(e) : Jason le 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
Walter Roberson
Walter Roberson le 24 Jan 2020
Also I just noticed that uialert() cannot have output :(

Connectez-vous pour commenter.

Plus de réponses (1)

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

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by