04-01-2009 08:56 AM
I wrote an application for outdoors gas measurements and I can't decide what resolution to use. I originally wrote it in 1400x1050 and I assumed that by checking the "Maintain proportions of window for different monitor resolutions" box it would go to full screen with no problems in case you are using a lower resolution monitor. But as I read in the forums and found out myself there are certain problems with that and when I try it out my front panel is a mess with controls overlapping each other (I guess there is no such thing as half a pixel).
Is it a valid solution to go for the lowest resolution possible? In my case that would be 1024x768 since I have a good number of controls and 800x600 is too small. Is the 1240x1024 more popular? Also should I check the "Maintain proportions of window for different monitor resolutions" box in order to resize for better resolutions or should I play it safe and just have the front panel appear at the top left corner?
Thank you.
04-01-2009 09:22 AM - edited 04-01-2009 09:23 AM
The front panel scaling functions does not always work 100%. I had the some problem with an application once. The customer was not very happy with the scaling functions. So I wrote 4 separate applications for the screen resolutions the customer planed to use, and included all on an install cd. For me this was the simplest and quickest solution. Only minor changes on the front panel was needed in each case, and the customer was also very happy. Remember also to take the Labview font scaling problem into consideration. You can read more about it here
http://forums.ni.com/ni/board/message?board.id=170&thread.id=384019&view=by_date_ascending&page=1

04-01-2009 10:20 AM
04-01-2009 12:27 PM
t06afre wrote:.... So I wrote 4 separate applications for the screen resolutions the customer planed to use, and included all on an install cd...
That would be called a brute force solution ![]()
04-02-2009 10:05 AM