Thanks Rob.

I am trying to control the Feature tree based upon the value of a Property 
set on the previous form.

Net-Net: I took the WixMondo UI and inserted a new dialog (called 
EnvironmentDlg) between the LicenseAgreementDlg and the CustomizeDlg.  Based 
upon the selections in a set of checkboxes, I am trying to enable / disable 
a set of subFeatures under my Feature tree.  There is a Property associated 
to each of four checkboxes that has the CheckBoxProperty set to "1".  My 
Feature tree has subFeatures that would be associated to the CheckBox 
properties.  I am trying to set the Feature @Level = 0 (aka "hide it") if 
the checkbox (associated to the Feature) is unchecked.

In looking at the log, it appears that the only Property that exists is the 
one whose CheckBox is selected.

It seems as if the Property values associated to the Feature / Condition 
entries are not used in building the Feature tree.

David Adams
MSN MessengerID: [EMAIL PROTECTED]

>
>You can have Conditions on Features (put a Condition element under a
>Feature).  However, I'm not sure you can have a Feature tree and have
>controls on the same dialog control the Feature tree dynamically (i.e.
>without going to a different page and back again).  Bob would know more
>about that kinda' thing.
>
>
>-----Original Message-----
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] On Behalf Of david adams
>Sent: Friday, September 15, 2006 11:24
>To: wix-users@lists.sourceforge.net
>Subject: [WiX-users] Feature List conditional control
>
>Is there a way to conditionally manage the Feature List?
>
>I have a dialog that populates a set of properties.  Depending upon those
>properties, I would like to conditionally hide / disable specific feature
>options on the Customize dialog.
>
>So far, I have gotten the conditionals working within the other parts of my
>UI, but I cannot seem to figure out how to get the UI-set properties to
>control the Feature list.
>
>Ideas?
>
>David Adams
>MSN MessengerID: [EMAIL PROTECTED]
>
>
>
>-------------------------------------------------------------------------
>Using Tomcat but need to do more? Need to support web services, security?
>Get stuff done quickly with pre-integrated technology to make your job
>easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
>Geronimo
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>_______________________________________________
>WiX-users mailing list
>WiX-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/wix-users
>



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to