Hello Sagar

Publishing the value for PROCEED or WARNING in DLG1 will help little in
navigation. Instead in the main dialog tree (not in dlg1) you need to
check this property on the Dlg1 Next button's new dialog event.

You will have something like:

<Publish Dialog="Dlg1" Control="Next" Event="NewDialog" Value="Dlg2"
Order="...yourorder..."></Publish>

Change it to:

<Publish Dialog="Dlg1" Control="Next" Event="NewDialog" Value="Dlg2"
Order="...yourorder..."> <![CDATA[PROCEED = "1"]]></Publish>

Regards
Rohit

-----Original Message-----
From: Sagar1111 [mailto:sagarkavitak...@gmail.com] 
Sent: Monday, March 29, 2010 2:21 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Wix UI navigation Help


Here is my DialogBox Dlg1

<Dialog Id="Dlg1" Width="370" Height="270" Title="[ProductName] Setup">
         <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56"
Height="17" Text="&amp;Back">
          <Publish Event="NewDialog" Value="WelcomeDlg">1</Publish>
        </Control>
        <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56"
Height="17"
Default="yes"   
Text="&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>         <Control Id="Cancel" Type="PushButton"
X="304"
Y="243" Width="56" Height="17" Text="Cancel" Cancel="yes">
          <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
        </Control>
        <Control Type="Text" Id="ServiceNameLabel" Width="44"
Height="17"
X="41" Y="68" Text="Service Name:" />
        <Control Type="Edit" Id="ServiceName" Width="134" Height="17"
X="94"
Y="64" Property="SERVICENAME" />
        
        
        <Control Id="Description" Type="Text" X="25" Y="23" Width="340"
Height="15" Transparent="yes" NoPrefix="yes" Text="Check service is
running
or not." />
        <Control Id="Title" Type="Text" X="15" Y="6" Width="200"
Height="15"
Transparent="yes" NoPrefix="yes" Text="{\WixUI_Font_Title}Check Service"
/>
        <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370"
Height="0" />
        <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370"
Height="0" />
        <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370"
Height="44" TabSkip="no" Text="WixUI_Bmp_Banner" /> 
</Dialog>

-- 
View this message in context:
http://n2.nabble.com/Wix-UI-navigation-Help-tp4796837p4816880.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------
------
Download Intel&#174; 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&#174; 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