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
- :
- Suite Radio Button to default value in Installshiled 2018
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
‎Apr 18, 2019
07:15 AM
(1) Solution
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 22, 2019
06:08 AM
Hi Ravi_Raj_Nukala,
You can achieve it by adding property value to Suite->Radio Button->Property .
For an example
- add IsRadioButtonClicked property in Property Manager,say the value to false
- Associate the property with the RadioButton you want to select by default as IsRadioButtonClicked==false
- Other radio button'property to true.i.e IsRadioButtonClicked==true
- Build and run
- You will be able to see the default radio button selected which has IsRadioButtonClicked=false
Hope it helps,if it solves your problem please make the solution as accepted.
Thanks,
Jenifer
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 22, 2019
06:08 AM
Hi Ravi_Raj_Nukala,
You can achieve it by adding property value to Suite->Radio Button->Property .
For an example
- add IsRadioButtonClicked property in Property Manager,say the value to false
- Associate the property with the RadioButton you want to select by default as IsRadioButtonClicked==false
- Other radio button'property to true.i.e IsRadioButtonClicked==true
- Build and run
- You will be able to see the default radio button selected which has IsRadioButtonClicked=false
Hope it helps,if it solves your problem please make the solution as accepted.
Thanks,
Jenifer