These days, computers have drastically different monitor resolutions. As a result, the same LabVIEW-based executable FP will look tiny on some monitors and will overflow other monitors. Currently LabVIEW has the feature called "scale all objects on front panel...", but this feature does not work reliably: just try to resize a panel several times back and forth. Also this feature does not work with complex typedefs.
Zooming the front panel in and out should address this problem. Such programs as MS Word and Adobe Acrobat have this feature:
(showing this control should be optional)
The zoom function does not necessarily have to be continous: discrete values like 50%, 75%, 100%, 150% and 200% will suffice. It is crucial though that this feature be available to users of the stand-alone executable and that it be acessible programmatically ("get monitor resolution + get FP size => set FP zoom factor).
As others have pointed out, the same would be nice for the block diagram, just for developers' convenience, but in this case, my primary concern is convenience of end users.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Duplicate of http://forums.ni.com/t5/LabVIEW-Idea-Exchange/Add-a-zoom-function-yes-I-said-zoom-So-sue-me/idi-p/91...