Re: [WiX-users] Input Validation

2010-01-04 Thread pmdarrow
ate > shouldn't be long compared to the time required to use the UI via mouse > and/or keyboard. > > -Original Message- > From: pmdarrow [mailto:pdar...@metaworks.com] > Sent: Thursday, December 31, 2009 10:34 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-user

Re: [WiX-users] Input Validation

2009-12-31 Thread Blair
evaluate shouldn't be long compared to the time required to use the UI via mouse and/or keyboard. -Original Message- From: pmdarrow [mailto:pdar...@metaworks.com] Sent: Thursday, December 31, 2009 10:34 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Input Validation Hi all, w

[WiX-users] Input Validation

2009-12-31 Thread pmdarrow
Hi all, what's the best way to validate that several required fields on a dialog are filled in? I've done some searching on this list but haven't found anything conclusive. Here's a snippet of a dialog that asks the user to enter some database information: NOT (

Re: [WiX-users] Input validation on key press

2009-01-14 Thread tgoffice
Ok, thanks that could be an alternative! Richard-45 wrote: > > > In article <1231926736137-2155989.p...@n2.nabble.com>, > tgoffice writes: > >> It is working as expected with following "inelegance": Is it possible to >> validate the conditions on key press, key down or key up? > > No.

Re: [WiX-users] Input validation on key press

2009-01-14 Thread Richard
In article <1231926736137-2155989.p...@n2.nabble.com>, tgoffice writes: > It is working as expected with following "inelegance": Is it possible to > validate the conditions on key press, key down or key up? No. > At the moment the Condition is evaluated if the control is left (on blur). >

[WiX-users] Input validation on key press

2009-01-14 Thread tgoffice
Hello! I have created a custom UI dialog with several input fields. The dialog can only be processed if all input fields are filled: P1 = "" OR P2 = "" ProductID It is working as expected with following "inelegance": Is it possible to validate the conditions on key press, key down o