It's not working.
nsDialogs::Create 1018 #1018
Pop $Dialog
${If} $Dialog == error
Abort "Error building dialog" #TODO
${EndIf}
${NSD_CreateLabel} 0 10u 100% 40 ""
Pop $ResultText
${If} $ResultText == error
Abort "Error building dialog" #TODO
${EndIf}
${NSD_SetText} $ResultText "Result"
SetCtlColors $ResultText 0x99FF33
...
nsDialogs::Show
I've read SetCtlColor is only workings inside the page's show function, but custom pages don't have a show function ....
Any ideas?
Thanks 🙂
CJ