uigetfile - forces main gui to go behind other windows

2 views (last 30 days)
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

Accepted Answer

Adam Danz
Adam Danz on 2 Feb 2024

More Answers (0)

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Tags

Products


Release

R2022b

Community Treasure Hunt

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

Start Hunting!