cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
travisc
Level 2

'Next' button disabled issue

I'm using InstallShield 2010, and I'm rather new to the product.

Right now, I have a Customer Information dialog, that contains a username and password edit box. When the user enters this dialog, the 'Next' button is disabled until a username and password are both supplied.

My problem is, the 'Next' button doesn't enable until the user clicks/tabs out of the password edit box. Is there a way to enable the button as soon as one character is entered into the password box? Please advise.
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

Alas, Windows Installer apparently discards edit-field-changed messages, so there's no straightforward way to do this in a Basic MSI project. Common practice seems to be to perform any validation you need when the user clicks Next.
0 Kudos