Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » How to Mask Input fields (How do you mask an input field to achieve similar behavior to Password input in HTML?)
Re: How to Mask Input fields [message #55556 is a reply to message #55555] Sat, 21 November 2020 23:17 Go to previous messageGo to previous message
Klugier is currently offline  Klugier
Messages: 1076
Registered: September 2012
Location: Poland, Kraków
Senior Contributor
Hello,

Try to use Password() method of EditField. It is documented on this site.

The usage is simply let's assume that the layout has 'edit_password' control (EditString). The in order to hide input of
// Constructor
CtrlLayout(*this, "Login Window");
edit_password.Password();


Mirek, it would be nice to have SetPassword property in usc file...

Klugier


U++ - one framework to rule them all.
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Layout not visible
Next Topic: Reliably converting between std::vector<uint8_t> and WString
Goto Forum:
  


Current Time: Sun Apr 28 02:53:15 CEST 2024

Total time taken to generate the page: 1.00908 seconds