Make use of DeferredCommand when performing intense UI updates.  The
drop downs could be lazy loaded as when the user clicks on them the
content gets loaded from the server.  I hope that leads you into the
right direction to fix your problem.  I believe there is an
incremental DeferredCommand which you could try when adding items to a
drop down box.

If the error occurs when you remove the form then you could try
setting the visibility to hidden and try to use the deferred command
to itterate through it to remove the widgets from memory afterwards.

Regards,
LT

On Feb 4, 9:33 pm, rishi <[email protected]> wrote:
> I have developed an application in GWT-Ext. I am facing a problem with
> one of the screens. Whenever this screen is removed from its parent
> panel, IE shows "script running slow..." warning. This screen is
> FormPanel and has a tabbed panel inside it. There are five tabs on
> this tabbed panel, and each tab has a form panel.  Each form has many
> drop downs and tables. These drop downs and tables are populated using
> GWT-Async callbacks.
>
> I have tried to debug this problem alot, and have not been successful
> till now.
>
> Please let me know if someone can help me debugging this, This
> application needs to go in production very soon. If anybody has faced
> similar problem or can guide me how to debug this.
>
> I am using Eclipse/GWTShell to debug the problem. The application is
> huge so i can not paste the code here. I can share the code if need
> be.
>
> Thanks - Rishi
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to