Matlab mlapp gui auto minimises once folder selected using uigetdir() command is there any way to resotre main gui once folder selection done.

6 visualizaciones (últimos 30 días)
Matlab mlapp gui auto minimises once folder selected using uigetdir() command is there any way to resotre main gui once folder selection done.

Respuesta aceptada

Jatin
Jatin el 11 de Sept. de 2024
Editada: Jatin el 11 de Sept. de 2024
From my understanding, you are looking to restore the main GUI once the folder selection is completed using the 'uigetdir()' command. A similar issue has been addressed in some MATLAB Answers discussions. The following command, placed after the folder selection, seems to restore the GUI:
figure(app.UIFigure);
Read more about the similar issue in the following MATLAB Answer posts:
Hope this helps!

Más respuestas (1)

Adam Danz
Adam Danz el 11 de Jul. de 2025
This has been fixed in R2025a. Focus now returns to the app that called uigetdir after the dialog is closed. The fix is also available in the R2024a and R2024b beta releases only (not the R2024a and R2024b general releases).

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by