Problem solved. Instead of calling the show() meathod from the Window itself, a called it from my mainform. This made all the diffrence. Strange though... Thanks for your reply anyway
On 8 Okt, 20:03, luttkens <[EMAIL PROTECTED]> wrote: > I've tracked down exactly where were the code runs slow. It's when I > call the window's show() method. Does that make any sense? I can > publish all code, but it is pretty much and that's why I try to > explain it more.. > > On 6 Okt, 15:42, leo_BsAs <[EMAIL PROTECTED]> wrote: > > > Probably your listener fire an infinity loop... > > If you want, you can post pieces of your code... so we could help > > you.. > > > Regards, > > > Leo > > > On Oct 5, 4:31 pm, luttkens <[EMAIL PROTECTED]> wrote: > > > > I've got a Window-widget with six textfields and five radiobuttons. I > > > also have a custom-made listner so that the opener of the Window knows > > > if OK or cancel was pressed. I also pass Record with data along with > > > the listener. > > > > For some reason this script is running very slow, but only sometimes. > > > When it does the web browser asks if the script should be stopped. > > > > Does anyone know how to solve this. Is there any hints/tips? I guess > > > eleven widgets shouldn't be too heavy for the browser... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" 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/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
