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

Reply via email to