Re: Slow Scrolling in GWT

2009-02-13 Thread CK
he scroll is > slow. Now, this may or may not be related to GWT directly, but I'd > still appreciate any advice. Is this something others have observed? > Any way to get around it? > > Best, > > J > > > On Feb 13, 12:35 am, Rhyce wrote: >> Hi All, >> >

Re: Slow Scrolling in GWT

2009-02-13 Thread Rhyce
Now, this may or may not be related to GWT directly, but I'd still appreciate any advice. Is this something others have observed? Any way to get around it? Best, J On Feb 13, 12:35 am, Rhyce wrote: > Hi All, > > I've been experiencing an issue that I can't seem to

Slow Scrolling in GWT

2009-02-13 Thread Rhyce
Hi All, I've been experiencing an issue that I can't seem to nail down: Slow Scrolling in GWT. My setup is this: A TabPanel with a DockPanel in it. In the dock panel there are about, say anywhere from 10-300 images that are about 1000x1000. In Safari (I'm on a Mac) I can scro

RE: slow scrolling in gwt

2008-09-15 Thread Perelman Nathan (Nathan)
@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Czarna Foka Sent: Friday, September 12, 2008 18:09 To: Google Web Toolkit Subject: slow scrolling in gwt Hi I'm very exciting of power of gwt and I have great idea for web application but... One of component on my application will be group

Re: slow scrolling in gwt

2008-09-14 Thread Amit Dhingra
Hi, Though I am a newbie to GWT, but would like to ask if you are facing this on both hosted and external browsers. As I had issues of slow switching between tabs in hosted browser, but on firefox it runs fine. Cheers, Amit Dhingra On Sat, Sep 13, 2008 at 3:39 AM, Czarna Foka <[EMAIL PROTECTED]>

Re: slow scrolling in gwt

2008-09-14 Thread Len
Hi Perhaps a way is not to keep all the lines in the scroll panel - only the last 100 or so. When new lines are added after 100 remove the old ones and if you need to, keep them in a buffer. Then when someone scrolls back up past 100 lines you can add them back to the buffer. In other words the s

slow scrolling in gwt

2008-09-14 Thread Czarna Foka
Hi I'm very exciting of power of gwt and I have great idea for web application but... One of component on my application will be group chat so I try do performance tests and it shows me that scrolling in gwt isn't very fast. I did chat component as HTML inside ScrollPanel and client side receive