Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » NatTable » setBackgroundColor for tooltips
setBackgroundColor for tooltips [message #910724] Mon, 10 September 2012 09:31 Go to next message
Domenic Lee is currently offline Domenic LeeFriend
Messages: 11
Registered: July 2012
Junior Member
Hi,

setBackgroundColor does not work,please advise....

public ExampleNatTableToolTip(NatTable natTable) {
super(natTable, ToolTip.NO_RECREATE, false);
this.setBackgroundColor(GUIHelper.COLOR_WHITE);
this.natTable = natTable;
}

Thanks,
Domenic
Re: setBackgroundColor for tooltips [message #910745 is a reply to message #910724] Mon, 10 September 2012 10:23 Go to previous message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
Hi,

your are talking about the Tooltips example in NatTable examples right? Then you should look at attachToolTip() where background color is set after creation of the instance. If you remove this, your constructor code shouldn't be overriden anymore.

Greez,
Dirk
Previous Topic:Drag in NatTable
Next Topic:Tree node text doesn't use full cell width
Goto Forum:
  


Current Time: Thu Apr 25 06:31:17 GMT 2024

Powered by FUDForum. Page generated in 0.03146 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top