Levi Wilson wrote:
I want to display an InfoDlg (just has an info icon and an OK button) when the user selects next to warn them about a selection they just made. My InfoDlg returns "Return" as a result of the EndDialog event. What I want to happen is to warn them, and the wizard continues to the next page. This does not happen though, because the control is returned to the dialog that spawned it and remains stuck there. Can you simply put up an informational message box like that and have it "continue"? Maybe I am approaching it wrong.
The ControlEvent table doc says:The exception is that each control can publish a most one NewDialog <newdialog_controlevent.htm> or one SpawnDialog <spawndialog_controlevent.htm> event. If multiple NewDialog and SpawnDialog control events are selected for the same control, only the event with the largest value in the Ordering column gets published when the control is activated.
One clarification is that the restriction applies only to those control events with the same conditions. So you might be able to make it work if you change a property in the spawned dialog.
-- 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