Thanks for the reply I didn't realise . I guess I should testing with both
KDE and Gnome just in case.
Regards,
Sam
--
View this message in context:
http://gambas.8142.n7.nabble.com/Tooltip-help-using-HTML-tp45347p45363.html
Sent from the gambas-user mailing list archive at Nabble.com.
Hi Sam
It looks like you didn't close your second td of each row properly... I
guess try it first with valid html...
Dim sHTML AS String
sHTML &= ""
sHTML &= ""
sHTML &= "Note onG#/Ab
sHTML &= "Row44
sHTML &= "Velocity96
sHTML &= ""
sHTML &= ""
Le 25/01/2014 04:49, Sam a écrit :
> Hi all,
>
> I'm having a problem with the tooltips. It works fine with regular
> text but when I use HTML for a multi-line tooltip the results are not
> predictable. Most of the time an extra blank line shows up at the
> bottom. Seems like it might be wrap
Hi all,
I'm having a problem with the tooltips. It works fine with regular
text but when I use HTML for a multi-line tooltip the results are not
predictable. Most of the time an extra blank line shows up at the
bottom. Seems like it might be wrapping if the last line is shorter (yes
short