Brad Edwards wrote:

I have a Dialog Box that I need to display if a specific feature is selected in the feature tree.  If I unselect the feature, the dialog box still displays.  How do I keep it from displaying if the feature is de-selected.

In the control event of the Next button, use a condition that checks the feature state (e.g., &Feature>2 -- see http://msdn.microsoft.com/library/default.asp?url=""> for details). Do the same thing in the control event for the Back button of the dialog following.

-- 
sig://boB
http://bobs.org


-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to