LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

modify window title of popup at runtime

We have a generic popup that allows the user to scroll through a series of instructions.  The instructions vary based on the test.  Is there a way, at Runtime, to change the popup's window title (based on the VI's name, or read from a config file)?
0 Kudos
Message 1 of 9
(4,174 Views)
Sure. Just use a VI property - Front Panel Window>Title.
Message 2 of 9
(4,162 Views)
There is a property node called FP.Title that should do what you want. Create vi reference to feed into node.

ssk
Message 3 of 9
(4,158 Views)
You can feed anything you like from where ever you like to the FP.title property.


Paul
Message 4 of 9
(4,158 Views)
Well, at least the question was answered. Smiley Very Happy
0 Kudos
Message 5 of 9
(4,154 Views)
You are correct Stradis - never knew that!!
0 Kudos
Message 6 of 9
(4,152 Views)
huh?  three of us were responding at the same time... never knew what?

Paul
0 Kudos
Message 7 of 9
(4,148 Views)
Never knew that you do not need to wire in a reference!
0 Kudos
Message 8 of 9
(4,142 Views)
Sorry, the picure is wrong...  the capture tool clipped the picture. Sorry.  Really all you need is the property node.

Message Edited by Stradis on 09-20-2007 10:39 AM


Paul
Message 9 of 9
(4,131 Views)