Well you may ignore that line. What I meant was on "Process Always" button, set a property and use that property as a condition on next button of dlg1's newdialog event.
Looks like your code formatting got messed up when you replied to my mail, can't understand anything from it. Regards Rohit -----Original Message----- From: Sagar1111 [mailto:sagarkavitak...@gmail.com] Sent: Thursday, March 25, 2010 6:22 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Wix UI navigation Help Thanks Rohit for the quick reply I didn’t get this line: “I am assuming that the WarningDialog is a dialog which is from your custom action and Process Always is MB_OK type button.“ Following is the code snippet of my wxs filewhich is calling WarningDialog. <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="&amp;Next"> <Publish Event="DoAction" Value="Check" Order="1">1</Publish> <Publish Event="SpawnDialog" Value="WarningDialog">WARNING = "1"</Publish> <Publish Event="NewDialog" Value="Dlg2">PROCEED = "1" OR WARNING="0"</Publish> </Control> <Dialog Id="WarningDialog" Width="260" Height="85" Title="Warning"> <Control Id="No" Type="PushButton" X="132" Y="57" Width="56" Height="17" Default="yes" Cancel="yes" Text="!(loc.WixUINo)"> <Publish Event="EndDialog" Value="Return">1</Publish> </Control> <Control Id="Yes" Type="PushButton" X="72" Y="57" Width="56" Height="17" Text="!(loc.WixUIYes)"> <Publish Property="PROCEED" Value="1">1</Publish> <Publish Event="EndDialog" Value="Return">1</Publish> </Control> <Control Id="Text" Type="Text" X="48" Y="15" Width="194" Height="30" NoPrefix="yes" Text="Hey Do u wish to proceed?" /> </Dialog> Regards, Sagar Kavitake -- View this message in context: http://n2.nabble.com/Wix-UI-navigation-Help-tp4796837p4797378.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------ ------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ======= Notice: This e-mail message, together with any attachments, contains information of Symyx Technologies, Inc. or any of its affiliates or subsidiaries that may be confidential, proprietary, copyrighted, privileged and/or protected work product, and is meant solely for the intended recipient. If you are not the intended recipient, and have received this message in error, please contact the sender immediately, permanently delete the original and any copies of this email and any attachments thereto. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users