Var TimeDialogEverything compiles ok, but when I run it, The drop list does not show up.
Var TimeZoneDropList
; Pages
Page components
Page directory
Page custom TimePage TimePageLeave "- Schedule Options"
Page instfiles
Function TimePage
nsDialogs::Create 1018
Pop $TimeDialog
${If} $TimeDialog == error
Abort
${EndIf}
${NSD_CreateDropList} 5u 28u 90% 12u
Pop $TimeZoneDropList
SendMessage $TimeZoneDropList ${CB_ADDSTRING} 0 "STR:US/Alaska"
${NSD_CB_AddString} $TimeZoneDropList "US/Arizona"
FunctionEnd
Problem creating a droplist
I am trying to create a drop list. This is the code I have: