Anton Filippov wrote: > For 'Next' button I check this property. > <Publish Event="SpawnDialog" Value="EmptyInterfacesErrDlg">NOT > EmptyInterfaces</Publish> > <Publish Event="NewDialog" Value="VerifyReadyDlg">EmptyInterfaces</Publish> > > if EmptyInterfaces property is not set - I spawn dialog, right? > Then I ask, and if user click 'Yes' I publish 'EmptyInterfaces' > property and exit from question dlg. > And now I must click 'Next' button once again for continue. How to > continue immediately, if user click 'Yes'? >
I'm suggesting you add a new NewDialog control event: <Publish Event="SpawnDialog" Value="EmptyInterfacesErrDlg">NOT EmptyInterfaces</Publish> <Publish Event="NewDialog" Value="VerifyReadyDlg">NOT EmptyInterfaces</Publish> <Publish Event="NewDialog" Value="VerifyReadyDlg">EmptyInterfaces</Publish> You can also try removing the condition: <Publish Event="SpawnDialog" Value="EmptyInterfacesErrDlg">NOT EmptyInterfaces</Publish> <Publish Event="NewDialog" Value="VerifyReadyDlg">1</Publish> IOW, you need to NewDialog after the SpawnDialog, in the same event source. -- 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