In my mind the behavior below is more a bug than a feature request. But I was asked by the NI engineer to notify this here so that the chance is higher that it will be implemented (fixed).
I wanted a fixed full screen front panel of the monitor resolution (1280x1024) without any 'surroundings'.
Therefore I used in VI properties no title bar, no menu bar, no symbol bar, no close, ...
and 'minimum window size X 1280 Y 1024' together with 'no change of window size'.
What is generated by the app builder is not what I expected:
Surprisingly one pixel less in window size improved the appearance but yet poor boundary (still something wrong):
When I tried with larger monitor resolution it can be seen that the front panel always wants to be larger than predetermined:
Conclusion of that: The app builder adds the pixel height of the hidden bars (46 pixel) to the Y value. The resulting app then is 1280x1070 and doesn't fit into a 1280x1024 monitor. What can be seen are scaling effects. So my 'feature request' is, that the app builder should take into account when a user selects hiding bars together with fixed front panel size.
My workaround is (LV development on monitor with larger resolution):
1. setting VI properties to X 1280 Y 1024
2. reduce the front panel window size to the limits (window then equals 1280x1024)
3. move the scrollbars so that the desired user screen can be seen
4. change VI property Y to 978 (=1024-46)
5. build the app and enjoy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has received less than 4 kudos within 4 years after posting will be automatically declined.