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: 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 sek...@allurefx.com wrote: Can someone help please? I badly need to fix this. Seems like a common problem...with a common solution. E.g., how

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 takes

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

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 fm2...@mably.com wrote: Hi everybody, I have some GWT 2.0

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

2010-01-15 Thread mably
you compile. On Jan 14, 12:07 pm, mably fm2...@mably.com 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 Is runAsync running synchronously in dev mode ? On 14 jan, 13:29

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 peter.ondru...@gmail.com wrote: public class Upload extends HttpServlet {         private static final long serialVersionUID = -7859156850837921885L;         private final Logger logger =

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 t.bro...@gmail.com wrote: On 27 jan, 00:43, mably fm2...@mably.com wrote: A solution to this problem anyone ? The JavaDoc says send back text/html. Follow this advice, really (just pay attention to and chars