LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the title of the dialog during runtime in LabView7.1?

Hi,
I am creating one dialog,in that i want to change the title of the dialog based on the user information.
How can i do it in run time?
 
Please help me regarding this
 
 
Thanks and Regards
Meenatchi
0 Kudos
Message 1 of 6
(3,032 Views)
The yellow dialog boxes cannot have a custom title. (Maybe possible with win32 api not directly with LV)

You could create a subVI that acts as a dialog, this gives you all the freedom to do what you want with it.

André
Regards,
André (CLA, CLED)
0 Kudos
Message 2 of 6
(3,029 Views)
If you create your own dialog box, you should set the VI.FrontPanel.Window Title property

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 3 of 6
(3,025 Views)
Can u tell me the procedure to do this??
0 Kudos
Message 4 of 6
(3,022 Views)
There are different.

1. When the application calling the Dialog should continue running, use a dynamically started dialog.
2. When the application may halt execution until the dialog returns, use a subVI with "Show FP when called" and "Close afterwards when originally closed". (These are VI properties, Windows appearance).

André
Regards,
André (CLA, CLED)
0 Kudos
Message 5 of 6
(3,016 Views)

Try the attached & see if it ll suffice.

- Partha ( CLD until Oct 2027 🙂 )
Message 6 of 6
(3,001 Views)