Distorted GUI when accessing it remotely
Show older comments
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.
Accepted Answer
More Answers (1)
Image Analyst
on 30 Mar 2014
0 votes
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 Comments
Image Analyst
on 30 Mar 2014
By the way, if the local user runs it without having a remote session logged in, does it look okay then, or it's not good even in that situation?
divya r
on 30 Mar 2014
Image Analyst
on 3 Apr 2014
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.
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!