Page 2 of 2

Re: Procedure freezes open window

Posted: Fri Jun 22, 2018 12:29 pm
by Jarlve
Peter wrote:
the.weavster wrote: But the WebWorker file is already separate:
I assume that Jarlve wants to write his time-consuming Procedure in SpiderBasic-Syntax and not in JavaScript.

Greetings ... Peter
Indeed.

As stated previously I have solved the issue with AddWindowTimer(0,0,1) and BindEvent(#PB_Event_Timer,@MyProcedure()). MyProcedure runs for 10,000 iterations, saves the calculations and resumes on the next call.

Thanks everyone for pitching in.