Posted 19 years ago by (Anonymous)
Avatar
For some reason my WizardControl has stopped raising events for NextButtonClick. It still goes on to the next page in the sequence but fails to run any code in my event handler.

I have tried deleting my event handler and using Visual Studio to add in another event handler but the WizardCOntrol still does not raise this event.

Any ideas?

Comments (3)

Posted 19 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
That should definitely be working. Our WizardDialogForm attaches to Wizard.NextButtonClick to know when to fire its OnNextButtonClick. And our sample works so I'm thinking it's something on your end.

Try attaching to it in our sample to see if you have the problem there.


Actipro Software Support

Posted 19 years ago by (Anonymous)
Avatar
I was using both Wizard.NextButtonClick and WizardPage.NextButtonClick which stopped the former firing.

I suppose that is that by design?
Posted 19 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Ahh yes... if you handle the NextButtonClick for a WizardPage, the NextButtonClick event for the Wizard will not fire for that page since it's assuming you handled the event in the page-specific event.


Actipro Software Support

The latest build of this product (v24.1.0) was released 3 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.