Re: [Gambas-user] Watermark on text box

2015-02-11 Thread Gian
Il 11/02/2015 13:43, Yahoo ha scritto: > Hello all, > > Thanks you for all your ideas and answers. > > As soon I will test that and see if I'm able to solve this need. > > > > Olivier > >> Le 11 févr. 2015 à 07:36, Gian a écrit : >> >> Il 11/02/2015 13:09, Julio Sanchez ha scritto: >>> Tobias: >>>

Re: [Gambas-user] Watermark on text box

2015-02-11 Thread Yahoo
Hello all, Thanks you for all your ideas and answers. As soon I will test that and see if I'm able to solve this need. Olivier > Le 11 févr. 2015 à 07:36, Gian a écrit : > > Il 11/02/2015 13:09, Julio Sanchez ha scritto: >> Tobias: >> >> Guay:) >> >> 2015-02-10 22:56 GMT+01:00 Jorge C

Re: [Gambas-user] Watermark on text box

2015-02-11 Thread Gian
Il 11/02/2015 13:09, Julio Sanchez ha scritto: > Tobias: > > Guay:) > > 2015-02-10 22:56 GMT+01:00 Jorge Carrión: Yes, :OK and I say it in Italian :))) Wunderbar! -- Dive into the World of Parallel Programming. The G

Re: [Gambas-user] Watermark on text box

2015-02-11 Thread Julio Sanchez
Tobias: Guay :) 2015-02-10 22:56 GMT+01:00 Jorge Carrión : > Tobi, > Great! A fine example of a exentsion of a class.. Thanks > > 2015-02-10 18:01 GMT+01:00 Tobias Boege : > > > On Tue, 10 Feb 2015, Rolf-Werner Eilert wrote: > > > Am 10.02.2015 14:03, schrieb Yahoo: > > > > Hi Benoit, > > >

Re: [Gambas-user] Watermark on text box

2015-02-10 Thread Jorge Carrión
Tobi, Great! A fine example of a exentsion of a class.. Thanks 2015-02-10 18:01 GMT+01:00 Tobias Boege : > On Tue, 10 Feb 2015, Rolf-Werner Eilert wrote: > > Am 10.02.2015 14:03, schrieb Yahoo: > > > Hi Benoit, > > > > > > Do you think if it's possible to add feature in text box object like a > t

Re: [Gambas-user] Watermark on text box

2015-02-10 Thread Gian
Il 10/02/2015 22:27, Lewis Balentine ha scritto: > Hi Tobi > > Without entering into the fray regarding the 'watermark': > You example code provides a nice sample of creating a new control class > for those of us that find the process somewhat mystical. Thank you.:-) > > Lewis > > > --

Re: [Gambas-user] Watermark on text box

2015-02-10 Thread Lewis Balentine
Hi Tobi Without entering into the fray regarding the 'watermark': You example code provides a nice sample of creating a new control class for those of us that find the process somewhat mystical. Thank you.:-) Lewis --

Re: [Gambas-user] Watermark on text box

2015-02-10 Thread Tobias Boege
On Tue, 10 Feb 2015, Tobias Boege wrote: > On Tue, 10 Feb 2015, Rolf-Werner Eilert wrote: > > Am 10.02.2015 14:03, schrieb Yahoo: > > > Hi Benoit, > > > > > > Do you think if it's possible to add feature in text box object like a > > > text as a king of help displayed into the textbook in light gr

Re: [Gambas-user] Watermark on text box

2015-02-10 Thread Gian
Il 10/02/2015 16:37, Rolf-Werner Eilert ha scritto: > Or even simpler: set Background and Foreground colors appropriately and > give the help text as default text for the Textbox. Then wait for the > first letter to be typed or a mouse click into the textbox, delete the > default text, set Backgrou

Re: [Gambas-user] Watermark on text box

2015-02-10 Thread Gian
Il 10/02/2015 16:37, Rolf-Werner Eilert ha scritto: > Or even simpler: set Background and Foreground colors appropriately and > give the help text as default text for the Textbox. Then wait for the > first letter to be typed or a mouse click into the textbox, delete the > default text, set Backgrou

Re: [Gambas-user] Watermark on text box

2015-02-10 Thread Tobias Boege
On Tue, 10 Feb 2015, Rolf-Werner Eilert wrote: > Am 10.02.2015 14:03, schrieb Yahoo: > > Hi Benoit, > > > > Do you think if it's possible to add feature in text box object like a text > > as a king of help displayed into the textbook in light grey for example > > when this one is empty. As soon s

Re: [Gambas-user] Watermark on text box

2015-02-10 Thread Rolf-Werner Eilert
Or even simpler: set Background and Foreground colors appropriately and give the help text as default text for the Textbox. Then wait for the first letter to be typed or a mouse click into the textbox, delete the default text, set Background and Foreground to standard values and start with the

Re: [Gambas-user] Watermark on text box

2015-02-10 Thread Rolf-Werner Eilert
Just an idea, try placing a Label or something like that over the textbox showing the help text, and set the focus to the text box. When the first letter is typed, the Label is set to unvisible. Or could one make the text box transparent, maybe with a background colour with an alpha channel? An

[Gambas-user] Watermark on text box

2015-02-10 Thread Yahoo
Hi Benoit, Do you think if it's possible to add feature in text box object like a text as a king of help displayed into the textbook in light grey for example when this one is empty. As soon something is entered into the textbook, this text could disappear. It could be very useful to help the