cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
kvasko
Level 4

FeatureSelectItem not unchecking in dialog box

I am making the FeatureSelectItem call from the OnBegin function.

 	 	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?
Labels (1)
0 Kudos
(3) Replies
mirik222
Level 5

Hi.

Do you have any "Required Features" relations between this and other features?
0 Kudos
kvasko
Level 4

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.
0 Kudos
kvasko
Level 4

This is the settings of the feature. The item does not have any Required Features.

http://i.imgur.com/d0SN9.jpg
0 Kudos