In the following code, the messagebox never pops up:
Function CustomPage
nsDialogs::Create /NOUNLOAD 1018
Pop $2
${NSD_CreateLabel} 0u 60u 300u 9u "booyeah"
Pop $NSDFIELD1
${NSD_OnClick} $NSDFIELD1 CustomPageField1
nsDialogs::Show
FunctionEnd
Function CustomPageField1
MessageBox MB_OK "Booyeah!"
FunctionEnd
Using v2.34
Logged In: NO
Meh, not logged in. I'm MSG in the forums, Message in the channel.
Logged In: NO
Suggested fix from the channel:
<Anders> change nsDialogs.nsh to look like !define __NSD_Label_STYLE ${DEFAULT_STYLES}|${SS_NOTIFY}