uigetfile - forces main gui to go behind other windows

Does anyone else suffer from this:
From a GUI created by appdesigner, when you run uigetfile and open a file, the gui goes behind other windows windows that may be open like explorer
This is my code:
[file,path]=uigetfile({'*.xls';'*.txt'},'Load Data',app.startfolder);
filename=fullfile(path,file);
app.startfolder=path;
T = readtable(filename);
Ny main GUI Figure (app.UIFigure) is set so that:
windowstyle =Normal
windowstate=Maximized

Más respuestas (0)

Categorías

Más información sobre App Building en Centro de ayuda y File Exchange.

Productos

Versión

R2022b

Etiquetas

Preguntada:

el 2 de Feb. de 2024

Comentada:

el 2 de Feb. de 2024

Community Treasure Hunt

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

Start Hunting!

Translated by