Does anyone know a way to dynamically create a dialog depending on a property setting. Looks like you can perform a condition on a Control but not on a specific RadioButtonGroupI could create a custom action to present the dialog but would prefer not to. If necessary will just create an entirely separate dialog, but would prefer not to. Feature tree is no good since we need mutually exclusive options, unless I am missing something there as well.
For example I would like to display the following dialog optionally showing/enabling the C3 button depending on whether or not some property has been previously set: <Dialog Id=" ConfigurationDlg" Width="370" Height="270" Title="!(loc.WelcomeDlg_Title)" KeepModeless="yes" NoMinimize="yes"> <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" Text="{\WixUI_Font_Title}Please select the configuration:" /> <Control Id="Which Configuration " Type="RadioButtonGroup" X="40" Y="55" Width="330" Height="120" Property="Configuration"> <RadioButtonGroup Property=" Configuration "> <RadioButton Value="C1" Text="Configuration1" Width="200" Height="17" X="40" Y="0" /> <RadioButton Value="C2" Text="Configuration2" Width="200" Height="17" X="40" Y="20" /> <RadioButton Value="C3" Text="Configuration3" Width="200" Height="17" X="40" Y="40" /> </RadioButtonGroup> </Control> </Dialog> Thanks! ________________________________ NOTICE: The information contained in this electronic mail transmission is intended by Applied Vision Corporation and its affiliates for the sole use of the named individual or entity to which it is directed, and may contain confidential information and/or trade secrets. This electronic mail is not intended for transmission to, or receipt by, anyone other than the named addressee (or a person authorized to deliver it to the named addressee). This electronic mail should not be copied or forwarded to any unauthorized persons. If you have received this electronic mail transmission in error, please delete it from your system without copying or forwarding it, and notify the sender of the error by reply email or by calling Applied Vision Corporation at 330.926.2222, so that our address record can be corrected. ------------------------------------------------------------------------------ Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize your own dashboards, set traffic alerts and generate reports. Network behavioral analysis & security monitoring. All-in-one tool. http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users