Tuesday, March 5, 2013

Re: How to reset the tooltip while mouse moves over the same widget?

Unless you can set the title="" on more specific inner elements, you'll have to use "custom tooltips" (e.g. using PopupPanel) rather than setTitle().

On Tuesday, March 5, 2013 10:29:49 AM UTC+1, membersound wrote:
Hi,

I have a quite big Widget, and I want to show dynamic tooltips (.setTitle()) onto it whenever the mouse comes to rest.
Therefore registered MouseOverEvent, which works fine, but only one time! I have to leave the widget, and when I enter it again, the new tooltip is displayed.

BUT I want to tooltip to reappear when I move the mouse inside the widget. How could I do this? Do I have to reset something on MouseMoveEvent?

--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment