Azzera filtri
Azzera filtri

uigetfile - forces main gui to go behind other windows

2 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

Adam Danz
Adam Danz il 2 Feb 2024

Più risposte (0)

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Tag

Prodotti


Release

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by