Hi,<div><br></div><div>I created a workflow deriving the steps from the widget step class. I run every step in a separate thread, so they do not block the GUI.</div><div><br></div><div>When I press the Next button, the execution starts in the separate thread, but the next button remains enabled. If I press it again, it starts the next step, even if the current step has not finished!</div>

<div><br></div><div>On the screen still the first page is displayed meanwhile.</div><div><br></div><div>I think the transition should be performed only after that the step sent the onExitComplete signal.</div><div><br></div>

<div>I am not familiar with the internals of the framework. Is there anybody who could have a look at it?</div><div><br></div><div>Thank you very much,</div><div><br></div><div>Miklos</div><div><br></div>