How is the array created and initialized, or processed?
Usually I have something like this when there is a big loop in JScript which means just too much processing, or so many objects (array items) being created that it takes very long and appears to hang the browser (nothing can happen for a long time)
Solution usually is to break things up, optimize code, put loop iterations into timeouts, and do things while the timeouts occur so the browser shows activity, like the loading bars or some creative animation(or game?)
Or redesign why you have 400 records, you can load dynamically using panels.
todd.
----- Original Message -----
Sent: Thursday, May 02, 2002 10:31 AM
Subject: [Dynapi-Help] IE hanging. Possible causes?

Does anyone have any ideia of the what makes IE 5.0 and IE 5.5 hang up.
 
I belive that the main cause the use of a very big array, more the 400 records, what is not really big on a non-script language but seens to be more than what IE can handle.
Also, this array has filenames of images that will be loaded by DynImage, which also seens to have a own array of filenames and Image Objects.
 
Thanx for any help.
 

Reply via email to