Re: [WiX-users] How to enable/disable NEXT button on textbox keypress event

2014-10-10 Thread John Cooper
t: Re: [WiX-users] How to enable/disable NEXT button on textbox keypress event What I mean to say is I gave up on the Windows Installer UI long ago. It does ok at very basic functionality. If you start trying to do anything remotely complex you'll spend 3 x the time trying to get Windows In

Re: [WiX-users] How to enable/disable NEXT button on textbox keypress event

2014-10-10 Thread Hoover, Jacob
a.com] Sent: Friday, October 10, 2014 1:15 PM To: 'General discussion about the WiX toolset.' Subject: Re: [WiX-users] How to enable/disable NEXT button on textbox keypress event Hi John, Thanks for your suggestions Jacob and John You mean to say we need to validate everything throug

Re: [WiX-users] How to enable/disable NEXT button on textbox keypress event

2014-10-10 Thread Bala
...@jackhenry.com] Sent: 10 October 2014 22:26 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] How to enable/disable NEXT button on textbox keypress event The problem is inherent in Windows Installer Service Controls: they don't expose focus change events. As Jacob says, to get

Re: [WiX-users] How to enable/disable NEXT button on textbox keypress event

2014-10-10 Thread John Cooper
oo...@jackhenry.com -Original Message- From: Bala [mailto:balakrish...@ameexusa.com] Sent: Friday, October 10, 2014 11:49 AM To: WiX-users@lists.sourceforge.net Subject: [WiX-users] How to enable/disable NEXT button on textbox keypress event Hi I have a dialog which has two edit boxes. One for usernam

Re: [WiX-users] How to enable/disable NEXT button on textbox keypress event

2014-10-10 Thread Hoover, Jacob
). -Original Message- From: Bala [mailto:balakrish...@ameexusa.com] Sent: Friday, October 10, 2014 11:49 AM To: WiX-users@lists.sourceforge.net Subject: [WiX-users] How to enable/disable NEXT button on textbox keypress event Hi I have a dialog which has two edit boxes. One for username

[WiX-users] How to enable/disable NEXT button on textbox keypress event

2014-10-10 Thread Bala
Hi I have a dialog which has two edit boxes. One for username(USERNAME) and the other for the password(PASSWORD). I am doing a small validation like "Next" button will be disabled until the user types something in the username password edit text box and my wix code snippet is written below:- Wix