Archive: Selection


Selection
Hi,
i have some bugs in my program. I want to create a page depending on a selected of a section. The problem is that the value of $IsDDL is always set to true. I don't know why . I tried also the other method in NSIS wiki but it also doesn't work. Here is my code in the function .onSelChange:

${If} ${SectionIsSelected} ${DSEC}
StrCpy $IsDDL "true"

${Else}
StrCpy $IsDDL "false"
${EndIf}

Thanks!!

mamilo


I already find the bug!!!
;)