PDA

View Full Version : Conditionally disable/enable a checkbox



NewsArchive
07-31-2007, 08:29 AM
I have a situation in which a checkbox dialog displays several checkboxes. I
would like to conditionally disable/enable a particular checkbox based upon
user selections in a prior dialog. Removing the checkbox would possibly be
confusing to the user, so I would prefer not to do this.

Ii this possible?

Greg Fasolt

NewsArchive
07-31-2007, 08:29 AM
Greg,

Yes, you can use the "Wizard: Set Control Properties" function to handle
this.

Undocumented feature: to disable checkbox 1 use Control ID 4077, to disable
checkbox 2 use Control ID 4078, etc.

See attached demo script.

Does this help?

Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 6.5
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
08-01-2007, 05:48 AM
Friedrich,

This is just great! Thank you.

Greg