How I can update a ProgressBarGadget from inside a thread?
note: The ProgressBarGadget is generated outside the thread
Thanks
Code: Select all
onErrorGoto(?Fred)But not inside the thread! The thread cannot use WindowEvent() to receive events from windows that were not created by it.Fred wrote:You can try to flush the events with "while windowevent() : wend"
Code: Select all
onErrorGoto(?Fred)