dahall / AeroWizard

Library for easy creation of custom and Aero Wizards. Aero Wizard strictly follows Microsoft guidelines and uses Visual Styles to get visual theming.
MIT License
112 stars 32 forks source link

Question : lost on finishbutton/nextbutton #103

Closed thebruuu closed 5 months ago

thebruuu commented 5 months ago

Hello

I have a finishbutton with an eventhandler associated finieshed_event_handler

Based on a checkbox I say that current page IsFinishPage or not and the corresponding event handler is responsible to set finishbutton text or nextbuttontext

It turns out that even when isFinishPage is set to false, and I click on Next, the finished_event_handler is called ... how do I do to call instead an event handler to go to next page?

thebruuu commented 5 months ago

Sorry I had commented out a line ...shame on me

thebruuu commented 5 months ago

Thank you for the excellent library