11-02-2012 11:39 AM
My labview front panel looks grate on my desktop, but if I send it to one of the user's laptops it's much smaller. Is there a way I can scale the hole GUI to make it bigger?
11-02-2012 12:04 PM
Under Window Size in the VI properties you can tick "scale window", but many complain about the results. It's a quick and hopefully adequate fix, else you'll need to rescale it yourself on a window resize-event. 🙂
/Y
11-02-2012 02:38 PM
An additional trick you can use if you are finding that your US is not scaling exactly how you would like is to use splitters with panes. There is a good example of how to do it here and there is also a Youtube video demonstration
Hopefully that helps!
11-03-2012 12:52 AM
I would also recommend designing to the smallest resolution you might need. Go to VI properties and set the minimum pane size to your target resolution. Resize your vi to that point and go from there. In my experiance the "scale for different resolutions" doesn't work very well in most cases.
11-03-2012 03:55 AM
Hi Over_Nyquest,
You can try auto adjust
11-05-2012 05:57 PM
Thanks for the advice everyone.
I ended up deselecting "maintain proportions of window for different monitor resolution" and then I instructed the end users to lower the resolution on there monitors. Not an ideal solution but it works.
I tried using the "scale all objects..." button, and it did make the panel bigger, but all of the things like font size remained the same size.
11-06-2012 02:58 AM
11-06-2012 02:32 PM
Interesting. Now when you say "check the resolution" do you mean ask the user what resolution they use before I send them the software? Or could I build and application that would auto-detect the resolution so it could select the appropriate front panel to display?
11-06-2012 04:45 PM
You can use a property node to detemine monitor size programmatically.
Lynn