LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding Password

Hi, I have a vi (attached below) which prompt the user to enter the operator and the password. So I would like to know if there is a means of hiding the password character when the user is entering so that other people do not see what is being entered.

 

Thanks!!!

0 Kudos
Message 1 of 5
(3,666 Views)

The express VI does not directly support this, but you can do the following:

 

Right-cllick the "prompt user for input" express VI and "Open front panel". Select "Convert" when prompted.

 

RIght-click the password entry box and select "password display". Save the new subVI and use it as a substitute.

Message Edited by altenbach on 11-11-2008 11:12 PM
Message 2 of 5
(3,664 Views)

Hello Thabos,

 

As I'm using LabVIEW 7.1 I'm unable to open your VI... But if you want to hide the password just go to the properties of that control/indicator in which you are typing password and select "Display Style - Password"... That's it.... 🙂

 

Hope it helps you... Best luck 🙂

0 Kudos
Message 3 of 5
(3,662 Views)

Hi,

 

Here it is 🙂

 

Best regards,

 

 

Fawad Nisar
Applications Engineer
National Instruments UK & Ireland
0 Kudos
Message 4 of 5
(3,622 Views)
Thanks Guys!! Express VI realy helped me.
0 Kudos
Message 5 of 5
(3,613 Views)