Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic Step Generation #16

Open
jochenw opened this issue Apr 5, 2016 · 1 comment
Open

Dynamic Step Generation #16

jochenw opened this issue Apr 5, 2016 · 1 comment

Comments

@jochenw
Copy link

jochenw commented Apr 5, 2016

Hi,

I've got a wizard, which ought to determine the steps (and the number of steps) dynamically, depending on a combo box, which the user fills in the first step.

What I have tried:

  • Add the first step to the wizard.
  • In the first steps onAdvance method (where I know the value of the combo box), I add more steps, as required.

However, that isn't really satisfying, because the "Finish" button, rather than the "Next" button is enabled when the first step is active. Do you have any suggestions on how to achieve my target?

Thanks,

Jochen

@tehapo
Copy link
Owner

tehapo commented Apr 18, 2016

Hi,

maybe as a workaround you could use the get methods to change the captions of buttons to better match your situation?

getNextButton()
getBackButton()
getFinishButton()
getCancelButton()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants