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

2014-11-06 Thread Martin McGlensey
d token `main' ./configure: line 2068: `GB_INIT(main)' configure: error: ./configure failed for main bananapi@SKELLNER22 ~/gambas3-3.6.1 $ Any idea to solve the problem.? Best regards Simon Kellner -- Message: 3 Date: Mon, 3 Nov 2014 15:45:47 -0500 From: "Martin McGle

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