[Gambas-bugtracker] Bug #1481: add a "password" flag to the INPUTBOX dialog

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Tue Dec 25 10:05:14 CET 2018


http://gambaswiki.org/bugtracker/edit?object=BUG.1481&from=L21haW4-

Comment #2 by Gianluigi GRADASCHI:

As Benoit explained, it is necessary to create it.
You can do this:
1) If you do not have the Gambas sources, download a copy from here [0]
2) Unzip it in a folder of your choice.
3) Open Gambas and create a new QT project
4) Right-click on FMain and choose Import...
5) From the bottom combo choose *form
6) Navigate to the folder with gambas-3.11.4 > comp> src > gb.form > .src > FImputBox and OK.
7) Same passages with *class to import InputBox.class (Note: FInputBox.class you have already imported it with the form).
8) On the FInputBox.form tab, change the Password property of txtValue to True.
9) Take a test in FMain.
I suggest you rename (also in the code) this inputbox to avoid confusion.

[0] https://gitlab.com/gambas/gambas/-/archive/3.11.4/gambas-3.11.4.tar.bz2

Gianluigi GRADASCHI changed the state of the bug to: Rejected.




More information about the Bugtracker mailing list