I’m trying to produce something similar to the dot dash plug-in using nsdialogs. Is there a way to restrict the character length in a textbox? Can you have the cursor atomatically selected in the first textbox ?
Also is there a way to * or hash the user input to a textbox
dot dash nsdialogs
8 posts
What's the dot dash plug-in?
Sorry I mean BOX DASH using PassDialog:😁ialog Serial example
to answer your last question, you can use ${NSD_CreatePassword}. and i guess you can use ${NSD_OnChange} to check the length of the input and run an function when the limit is met.
To set the focus to the first textbox, use ${NSD_SetFocus} (http://nsis.sourceforge.net/Docs/nsD...#mref-setfocus)
thanks. have the focus working and the password. Just have to work on the text control.
It's all in the manual you know: ${NSD_SetTextLimit}
spooky. just came across this myself. Thx