Posted 20 years ago
by frabu
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
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