02-17-2009 01:52 AM
Hi,
After enable "scale objects when window resize" in VI propertites, the waveform chart can be scaled, but the y-axis is at the middle of the stack plot chart when click Maximize as in the attachment file test.jpg.
I use winxp, LV8.2.
Thanks!
02-17-2009 02:02 AM
The solution is to not enable "scale objects when window resize" in VI propertites. It doesn't work very well, and never has, check the forum...
Mike...
02-17-2009 02:54 AM
Hi Mike,
Thank you for your message!
If I do not use "Scale objects...", the software may be used in different screen resolution PCs. In high resolution PC, the user interface only takes a small area. I don't want to design different user interface for different PC resolution.
How do you handle the resolution problem? Thanks!
02-17-2009 03:10 AM
02-17-2009 06:41 AM
The way I typically handle things is to design my GUI on a 1024x768 screen and size the window down from there to fit the controls that are present on the screen. To tell the truth, I've never had a customer that absolutely HAD to have their software run on computers with different resolutions. Most really don't care what the resolution is for a standalone test system. The big gun though is to simply point out that you can make the screen auto sizing, but it will cost more - the discussion generally ends there.
Moreover many companies have the standard resolution that they mandate and the user can't change it.
Mike...