Problem getting custom dialog to compile
I am using HM NIS Edit to produce a simple dialog comprised of two text boxes and two labels. I have simply been trying to get NSIS to display the dialog box. Then I have to get the information from the two text boxes. This is getting ridiculous. What should be easy, is obtuse. References to script file segments that appear in prior posts aren't present in the files produced by HM NIS Editor, as demonstrated by the difference between what the "oninit" reference here suggests should be present:
http://forums.winamp.com/showthread....rmation+dialog
and what was actually in the script file produced by HM NIS Editor, which is attached. (In truth, I'm not sure I want the serial number dialog to be first on the roster of screens, even before the "welcome" screen.) Does anyone have any idea how to get the "UserSerialNumberDialog" to display? Any idea how to control where its shows up in the order of screens that are displayed. How does one actually get data from the text boxes on a custom dialog, and where does one put the code that gets that text?
Thanks for any straightforward answers to these questions.