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
- :
- Setting Edit Control Text Based on Changing Checkbox Control State
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 29, 2009
05:59 PM
Setting Edit Control Text Based on Changing Checkbox Control State
We have a Basic MSI InstallShield project and I would like to be able to change the Text value of an Edit control when the state of a checkbox control on the same dialog is changed. For example, when a checkbox is selected/checked I want to clear the value in the edit control or when a checkbox is unselected/unchecked I want to set the value of the edit control back to a default value.
It appears that I change the value of a property when a checkbox control is selected or unselected. This property that is changed is the same property that is specified for the edit control but the change to the property is not reflected in the edit control.
Is there a way to accomplish what I am trying to do?
Thanks,
Shane
It appears that I change the value of a property when a checkbox control is selected or unselected. This property that is changed is the same property that is specified for the edit control but the change to the property is not reflected in the edit control.
Is there a way to accomplish what I am trying to do?
Thanks,
Shane
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 04, 2009
04:25 PM
Is there any way to do this?