This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Urgent!!!!!!!........Enable/Disable next button
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Mar 15, 2011
12:03 PM
Urgent!!!!!!!........Enable/Disable next button
i have a custom dialog in which i have a text field and a browse button. The next button needs to be enabled only when the user browses for a specific file.
I'm using Basic MSI project.
initially i am disabling the next button with condition
LICENSE_TEXT_FLD = ""
enabling with condition
LICENSE_TEXT_FLD <> ""
Next button is disabled initialy and when i browse for a file it is appearing on the text field, but the next button was not enabled untill i press a tab.
Is it possible to enable the next button immediately i browse for a file.
I'm using Basic MSI project.
initially i am disabling the next button with condition
LICENSE_TEXT_FLD = ""
enabling with condition
LICENSE_TEXT_FLD <> ""
Next button is disabled initialy and when i browse for a file it is appearing on the text field, but the next button was not enabled untill i press a tab.
Is it possible to enable the next button immediately i browse for a file.
(1) Reply
Mar 16, 2011
12:49 PM
MSI refresh issue...... the property doesn't get refreshed on the dialog till you click on an event/button etc...........