How to control UI progress dialog box 'uiprogressdlg' size and position

20 visualizzazioni (ultimi 30 giorni)
Hi,
I'm using 'uiprogressdlg' in App Disigner to create progress dialog box.
Unfortunately, I have not been able to find in its properties how to control this object appearance so I can resize and position it by code.
Any suggestions?
Thanks,
Ziv
  1 Commento
Steve Zissou
Steve Zissou il 22 Feb 2023
I also have this question. How can i adjust the size of the parent figure without knowing the size of the uiprogressdlg. Its not showing as a child of the figure

Accedi per commentare.

Risposte (1)

Adam Danz
Adam Danz il 22 Feb 2023
The figure generated by uiprogressdlg should not be a child of the figure and does not have accessible position properties.
As an alternative to uiprogressdlg you could use waitbar or generate your own progress dialog function such as the one demonstrated in the following links.

Categorie

Scopri di più su Interactive Control and Callbacks in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by