Re: GWT 2.6.0 / Java 6: UnsupportedClassVersionError in DevMode

2014-02-12 Thread Timo Hoepfner
Hi, I switched the DevMode JRE back to Java 6 and tried to reproduce the problem but I couldn't. It must have been caused by some stale file that escaped my cleaning yesterday but has since been replaced. Thanks to all of you for the help and sorry for the trouble. Timo Am Mittwoc

Re: GWT 2.6.0 / Java 6: UnsupportedClassVersionError in DevMode

2014-02-11 Thread Timo Hoepfner
looks like com.google.gwt.dev.shell.CompilingClassLoader is generating Java 7 byte code even when running on a Java 6 JRE (and when -sourceLevel 6 is specified to DevMode). For now I'm launching DevMode with JRE 7, but it looks like a bug to me… Timo Am Montag, 10. Februar 2014 21:43:16

GWT 2.6.0 / Java 6: UnsupportedClassVersionError in DevMode

2014-02-10 Thread Timo Hoepfner
ChannelServer.java:364) at java.lang.Thread.run(Thread.java:695) Is there anything I can do about that? Thanks for your help, Timo -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from

Re: gwt app freezes on android

2014-01-14 Thread Timo
I think I found the problem. After some debugging I think the problem is timer.scheduleRepeating(milliseconds) . It will run the timer only once after the device wakes up from sleep, but it takes a lot of time to "catch up" or something. I replaced timer.scheduleRepeating with timer.schedule(mi

Re: gwt app freezes on android

2014-01-09 Thread Timo
Did you ever found out the cause? I have the same problem. It will take a couple of minutes to start responding again. Timo torstai, 20. kesäkuuta 2013 16.30.59 UTC+3 andy_p1 kirjoitti: > > Hi, > I am facing a wierd problem with my gwt app. This app is loaded from the > browse

Re: XML Parsing memory leak

2013-12-12 Thread Timo
ried replicating this with pure JS ? (if the leak appears in > pure JS, then GWT can't make it better; otherwise it'd mean the leak comes > from GWT) > > On Wednesday, December 11, 2013 12:24:58 PM UTC+1, Timo wrote: >> >> Hello, >> I've a GWT applica

XML Parsing memory leak

2013-12-11 Thread Timo
and I can see on the Debugger Tools Timeline that document count increases by 1 and DOM node count by ~800 with each click of the button. With 25mins testing it did clear all of these from the DOM (at ~2min), but after that they were not cleaned. Can I somehow manually remove this from memory or t

Re: Acrobat JAVASCRIPT generated by GWT

2009-01-14 Thread Timo
Is there any help out there??? On 2 Dez. 2008, 17:39, Timo wrote: > Hi Team, > > is there a way to generate a JAVASCRIPT Application (like a gadget) > that is executed in a PDF? > (http://www.adobe.com/devnet/acrobat/javascript.html) > > T

Acrobat JAVASCRIPT generated by GWT

2008-12-02 Thread Timo
Hi Team, is there a way to generate a JAVASCRIPT Application (like a gadget) that is executed in a PDF? ( http://www.adobe.com/devnet/acrobat/javascript.html ) Thx for input Timo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: 1.5 final compiler warning

2008-08-29 Thread Timo
We got the same while changing to the trunk version from 26.08.2008 btw: same with the trunk of today! Timo On 29 Aug., 06:44, elliot <[EMAIL PROTECTED]> wrote: > Map as an rpc parameter generates a warning > immediately after updating from 1.5.1 to 1.5.2 > > Analyzing metho