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: Enabling a RadioButtonGroup on a Dialog
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 04, 2011
12:43 PM
Enabling a RadioButtonGroup on a Dialog
I have a RBG that I want to enable if the checkbox next to it is checked on and having trouble getting this to work.
I've tried adding Events, Arguments and Conditions to the checkbox control and the RBG but must not have the correct order or syntax.
For example, on the checkbox control I have tried:
For the Event:'SetProperty'
For the Argument:'RadioButtonGroup1'
And the Condition: Enabled = "True"
Many variations but no luck. Any help?
Thanks
I've tried adding Events, Arguments and Conditions to the checkbox control and the RBG but must not have the correct order or syntax.
For example, on the checkbox control I have tried:
For the Event:'SetProperty'
For the Argument:'RadioButtonGroup1'
And the Condition: Enabled = "True"
Many variations but no luck. Any help?
Thanks
(3) Replies
Not applicable
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 07, 2011
08:23 PM
RadioButtonGroup control associated with one property, then condition compares the property value.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 10, 2011
11:44 AM
Does RBG and checkbox are on the custom dialog or standard dialog?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 10, 2011
01:00 PM
Custom Dialog. I don't understand how to implement the prior responses so any help would be appreciated.