Problem with GUI resolution issues.
1 回表示 (過去 30 日間)
古いコメントを表示
I wrote a program to build my GUI. I used character as my units for all the panels,uicontrols and the main GUI figure too. I fixed the GUI to some size and deactivated the resize option. Now when I run the GUI on projector and other display monitors I get a completely misaligned GUI window. However, it works good in my current display. After reading the MATLAB documentation I was of the impression that using character units is useful for non-resizable GUI window.In my case this doesn't seem to work. Could someone help me with the problem.? Thanks in advance.
Screenshot of GUI in my monitor
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/154940/image.jpeg)
Screenshot of GUI in other monitor of high resolution ( Don't remember the monitor resolution)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/154943/image.jpeg)
0 件のコメント
回答 (1 件)
sam0037
2016 年 2 月 17 日
Hi,
If you consider using UNITS as NORMALIZED rather than CHARACTERS then this should resolve the issue. Also, do not deactivate the RESIZE option.
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!