How to cancel rendering
How to cancel rendering
ShinNagamine
Posts: 3Questions: 1Answers: 0
When the rendering is taking long time, I would like to cancel/stop rendering by pressing [Esc] key or something.
Is there any way to stop rendering process?
In my case, the server-side processing cannot be applied.
Thanks, in advance.
This question has an accepted answers - jump to answer
Answers
No, there is not a way to stop rendering using the keyboard. Possibly
deferRender
will help if you are using ajax or Javascript loaded data.Kevin
Hi, Kevin.
Thanks for providing me the solution.
I think applying
deferRender
will be the best way for my system.