Re: [Gambas-user] Tooltip help using HTML.

2014-01-25 Thread sfdadds
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.

Re: [Gambas-user] Tooltip help using HTML.

2014-01-25 Thread Caveat
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 &= ""

Re: [Gambas-user] Tooltip help using HTML.

2014-01-25 Thread Benoît Minisini
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

[Gambas-user] Tooltip help using HTML.

2014-01-24 Thread Sam
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