• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

How to apply a tooltip to tabs on a DecoratedTabPanel

 
Ranch Hand
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi Ranchers,

I am trying to apply a Tooltip on a mouseOver on a tab in a DecoratedTabPanel.But I found that most of the methods needed to do that are deprecated.

Please suggest how do I go about it


Thanks in Advance.




 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which methods are you trying to use?
 
Rakesh Chaudhary
Ranch Hand
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Sorry....


needs to freeze on the requirement that whether its a DecoratedTabPanel or TabLayoutPanel.....

Will be back soon with the doubts...






 
Rakesh Chaudhary
Ranch Hand
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ya its still DecoratedTabPanel

I was trying to use onMouseOver on the tabs.So that it would display the name of the tabs whenever a users hovers the mouse on it.

For instance like we have it in Eclipse.The thing is my tab names are too long and longer enough that it acquires the whole tab bar on
opening just two tabs

I can reduce the Tab Name but I am struggling on getting the MouseEnter methods on the tabs...

I am using gwt 2.0.3.

I also tried some ready made code available on the net for the toolTip stuff.But here too I am not able to call a mouseEnter on the ToolTipClass.

Waiting for suggestions from the Ranchers...












 
She still doesn't approve of my superhero lifestyle. Or this shameless plug:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic