[REBOL] Interrupt long time run
From: didier::jacquemart::libertysurf::fr at: 15-Apr-2002 22:46
Hello.
I've a program under VID that executes a lot of calculations.
In order to follow the progression of the work, from time to time, i display the number
of loops executed.
I would like to stop these loops at any time.
First solution : esc key, but the program ends
Second solution (prefered) : a stop button that, when pressed, will stop the loops.
But the click event will not be immediatly recognized, while the loops are running.
What is the solution?