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 Checkbox on design time
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 28, 2009
04:28 AM
Setting Checkbox on design time
How can I set the CheckBox to 'checked' as default on design time?
It seems that there is no property that handles that.
It seems that there is no property that handles that.
3 Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 28, 2009
04:49 AM
A checkbox is checked when a property is present and it's unchecked when the property is deleted. Add the associated property with any value to the property table and it will default to checked
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 09, 2009
12:18 AM
and how do you do this?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 09, 2009
06:17 PM
Is this an MSI project or InstallScript (or InstallScript MSI) project? If InstallScript, you'll use CtrlSetState to select a check box in the DLG_INIT case of your custom dialog script.
(The unwritten other half being to look at this old newsletter tip (PDF) for an MSI project: http://www.flexerasoftware.com/webdocuments/PDF/check.pdf.)
(The unwritten other half being to look at this old newsletter tip (PDF) for an MSI project: http://www.flexerasoftware.com/webdocuments/PDF/check.pdf.)
