//AskInterfacesDlg
<Control Id="Next" Type="PushButton" X="316" Y="323" Width="56"
Height="17" Default="yes" Text="[ButtonText_Next]">
  <Publish Event="SpawnDialog" Value="EmptyInterfacesErrDlg">NOT
EmptyInterfaces</Publish>
  <Publish Event="NewDialog" Value="VerifyReadyDlg">EmptyInterfaces</Publish>
</Control>


// EmptyInterfacesDlg
<Control Id="Yes" Type="PushButton" X="72" Y="80" Width="56"
Height="17" Text="[ButtonText_Yes]">
  <Publish Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
  <Publish Property="EmptyInterfaces" Value="1">1</Publish>
<!--<Publish Event="EndDialog" Value="Return">1</Publish>-->
</Control>

AskInterfacesDlg generates popup dlg with question, if user click
'yes' - generates new dialog, but 'AskInterfacesDlg' don't close.
If uncomment line, verifydlg not generates.


On 10/27/06, Bob Arnson <[EMAIL PROTECTED]> wrote:
> Anton Filippov wrote:
> > I tried to publish NewDialog, but it's not work.
> >
>
> Can you post the code for the Next button with NewDialog? That should work.
>
> --
> sig://boB
> http://bobs.org
>
>
>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to