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

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.
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

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...
0 Kudos