>
>  3) If the mouse cursor not leave the button, the cursor is still in hand 
> shape and the user can continue click the button many times.
>

The cursor is still a hand because buttons, links, ... have their own 
curser css rule. You would have to change these as well. Also you can still 
click the button because you only change the appearance of the curser.

If you want to block all mouse input and you want a globally visible hour 
glass curser you need a glass pane which lies above your web application. 
You can use PopupPanel with enabled glass pane for this and apply your css 
rule for the cursor to the glass pane.

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/hxgFXe_Uv9YJ.
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