Distorted GUI when accessing it remotely

조회 수: 2 (최근 30일)
divya r
divya r 2014년 3월 30일
댓글: Image Analyst 2014년 4월 3일
I have guild a GUI using the GUIDE tool in matlab. It is working and looking perfectly when I am running it on my desktop, but when I remote access to the desktop, the font of the label of the objects are doubled. Though the functionality of the GUI is not disturbed, it is not comprehensible easily because of the distrotion.
This is the first time I have designed a GUI, so I dont know whether this is a general problem that occurs with GUI designing or is specific to remote accessing the GUI in matlab.
Any advice is much appreciated.

채택된 답변

divya r
divya r 2014년 4월 3일
For anyone who is interested, I think the problem was due to the difference in the screen size when I was remotely running it on my laptop.
After I changed the dimentions of the objects on the GUI and made it smaller, it is looking perfect even on running it remotely.

추가 답변 (1개)

Image Analyst
Image Analyst 2014년 3월 30일
Are all the units of all the controls set to normalized? If so, then that's just the way it is sometimes. I think it's due to various video adapter settings on the two computers. You could try to match up things like "large fonts" or "Small Fonts" and "Screen Resolution" to get them as close as possible. Even then it seems like different video adapter manufacturers could cause slightly different sizes of things.
  댓글 수: 3
divya r
divya r 2014년 3월 30일
What do you mean by normalized units of controls set?
Image Analyst
Image Analyst 2014년 4월 3일
Each control has a units property. Make sure they are set to normalized so the buttons and listboxes and things will be the same fraction of the screen no matter what resolution the computer is using.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by