This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Managing checkboxes instead of radio buttons
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jul 04, 2007
10:37 AM
Managing checkboxes instead of radio buttons
Dear all,
another newbie question.
I have to manage an installation based on multiple choices. Lets says that we have 2 products to install but we want to give the possibility to install both at the same time.
If the user check both boxes, both products will be installed.
I know how to deal with radio buttons but I don't find how to do that using check boxes.
In the behavior section of the dialog that manage the check boxes, I have a Next PushButton with the following events :
Event---------------Argument---------------Condition
AddLocal--------------Product_1----------------DEVSTAND = 1
AddLocal--------------Product_2----------------DEVPRO = 1
where Product_1 and Product_2 are the names of my features and DEVSTAND and DEVPRO are the values of my check boxes.
Unfortunately, it doesn't work and none of my products are installed
Thanks in advance for any help provided.
Pascal
another newbie question.
I have to manage an installation based on multiple choices. Lets says that we have 2 products to install but we want to give the possibility to install both at the same time.
If the user check both boxes, both products will be installed.
I know how to deal with radio buttons but I don't find how to do that using check boxes.
In the behavior section of the dialog that manage the check boxes, I have a Next PushButton with the following events :
Event---------------Argument---------------Condition
AddLocal--------------Product_1----------------DEVSTAND = 1
AddLocal--------------Product_2----------------DEVPRO = 1
where Product_1 and Product_2 are the names of my features and DEVSTAND and DEVPRO are the values of my check boxes.
Unfortunately, it doesn't work and none of my products are installed
Thanks in advance for any help provided.
Pascal
(2) Replies