1. Measurements in Units
It supports specifying units in pixels, dialog units and percentageWhats with the units there ? How many units do you have in each direction?
2. Callback from ${NSD_CreateText}
How can i store whatever i have entered in the Textbox in a variable.
I have checked the "example.nsi" where the "hello there" is compared in a function and initiates a Messagebox. If i understand it correctly it is invoked every time after i typed a letter, then compared and, if it matches, the messagebox is displayed.
Would i have to do the same to just get the final text in the box in a variable ? If i have 7 textboxes do i need 7 funtions then to retreive the value(s) ?
Thanks for helping, and could i ask for a little example for the textbox issue, my textbox looks like this:
${NSD_CreateText} 10 60 45% 12u Username
Var /GLOBAL TEXT_USER_Name
Pop $TEXT_USER_NamexBarns