Go to a wizard page from a thread

Wizard for Windows Forms Forum

Posted 19 years ago by frabu
Avatar
Hello,

I'm in front of a strange behavior of Wizard.

I have 2 pages (A = interior and B = exterior page).
From A I click next> wizard button
The next> button (SelectionChanged event handler) starts a thread uploading some stuff on the net. Before the die of the thread I go to the page B (Wizard.SelectedPage = B)
Everything is OK as the page B is correctly displayed... excepted there is no finish button !

The finish button is correctly displayed if I launch the upload from the main thread then at the end of the operation I go to page B: the finish button is displayed.

Any clue or idea ?

Regards
Frank

Comments (1)

Posted 19 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hmmm... I'm stumped on that one. It shouldn't care if you have a second thread or not. As long as the page's FinishButtonVisible allows it and if you are on the last page in the Pages collection it should show the Finish button.


Actipro Software Support

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

Add Comment

Please log in to a validated account to post comments.