On 8 déc, 06:49, "Daniel Kurka" <[EMAIL PROTECTED]> wrote:
> Try this instead:
> public static native void repeatTime() /*-{
> bla = @com.google.gwt.client.myreminders::testtry()();
To get a reference to the method ("method pointer"), remove the last
pair of parens (the first pair is part of the method's signature).
> t=setTimeout(bla,500);
> }-*/;
But frankly: use the Timer class.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---