Page 1 of 1

Password Char

Posted: Mon Apr 02, 2012 7:01 am
by umesh.patil
Hi

I am using Ix panel T10A. And I want Password Char in TextBox. I dont find any property for Password Char in TextBox. Whatever I write in Text it comes in readable format. I want to display it in asterisk (*****).
How to do this,

regards,
Umesh

Re: Password Char

Posted: Mon Apr 02, 2012 10:03 am
by mark.monroe
Hi Umesh,

Our AnalogNumeric boxes do not have the ability to do password char.

Thanks,
Mark

Re: Password Char

Posted: Mon Apr 02, 2012 10:20 pm
by umesh.patil
Hi Mark,

Thanks for your reply,

There should be some solution for that in scripting or third party component.
I can not say no to my customer. Please suggest some work around.

Regards,
Umesh

Re: Password Char

Posted: Tue Apr 03, 2012 12:20 pm
by mark.monroe
Hi Umesh,

No password char option was implemented because all the HMI security was supposed to go through the built in system. Here is one way to implement a password char AnalogNumeric Box.

You need to install the font included in the PasswordFont folder and implement the InputValueChanged method in the screen script. Set the font for the AnalogNumeric control that you will be using to input the password to the password font. When the user inputs the password that font is used and just displays '*'. Once the password in entered the value entered gets transferred to a tag and the text in the AnalogNumeric control gets set to '*'. That way the user can not copy/paste the password.

I am looking to see if there is an easier way.

Regards,
Mark

Re: Password Char

Posted: Fri Apr 06, 2012 2:38 am
by umesh.patil
it is working Thanks :)

Re: Password Char

Posted: Tue Aug 09, 2016 7:15 am
by andrea
Hello,

With the attached project of example, on Windows operating systems, I see all character of the string until I press return and go out from first text input.
After it is replaced with asterisk.
Aren't there better solutions for that?

Thank you