[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Rendering html as tooltip
|
Hi Michael,
You'll need to implement fake tooltips and put Browser widgets within them.
For examples of these see:
fake tooltips:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet125.java?rev=HEAD&content-type=text/vnd.viewcvs-markup
setting html content into a Browser:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet136.java?rev=HEAD&content-type=text/vnd.viewcvs-markup
Grant
"Michael Bishop" <michael_bishop@xxxxxxxxxxxxxx> wrote in message
news:cp12ek$bqq$1@xxxxxxxxxxxxxxxxxx
> Hi,
>
> Using SWT, I want to render an HTML string as a tooltip.
>
> I have looked at the HoverHelp example that comes with Eclipse which I
> understand but I cannot find an SWT widget that renders HTML.
>
> Can anyone help ?
>
> Thankyou
>
> Michael Bishop
>