Anton Filippov wrote: > // 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. >
You can't do a NewDialog from the dialog that was opened with SpawnDialog. Instead, publish NewDialog from AskInterfacesDlg, after the SpawnDialog and with the same control condition. That way, it comes after the SpawnDialog in the event sequence. -- 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