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

27 views (last 30 days)
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 Comment
Steve Zissou
Steve Zissou on 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

Sign in to comment.

Answers (1)

Adam Danz
Adam Danz on 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.

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!