Monday, April 7, 2014

Issue with com.google.gwt.user.client.Timer

I am doing a very simple Timer() and the timer is not getting fired in Firefox. It works fine in Chrome and Safari.

Code snippet - 

public void setTimer(){
...
   timer = new Timer(){
   
   @Override
   public void run(){
      logger.log(Level.INFO, "Inside Timer.run()");
   }
}

I am on Mac, using FF version 28.0. Using vaadin-client-7.1.8.jar

Thanks for your help.
Patricia

--
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 it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment