Re: [WiX-users] WIX - Field Validation on Custom Dialog

2008-12-29 Thread Bob Arnson
Kusuma Sudheer Kumar (Tata Consultancy Services) wrote: > So, can we do in this fashion? > > Let's think we need to validate some fields on the screen, > Create button called - Validate and On Clicking this button, CA will > validate fields and returns success by updating the Property whic

Re: [WiX-users] WIX - Field Validation on Custom Dialog

2008-12-29 Thread Kusuma Sudheer Kumar (Tata Consultancy Services)
olset. Subject: Re: [WiX-users] WIX - Field Validation on Custom Dialog Jagdish Sakhiya wrote: > I am facing problem on validation of dialog fields. I > have written custom action to validate a dialog fields and that custom > action will be called by "DoAction" event o

Re: [WiX-users] WIX - Field Validation on Custom Dialog

2008-12-26 Thread Bob Arnson
Jagdish Sakhiya wrote: > I am facing problem on validation of dialog fields. I > have written custom action to validate a dialog fields and that custom > action will be called by "DoAction" event of Dialog's "Next" button. Now > problem is if we return ActionResult.Failure then it w

[WiX-users] WIX - Field Validation on Custom Dialog

2008-12-23 Thread Jagdish Sakhiya
Hi All, I am facing problem on validation of dialog fields. I have written custom action to validate a dialog fields and that custom action will be called by "DoAction" event of Dialog's "Next" button. Now problem is if we return ActionResult.Failure then it will take you to premat