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

Add optional warning message when clicking on back/continue to wizard #2

Open
Seeloewen opened this issue Sep 9, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request small tool A small tool that doesn't require much work

Comments

@Seeloewen
Copy link
Owner

Seeloewen commented Sep 9, 2023

For some pages, it would be great to have a warning when going back or continuing, because the user might lose progress made or something similar. This warning will probably be a yes/no messagebox.

Most likely implementation in class WizardPage:

bool hasBackWarning;
bool hasContinueWarning;
string backWarning;
string continueWarning;
@Seeloewen Seeloewen added the enhancement New feature or request label Sep 9, 2023
@Seeloewen Seeloewen self-assigned this Sep 9, 2023
@Seeloewen Seeloewen added the small tool A small tool that doesn't require much work label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request small tool A small tool that doesn't require much work
Projects
Development

No branches or pull requests

1 participant