how to Disable a checkbox
Hello:
I would like to disable a checkbox based on conditions set in my script. I've got the conditional logic down, but I don't know what the control ID is for the check boxes using the standard check boxes dialog and they are not listed in the Common Definitions.sbi. As such, I am curious as to the control IDs for the check boxes.
If feature x is not selected then
Set Variable %optionsel% to 10
disable control ID Y
End
any idea how to figure that out?
Thanks:
Loretta A. Modern:
SetupBuilder Developer Fan
DISCLAIMERS:
1) Any sample code a provide is provided AS-IS without any warranty of any kind and you use and rely on such sample code at your own risk.
2) The way I do things might not work for you and how to accomplish things is SetupBuilder is constantly improving so any sample code is only provided for demonstration purposes and should be fully tested in a lab before deployment in the real world.