Prev Previous Post   Next Post Next
Old 19th January 2016, 18:59   #1
pkonduru
Member
 
Join Date: Jul 2015
Posts: 62
Change textbox text at runtime

Hi All,

I have a custom dialog I created using NSD from the Coolsoft NSIS designer.
I have a check box on the Dialog with some standard string say "Check this".
I am trying to change the Value of this during runtime. The code from the dialog designer is below:

; === CheckBox1 (type: Checkbox) ===
${NSD_CreateCheckbox} 50.03u 73.23u 110.58u 14.77u "Check This"
Pop $hCtl_ExistingHub_CheckBox1

If I do this in my installer, it doesnt change the text:

${NSD_SetText} $hCtl_ExistingHub_CheckBox1 "Check that"
I tried putting this line before calling the function that shows the page.

Any inputs?
pkonduru is offline   Reply With Quote
 
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump