On Mar 23, 2:21 pm, Jeff Chimene <[email protected]> wrote: > On 03/23/2010 11:05 AM, keyboard_samurai wrote: > > > Hi, > > > I need to know if anyone has solved the script running too long issue > > in internet explorer. I have a requirement where we need to show a lot > > of information (in thousands) in tree structure. I was just checking > > using GWT EXT and came across this issue. The issue in detail can be > > found @http://support.microsoft.com/kb/175500. As i interpret the > > issue arises bcoz of the high volume of data to be shown is crossing > > the maximum no of statements which can be executed. > > > Has anyone encountered such an issue and fixed it ? > > Does the script process all data at once? It may need to process the > data in batces.
If the original poster can, just return the direct children of a node when the node is opened. If he needs to, implement paging on the server, and use IncrementalCommand to release control to the browser after each page. Respectfully, Eric Jablow -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
