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: Custom Dialog design - Enable group
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Not applicable
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 08, 2019
03:29 PM
Custom Dialog design - Enable group
Hello,
I have to design a custom dialog for a Basic MSI package.
The MSI includes 4 features and in the dialog a have 4 groups of few controls (paths, ports).
I'd like to be able to enable on the new dialog only the groups for which the corresponding features were selected and disable the ones with the feature not selected.
I don't know where the conditions (feature selected or not) should be checked and the group(s) enabled or not.
Is that possible? How?
Thanks,
Ioan
PS. I know I could create separated dialogs for each feature, but each has only 1 or 2 settings.
I have to design a custom dialog for a Basic MSI package.
The MSI includes 4 features and in the dialog a have 4 groups of few controls (paths, ports).
I'd like to be able to enable on the new dialog only the groups for which the corresponding features were selected and disable the ones with the feature not selected.
I don't know where the conditions (feature selected or not) should be checked and the group(s) enabled or not.
Is that possible? How?
Thanks,
Ioan
PS. I know I could create separated dialogs for each feature, but each has only 1 or 2 settings.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 08, 2019
04:20 PM
User Interface
Dialogs
Expand your new dialog
Select Behavior
Find the desired Group
Select Conditions in the window on the right
There you can Disable/Enable or Hide/Show based on desired condition(s)
Dialogs
Expand your new dialog
Select Behavior
Find the desired Group
Select Conditions in the window on the right
There you can Disable/Enable or Hide/Show based on desired condition(s)
Not applicable
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 14, 2019
10:30 AM
Figured it out.
Thanks.
Thanks.