LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

howto change vi title by program

I want to change the vi title by program (depending of value parameters included in the vi front panel)
0 Kudos
Message 1 of 3
(2,643 Views)
Use the VI Server property node to change the window title. Create a reference to the VI whose title you want to change and wire the referece up to a property node. Select "Front Panel Window -> Title". Wire in a string for the title and run. You do not need the open reference funcion if you want a VI to change its own title. Just drop a property node and change its VI Server class to VI.

Remember that Alliance Members are here to help. We do this stuff every day.

Daniel L. Press
PrimeTest Corp.
www.primetest.com
Message 2 of 3
(2,643 Views)
create a property node, right click on the node's title to 'Select VI Server
class'-->'VI'
then select the property 'Front Panel window'-->'Title' which accepts a
string as an input



"Pascal Bitterlin" schrieb im Newsbeitrag
news:50650000000800000084920000-1042324653000@exchange.ni.com...
> I want to change the vi title by program (depending of value
> parameters included in the vi front panel)
0 Kudos
Message 3 of 3
(2,643 Views)