Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by aalekhya on Feb 18, 2009 05:20
open dhtmlx forum
tree issue

Hi,

I am using professional dhtml xgrid and tree in my application,
when I am trying to load tree and grid ,some times I am getting the following javascript error message:

"Stop running this script, a script on this page is causing IE to run slowly. If it continues to run, your computer may be unresponsive."

Let me know how to solve the above problem?

thanks
aalekhya
Answer posted by Support on Feb 18, 2009 06:25
>>"Stop running this script, a script on this page is causing IE to run slowly. If it continues to run, your computer may be unresponsive."
This is not an error , but message which appears when script executed too long time. Basically it means that you are loading too much data.
You can use smartRendering in case of grid and smartXMLParsing or dynamical loading in case of tree to improve loading time. 
Answer posted by aalekhya on Feb 18, 2009 20:11
I used  smartXMLParsing.But still the error is coming.Is there any chance to avoid it
Answer posted by Support on Feb 19, 2009 01:59
In case of dhtmlxtree you can try to use distributed parsing ( enableDistributedParsing )  - it will not improve performance, but will break single loading process on sets of iterations, which will prevent "stop running this script" message.