Hi, I'm in the middle of a project and would like to display the wait
cursor when until RPC onSuccess is called. I've tried directly setting
and removing the style name of my panel with .waitCursor { cursor:
wait;}. But it seems very glitchey(I'm using Chrome). Then I tried
DOM.setStyleAttribute(RootPanel.get().getElement(), "cursor","wait");
but this again maybe only works once! Any suggestions guys?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to