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: FeatureSelectItem not unchecking in dialog 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 08, 2010
03:20 PM
FeatureSelectItem not unchecking in dialog box
I am making the FeatureSelectItem call from the OnBegin function.
The feature is on in the first MessageBox and is disabled in the next MessageBox as you would expect. The issue is that on the "Select Features" dialog the feature is checked. How would I go about disabling the check box?
NumToStr(temp, FeatureIsItemSelected(MEDIA, "test"));
MessageBox(temp,INFORMATION);
FeatureSelectItem(MEDIA, "test", FALSE);
NumToStr(temp, FeatureIsItemSelected(MEDIA, "test"));
MessageBox(temp,INFORMATION);
The feature is on in the first MessageBox and is disabled in the next MessageBox as you would expect. The issue is that on the "Select Features" dialog the feature is checked. How would I go about disabling the check box?
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 10, 2010
03:47 PM
Hi.
Do you have any "Required Features" relations between this and other features?
Do you have any "Required Features" relations between this and other features?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 10, 2010
10:15 PM
mirik222 wrote:
Hi.
Do you have any "Required Features" relations between this and other features?
No there shouldn't be. I will double check my scripts but there shouldn't be any "Required Features".
I did in fact create an test feature and left everything by default and I had the same results. So I'm not sure what is going on.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 11, 2010
09:00 AM
This is the settings of the feature. The item does not have any Required Features.
http://i.imgur.com/d0SN9.jpg
http://i.imgur.com/d0SN9.jpg
