Procedure freezes open window

Just starting out? Need help? Post your questions and find answers here.
Jarlve
Posts: 19
Joined: Mon Jun 18, 2018 6:10 pm

Re: Procedure freezes open window

Post 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.
Post Reply