I have two dialog box Dlg1 and Dlg2.
On the press of the next button of Dlg1, I am calling a custom action.
Now this custom action sets a property WARNING to “0” or “1”.

If warning is “0”, I need to proceed to Dlg2.
If warning is “1” , I need to shown a popup dialogbox named WarningDialog
box.

The WarningDialog box has two buttons ‘Proceed Anyways’ or ‘Do not proceed’

If the user presses WarningDialog ‘Do not proceed’ button in WarningDialog,
i should close WarningDialog and return to Dlg1.
Everything works fine till this point.

What i want is 
If the user presses ‘Proceed Anyways’ dialogbox in WarningDialog, i should
close WarningDialog and navigate to Dlg2.

Please help me out.

-- 
View this message in context: 
http://n2.nabble.com/Wix-UI-navigation-Help-tp4796837p4796837.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

Reply via email to