A tooltip is something that you generally only have one of on the screen at at time, so you could have a single DecoratedPopupPanel as a sibling of the TabLayoutPanel. Then, create a tooltip event that you fire from a handler on the TextBox to either show/position or hide the tooltip, but also hide the tooltip when switching tabs.
-- Brian On Tue, Jul 5, 2011 at 1:30 PM, gwtomni gwtomni <[email protected]> wrote: > thank you for your quick response. > > I have a textBox with a DecoratedPopupPanel on its right like a toolTip. > Both of them are in a TabLayoutPanel. > problem is when I am switching between tabs, the toolTip is still visible. > > I want a way to know that the textBox is no longer visible to be able to > hide the toolTip. > > thank you. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
