Clipping of large GUI figures

1 view (last 30 days)
Jesper Stau Stald
Jesper Stau Stald on 22 Nov 2013
Edited: Jesper Stau Stald on 22 Nov 2013
Hi,
I have been working with MATLAB for almost two years now, and have designed several GUI's, mostly using the nice and intuitive GUIDE app. One problem that seems to come back to bug me again again is the way matlab handles big GUI's on low-resolution displays.
When the GUI is used on lower resolution displays, it's clipped, and this clipping-mode will sometimes last until MATLAB, or even the whole PC is restarted:
1280x1024 before:
1280x1024 AFTER:
This is especially troublesome when running the GUI on PCs, which is usually accessed via remote desktop(= lots of bad resolutions).
I know that this can be solved either by reducing the size of the UI and implementing scroll-bars : http://www.mathworks.com/matlabcentral/answers/97964-how-can-i-use-scrollbars-in-matlab-figure-windows-when-viewing-large-guis Or simply coding the entire resize fcn by hand.
But what i really want to know is if there's a way to "reset" the .fig file, and thereby solving the issue, WITHOUT restarting MATLAB?
All feedback is highly appreciated.
Kind Regards,
Jesper

Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!