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
- :
- Radio button to enable edit box
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
‎Oct 14, 2008
09:36 AM
Radio button to enable edit box
I have 2 radiobuttons and when one of them is selected I would like it to enable the useage of a edit box?
Is this possible?
Thanks in advance
Is this possible?
Thanks in advance
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 14, 2008
09:48 AM
can you tell us what kind of project you work on?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 14, 2008
10:28 AM
basic msi.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 14, 2008
10:48 AM
Go to your dialog under Dialogs/All Dialogs, create your edit box, associate the desired property and give it a significant name. Then go to Behavior, slect your edit box and click on the Conditions tab; create an Enable action and a Disable action and assign the desired conditions for them.
This will Enable / Disable your edit box based on your conditions.
PS: you can take as example the Next button on the LicenseAgreement dialog.
This will Enable / Disable your edit box based on your conditions.
PS: you can take as example the Next button on the LicenseAgreement dialog.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 16, 2008
08:55 AM
Thanks that worked perfectly.:)