Re: [WiX-users] Validation on UI dialogs

2009-12-10 Thread Richard
In article <4d6ef6e1711cde4e93d1f1e591a614d6345...@nl1mail0302.global.sdl.corp>, "Igor Paniushkin" writes: > It is not really related to your question, but I had a question about > popup message box from custom action and I got an answer from Bob > Arnson: > Set a property in the CA and use

Re: [WiX-users] Validation on UI dialogs

2009-12-10 Thread Igor Paniushkin
From: Richard [mailto:legal...@xmission.com] Sent: Thursday, December 10, 2009 12:12 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Validation on UI dialogs In article <481222.60726...@web30401.mail.mud.yahoo.com>, Sankaranarayanan writes: > For validating the field

Re: [WiX-users] Validation on UI dialogs

2009-12-09 Thread Richard
In article <481222.60726...@web30401.mail.mud.yahoo.com>, Sankaranarayanan writes: > For validating the fields in Custom UI for empty / null values - I am calling a Custom action on "DoAction" event of the Next Button and spawing a new dialo g if all the input values are correctly entered.

Re: [WiX-users] Validation on UI dialogs

2009-12-09 Thread Loonysan
The current custom action code is in C#. Any chances for setting the focus through managed code :( -- View this message in context: http://n2.nabble.com/Validation-on-UI-dialogs-tp4141605p4142556.html Sent from the wix-users mailing list archive at Nabble.com. --

Re: [WiX-users] Validation on UI dialogs

2009-12-09 Thread Tony Juricic
call SetFocus(hwnd) -Original Message- From: Sankaranarayanan [mailto:loony...@yahoo.com] Sent: Wednesday, December 09, 2009 2:51 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Validation on UI dialogs Hi All, For validating the fields in Custom UI for empty / null value

[WiX-users] Validation on UI dialogs

2009-12-09 Thread Sankaranarayanan
Hi All, For validating the fields in Custom UI for empty / null values - I am calling a Custom action on "DoAction" event of the Next Button and spawing a new dialog if all the input values are correctly entered. Incase of any blank values - I popup a message box from the custom action code to

Re: [WiX-users] Validation on UI dialogs

2007-05-13 Thread Rennie Petersen
he data-entry dialog box. Rennie > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of jrcolons > Sent: 11. maj 2007 21:28 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Validation on UI dialogs > > > Hi everybo

Re: [WiX-users] Validation on UI dialogs

2007-05-11 Thread Bob Arnson
jrcolons wrote: >I'm doing some modifications to Web.config adding some properties that > are entered by user in the UI. If the user don't fill the blanks, the > application will be useless. Is there any way that I can validate that an > edit control is not empty? > You can use the propert

[WiX-users] Validation on UI dialogs

2007-05-11 Thread jrcolons
Hi everybody: I'm doing some modifications to Web.config adding some properties that are entered by user in the UI. If the user don't fill the blanks, the application will be useless. Is there any way that I can validate that an edit control is not empty? Thanks in advance! Jose -- View thi