setBackgroundColor for tooltips [message #910724] |
Mon, 10 September 2012 05:31  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.06308 seconds