![]() |
#1 |
Junior Member
Join Date: Jul 2020
Posts: 3
|
![]()
So I am creating a installer which has a custom NSDialogs page. After the user leaves the page, I check if the user has not checked any of the radio buttons. If they haven't, it show up with a message saying that they haven't checked anything and then it will not let the user move on. The only problem is that I have three if statements inside each other. Is there some kind of "and" in Logic Lib? If so, please tell me. Also, I made my if statement this way:
code: |
![]() |
![]() |
![]() |
#2 |
Junior Member
Join Date: Apr 2018
Posts: 10
|
${If} $radio1 == 0
${AndIf} $radio2 == 0 ${AndIf} $radio3 == 0 MessageBox MB_OK "Please check one of the radio buttons." Abort ${EndIf} |
![]() |
![]() |
![]() |
|
Tags |
logiclib |
Thread Tools | Search this Thread |
Display Modes | |
|
|