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