Re: [Gambas-user] Make Datacontrol act like textbox with password set to true

2014-11-03 Thread Tobias Boege
On Mon, 03 Nov 2014, Martin McGlensey wrote: > Hello, > > > > I need to have users enter a password into a data control. The password > should be hidden from view as the user types. This can be done in a textbox > by setting the password property to true. Nice but, there is no password > proper

[Gambas-user] Make Datacontrol act like textbox with password set to true

2014-11-03 Thread Martin McGlensey
Hello, I need to have users enter a password into a data control. The password should be hidden from view as the user types. This can be done in a textbox by setting the password property to true. Nice but, there is no password property for a data control. An old post by Bennoit suggests the f