app designer ui pause

5 次查看(过去 30 天)
Abolfazl Nejatian
Abolfazl Nejatian 2019-1-25
回答: Ishaan Mehta 2024-9-24,11:42
Hey every
I want to find a solution that pause my GUI that created by app designer.
I mean exactly like the uigetfile()
that when you run it you can’t reach the main GUI windows till close the uigetfile () window.
i need a way to pause my first GUI in background till my second GUI is in front.
many thanks
Abolfazl Nejatian
  1 个评论
Geoff Hayes
Geoff Hayes 2019-1-30
Abolfazl - are you saying that when the uigetfile dialog appears, you can still interact with your GUI (the one that launched the uigetfile dialog)?

请先登录,再进行评论。

回答(1 个)

Ishaan Mehta
Ishaan Mehta 2024-9-24,11:42
Hi Abolfazl,
As I understand, you wish to disallow access to the applicaiton's GUI temporarily while some background process is running. Once the process is complete, you wish to re-enable the GUI.
This is the case with "uietfile" function to, where the GUI is usable again once the file picker dialog is closed.
To temporarily disable the GUI, "uiprogressdlg" funciton can be utilized as explained in the below MATLAB Answers post:
Can I set the UIFigure or AppDesigner GUI to be disable?
Hope it helps!

类别

Help CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by