When I click 'Yes' button, I publish
<Publish Property="EmptyInterfaces" Value="1">1</Publish>

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'?


On 10/27/06, Bob Arnson <[EMAIL PROTECTED]> wrote:

>
> 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

Reply via email to