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: Radio Button detection..
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 24, 2015
04:07 PM
Radio Button detection..
Hi All,
I'm trying to figure out the best way to check the status of a radio button when I click the Next button on my custom dialog.
This is a basic MSI application.
Ideally, when the user selects a radio button in my custom dialog, when they click the next button in that same custom dialog a function would be called in my script.
Any template apps I can reference that does this?
Thanks!
I'm trying to figure out the best way to check the status of a radio button when I click the Next button on my custom dialog.
This is a basic MSI application.
Ideally, when the user selects a radio button in my custom dialog, when they click the next button in that same custom dialog a function would be called in my script.
Any template apps I can reference that does this?
Thanks!
1 Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 25, 2015
09:18 AM
Selecting a radio button typically sets a property. You can then modify the Control Event on the Next button to act differently depending on a condition that involves this property. Take a look at the LicenseAgreement dialog for one example of radio buttons and referencing their properties, although that example uses Control Conditions instead of Control Events to respond to the radio button's property.
