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
- :
- How can we get a Handle on navigation buttons inside dialog editor.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 27, 2007
01:26 AM
How can we get a Handle on navigation buttons inside dialog editor.
Hi,
In one of the dialogs of our installer, we have got username and password fields. And we want to make sure that the user fills this data before proceeding. There are two ways to accomplish this
1) Navigation button "Next" should be disabled until user fills the data in these fields.
2) When "Next" button is clicked, some validation should be done on this event.
For both above options we need to get handle on "Next" button. Is there any way to get a handle on Next button or any navigation button from dialog editor.
Thanks,
Sonal.
In one of the dialogs of our installer, we have got username and password fields. And we want to make sure that the user fills this data before proceeding. There are two ways to accomplish this
1) Navigation button "Next" should be disabled until user fills the data in these fields.
2) When "Next" button is clicked, some validation should be done on this event.
For both above options we need to get handle on "Next" button. Is there any way to get a handle on Next button or any navigation button from dialog editor.
Thanks,
Sonal.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 27, 2007
10:08 AM
For a start, perhaps look at the source code (the Swing Events tab in the Dialogs view) of the License dialog box, which disables the Next button until the user expresses acceptance of the license agreement...