How to Change password "dots" in password field to a custom image

Qeustion 1: how to change those dots to custom image

Qeustion 2: is it possible for every custom "dot" to be random image

Thanks

4,459 views 5 replies
Reply #1 Top
I think those are set by the OS and not changeable.
Reply #2 Top
Well ... u cant change dots to custom images ... what u can do is change dots to other symbols ... just go to line 387 ... which is passwordcharacter: ... and change the value ... different values rappresent different symbols

question 2 .... u cant change it to random symbols or images

thanxx
Reply #4 Top
look in the uifile of that logon
Reply #5 Top
line 387 ... which is passwordcharacter: ... and change the value ... different values rappresent different symbols


It was line 376 in a logon I just checked, but this is the block to look for

edit [id=atom(password)]
{
background: rcbmp(102,6,#FF00FF,0,0,1,0);
borderthickness: rect(6,6,6,6);
passwordcharacter: 9679;
fontface: "arial";
fontsize: 13pt;


I changed 9679 to 9824, just random, got spades as images. Changing the font also works.