Eclipse "Analyzing sources" process takes ages

2010-05-02 Thread mably
Hi everybody, Every time I change some dependencies in my GWT project, Eclipse lauches an "Analyzing sources" process which takes ages (several minutes). Next goes the compilation process which goes a lot faster. Does anyone have the same problem ? Why does this "Analyzing sources" process take

Re: Scroll techniques for mobile phones

2010-04-05 Thread mably
Did you try two fingers scrolling ? http://stackoverflow.com/questions/615357/scrollable-div-on-iphone-without-using-2-fingers On 5 avr, 09:00, Sekhar wrote: > Can someone help please? I badly need to fix this. Seems like a common > problem...with a common solution. E.g., how does the Gmail app

Safari Windows takes 100% on example page

2010-03-29 Thread mably
Hi everybody, Does anyone know why Safari on Windows takes 100% CPU when displaying this simpe example page : http://gwt.google.com/samples/Showcase/Showcase.html I've the same problem on my GWT 2.0 application, it's quite annoying for my Safari users. Is Safari on Windows not fully compatible

Re: SubmitCompleteEvent.getResults on File upload

2010-01-27 Thread mably
It works, thanx for your answer. François On 27 jan, 01:38, Thomas Broyer wrote: > On 27 jan, 00:43, mably wrote: > > > A solution to this problem anyone ? > > The JavaDoc says "send back text/html". Follow this advice, really > (just pay attention to "&

Re: SubmitCompleteEvent.getResults on File upload

2010-01-26 Thread mably
A solution to this problem anyone ? On 28 déc 2009, 14:58, Peter Ondruska wrote: > public class Upload extends HttpServlet { > >         private static final long serialVersionUID = -7859156850837921885L; >         private final Logger logger = Logger.getLogger(getClass().getName()); > >        

Re: GWT 2.0 runAsync code works fine in development mode but fails in normal mode

2010-01-15 Thread mably
seful when you compile. > > On Jan 14, 12:07 pm, mably wrote: > > > > > Oops, sorry...  It's asynchronous, so my list object is most probably > > always null when I read it. > > > What is strange is why it's not null in development mode > >

Re: GWT 2.0 runAsync code works fine in development mode but fails in normal mode

2010-01-14 Thread mably
Oops, sorry... It's asynchronous, so my list object is most probably always null when I read it. What is strange is why it's not null in development mode Is runAsync running synchronously in dev mode ? On 14 jan, 13:29, mably wrote: > Hi everybody, > > I have some GWT 2.0

GWT 2.0 runAsync code works fine in development mode but fails in normal mode

2010-01-14 Thread mably
Hi everybody, I have some GWT 2.0 runAsync code that works perfectly fine in dev mode but fails in normal mode. Is it a GWT bug or am I doing something wrong ? Is there some way to identify where the probleme comes from exactly ? The only information I have is a Chrome Developer Tools javascrip