Skip to main content



      Home
Home » Eclipse Projects » NatTable » setBackgroundColor for tooltips
setBackgroundColor for tooltips [message #910724] Mon, 10 September 2012 05:31 Go to next message
Eclipse UserFriend
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 06:23 Go to previous message
Eclipse UserFriend
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: Tue Jul 22 15:20:10 EDT 2025

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

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

Back to the top