op.TDTox.op('popDialog')
should have the option (also via the Open
Python interface) to treat the text input field as a password field, displaying only the dots instead of typed characters (like in the Privacy dialog).
Let me know if this works for you. Text Entry Type parameter or textEntryType argument in Open (‘string’, ‘password’, ‘float’ or ‘integer’)
popDialog.tox (13.5 KB)
You are the tester now.
1 Like
Hey @Ivan thanks a bunch just got around this!
Works nicely, a small improvement suggestion:
For Integer
(and maybe Float
) type you could allow leading zeroes (for pin/2FA type inputs)
Ah cool. I didn’t make those modes, they’re built into textCOMP, but I’ll pass the RFE on
1 Like