Hi All,

In a dialog we need to show a  confirmation message dialog on click of a
Next button.

      <Publish Dialog="CustomDialog" Control="Next" Event="SpawnDialog"
Value="ConfirmatiionDialog">1</Publish>

      <Dialog Id="ConfirmatiionDialog" Width="275" Height="70" Title="Needs
Upgrade" NoMinimize="yes">
                <Control Id="LabelErrorMessage" X="20" Y="10" Type="Text"
Height="30" Width="220" Text="Are you sure you want to XYZ thing"
></Control>
                <Control Id="ButtonYes" X="60" Y="50" Type ="PushButton"
Width="56" Height="17" Text="Yes" >
                       <Publish Event="EndDialog"  Value="Return"
Order="1">1</Publish>

                </Control>

                <Control Id="ButtonNo" X="120" Y="50" Type ="PushButton"
Width="56" Height="17" Text="No" >
                    <Publish Event="NewDialog" Value="DifferentDialog" Order
="1">1</Publish>
                          </Control>
            </Dialog>

On click of ButtonYes button I want to close the spawn dialog but I don't
want to return to "CustomDialog" dialog from this spawn dialog opened.
I want to return to a different dialog.
Is there any way to achieve this?

Thanks
Ranganatha
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to