cannot remove tooltip

131 views
Skip to first unread message

Radoslaw Pujan

unread,
Sep 27, 2012, 8:05:46 PM9/27/12
to gwt-bo...@googlegroups.com

I cannot remove tooltip.
I have condition that sometimes tooltip should be show... and in other condition it should be hidden (deleted).
So I create tooltip programmicaly and works like charm
        tooltip = new Tooltip();
        tooltip.setWidget(widget);
        tooltip.setText(message);
        tooltip.setPlacement(Placement.LEFT);
        tooltip.reconfigure();

But when I try to remove tooltip... no luck. 
I have tried those 3 commands...and none of them is working
         tooltip.hide();
        tooltip.remove(widget);
        tooltip.setWidget(null);

Ohashi, Keisuke

unread,
Sep 27, 2012, 8:50:21 PM9/27/12
to gwt-bo...@googlegroups.com

Hi.
right now, it's not supported.
But i think we should support it.

Could you post this issue to github ?


Regards.

--
keisuke oohashi

2012/09/28 9:05 "Radoslaw Pujan" <radosla...@gmail.com>:
--
You received this message because you are subscribed to the Google Groups "GWT-Bootstrap" group.
To view this discussion on the web visit https://groups.google.com/d/msg/gwt-bootstrap/-/1AEWpEdFNfQJ.
To post to this group, send email to gwt-bo...@googlegroups.com.
To unsubscribe from this group, send email to gwt-bootstra...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gwt-bootstrap?hl=en.
Message has been deleted

Ohashi, Keisuke

unread,
Sep 28, 2012, 4:04:36 AM9/28/12
to gwt-bo...@googlegroups.com
Okay. ;-)
I'll add it own.

Ohashi, Keisuke

unread,
Sep 29, 2012, 6:42:17 AM9/29/12
to gwt-bo...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages