LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VI Window Style

Hallo experts,

VI setup offers a lot of possibilities to change a VI's appearence, eg. show
without titlebar, display with or without scrollbars, etc etc.

I want to display a VI without any menus, toolbars, buttons, scrollbars,
even without title bar, only client area and a border.

This works fine with the VI Setup, but only if the VI is in running state.
If I open the VI and show it without running it, lots of the items are still
visible.

Any solutions available
0 Kudos
Message 1 of 2
(2,727 Views)
Well, set it to automatically run when opened, and programmatically close
the window when the program is shutting down. Leave some way of shutting
down without closing the window in case you want to make changes at a later
date.

Obviously in "edit" mode, rather than "run" mode, you need to have some
access in order to get at the wiring diagram, save the VI, change the VI
options and to run the thing etc.

Oliver Friedrich wrote in message
news:3a94ecf4@newsgroups.ni.com...
> Hallo experts,
>
> VI setup offers a lot of possibilities to change a VI's appearence, eg.
show
> without titlebar, display with or without scrollbars, etc etc.
>
> I want to display a VI without any menus, toolbars, buttons, scrollbars,
> even without ti
tle bar, only client area and a border.
0 Kudos
Message 2 of 2
(2,727 Views)