GUI size change wih the screen dimension
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi, I have developed a GUI in MATLAB. I developed everything using the command, I didn't use the GUIDE GUI. Every control on my GUI has normalized units. when I resize the GUI everything resize accordingly. I developed this GUI using a 17”screen. The problem is that when I run this code to another PC who have the same resolution as mine, but have a different dimension of the screen(i.e. different size of the screen e.g. Laptop 15”) some text disappear and ‘…..’ shows after few characters some portion of the table hide behind the other tables. I have no idea how to solve this issue. Regards Zunnoorain
0 Commenti
Risposta accettata
Daniel Shub
il 9 Nov 2011
Are you sure everything has units of normalized (including the text)?
h = text(0.5, 0.5, 'Hello world')
get(h, 'FontUnits')
0 Commenti
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Creating, Deleting, and Querying Graphics Objects in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!