Skip to content
⌘ NSIS Forum Archive

dot dash nsdialogs

8 posts

dfranklin72#edited

dot dash nsdialogs

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
Yathosho#
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.
jpderuiter#
To set the focus to the first textbox, use ${NSD_SetFocus} (http://nsis.sourceforge.net/Docs/nsD...#mref-setfocus)