All,

I am calling a timer in my code using:

myTimer.schedule(100);

When this code runs in hosted mode, I see the following exception in
the GWT Console

00:00:25.284 [ERROR] (String): invoke of
@com.google.gwt.user.client.Timer::clearTimeout(I) failed
com.google.gwt.core.client.JavaScriptException: (String): invoke of
@com.google.gwt.user.client.Timer::clearTimeout(I) failed       at
com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:
237)    at
com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:
132)    at
com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:
561)    at
com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:
289)    at
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:
107)    at com.google.gwt.user.client.Timer.clearTimeout(Timer.java)    at
com.google.gwt.user.client.Timer.cancel(Timer.java:87)  at
com.google.gwt.user.client.Timer.schedule(Timer.java:108)

I am fairly new to GWT at this level.  After tracing through the code
I see that clearTimeout is a native method.  I am not sure how to
further debug what's going on here.  Any tips would be appreciated.
Thanks.

~Michael

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/google-web-toolkit?hl=en.

Reply via email to