01-08-2009 02:37 PM
Hi,
I would like to create an application and I have difficulties to make it constatn the size of the window (appearing in full screen instead of just about 3/4 of the screen). I would like to know how to do to make constant proportionnal distance between objects in different screen resolution? LEt's say that I have two buttons at the extreme left and rigt and when I change the resolution, one of the button is no longer at the extreme right of the screen. How to fix this?
Thank you in adavance for your help
01-09-2009 01:46 AM
The appearance of the UI is defined by the VI. This also is true for applications compiled as executables.
So you have to configure a correct layout for the frontpanel of the VI used as UI. Open the VI properties and select
- Window Appearance (e.g. Dialog, Main Application)
- Window Size (minimum size)
- Window Run-Time Position (e.g. Unchanged, Fullscreen aka Maximized, Defined position)
hope this helps,
Norbert
01-09-2009 08:06 AM
01-09-2009 08:33 AM
Wow, your monitor resolution must be quite large!
Please make the Frontpanel smaller so it only needs the space you want to display. In order to keep scalings, select the "scale all objecs on front panel as the window resizes" in the Window Size option and select "Maximized" in the Window Run-Time Position option.
Please note that the second option is honored only during run time (hence the name of the tab!) so during editing, the VI will stay the same size
You additionally want to prevent the user to resize/minimize the window.\
hope this helps,
Norbert
01-09-2009 08:52 AM
01-09-2009 08:56 AM
Please see attached VI. Is that working?
hope this helps,
Norbert
01-09-2009 08:59 AM
01-09-2009 09:23 AM
01-09-2009 10:10 AM
05-21-2024 01:45 AM
Hey there,
Could you please help how to deal with the font size as it doesn't scale with panel. The table size is also kind of distorted. Would love to hear your feedback on this.