[Gambas-user] Monday evening thinkies (thought experiments)

Rolf-Werner Eilert rwe-sse at osnanet.de
Mon Dec 3 10:41:57 CET 2018


> 2) A way to show the content of a password textbox.
> 
> One thing I like about recent websites and apps is that you can click 
> and hold on a little "eye" button next to a "password protected" field 
> in a form and while you hold the mouse button down it will show the 
> actual password in plain text.
> 
> Has anyone had any thoughts or tried this with a Gambas password text 
> box? (Obvious security issues need not be raised yet :-) .)
> 
> 

At least for this one, Bruce, quite spontaneously: There is 
TextBox.Password which can be activated by setting it to True. Setting 
it back to False should make the contents visible. Or doesn't it have an 
effect during runtime?

The other question is that of a button which stays activated during 
mouse key press only. Maybe this could be solved by a timer, with a 
certain time lapse, but there might be more direct ways via Mouse events...

Regards
Rolf


More information about the User mailing list