pforsbom
Posts: 23
Joined: Mon Apr 01, 2019 11:03 am

Disable Next button using Control Conditions

Hi
I want to make sure that the user fills inn all my textboxes in a custom dialog. On the Next button I added two conditions one for disable and one for enable. My problem is that when I fill inn the textboxes I need to leave the textbox before the control condition hits and enables the Next button. How can I have the Next button enabled as soon as the conditions are meet?
pforsbom
Posts: 23
Joined: Mon Apr 01, 2019 11:03 am

Re: Disable Next button using Control Conditions

If I was unclear: I want the Control Condition to evaluate when the user types in a text box. Is it possible to trigger the Control Condition on TextChange event instead of Leave event?
Eusebiu
Posts: 4931
Joined: Wed Nov 14, 2012 2:04 pm

Re: Disable Next button using Control Conditions

Hi,

The control conditions will be evaluated during the user type only if the "Enhanced User Interface" feature is enabled in the "Themes" page, "Settings" tab. This feature applies an EXE bootstrapper over the MSI package which turns package to EXE setup.

If you have other questions, just let me know.

Best regards,
Eusebiu
Eusebiu Aria - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
vikasb
Posts: 9
Joined: Thu May 28, 2020 11:20 am

Re: Disable Next button using Control Conditions

@pforsbom
Does this solve your problem?
Catalin
Posts: 6596
Joined: Wed Jun 13, 2018 7:49 am

Re: Disable Next button using Control Conditions

Hello,

Did you encounter any problems when trying to achieve what my colleague has mentioned above?

If so, could you please give me some more details so I can try to assist?

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”