i did a simple settings form for entering username and password using text.
is it possible the make the password box mask itself with * ?
thx
i did a simple settings form for entering username and password using text.
is it possible the make the password box mask itself with * ?
thx
Maybe this will help:
appuifw.query(u"Enter a password", "code")
#prompts for a combination of numbers and letters, and shows them as "*" for protection
It's not exactly a form but maybe you can adapt it.