cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
tasdvl9
Level 2

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!
Labels (1)
0 Kudos
(1) Reply
MichaelU
Level 12 Flexeran
Level 12 Flexeran

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.
0 Kudos