Filter löschen
Filter löschen

uigetfile - forces main gui to go behind other windows

3 Ansichten (letzte 30 Tage)
Jason
Jason am 2 Feb. 2024
Kommentiert: Jason am 2 Feb. 2024
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

Akzeptierte Antwort

Adam Danz
Adam Danz am 2 Feb. 2024

Weitere Antworten (0)

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by