NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on November 03, 2010, 01:32:18 PM

Title: CR in html tooltip
Post by: Alberto on November 03, 2010, 01:32:18 PM
Hi,
I need to use a multilne tooltip.
I´m sure I was using <13> and it worked but not anymore.
Any help, please!
Thanks
Alberto
Title: Re: CR in html tooltip
Post by: Flint G on November 04, 2010, 03:21:57 PM
Michelis -

Will the standard [<<br />] do the trick?  I've not tried it myself...

Regards,
Flint
Title: Re: CR in html tooltip
Post by: Alberto on November 05, 2010, 02:00:09 AM
Nop, it does not work in a tooltip.
Title: Re: CR in html tooltip
Post by: Alberto on November 08, 2010, 02:54:32 AM
Any idea Bruce?
Thanks
Title: Re: CR in html tooltip
Post by: Wolfgang Orth on November 08, 2010, 08:19:29 AM
I´m sure I was using <13> and it worked but not anymore.

Alberto,

into what was is that <13> converted now?

Guessing, as I have no Clarion available at this machine:

how about <13,10> or the Pipe-Symbol | or CHR(13)&CHR(10)?

 
Title: Re: CR in html tooltip
Post by: Alberto on November 08, 2010, 10:24:04 AM
Wolfgang,
No, it does not work with <13>, <13,10> or the pipe.
THanks
Alberto
Title: Re: CR in html tooltip Please Bruce!
Post by: Alberto on November 10, 2010, 05:49:08 AM
Buce please, any idea of how to sort this?
THanks
Title: Re: CR in html tooltip
Post by: Rob Mikkelsen on November 18, 2010, 06:02:16 AM
Michelis,

I am not sure if this is what you are looking for, but please see the attached JPG.

This page is from a NetTalk app that shows the number of aircraft that land on each runway during specific time intervals.  To view the callsigns of the aircraft that comprise that total, all the controller has to do is hover over the cell in the table.  I believe this is the same functionality as the tooltip.

To create a linefeed, just insert &#010; into the text.  This is interpreted as a carriage return. 

The problem I had was aligning the columns with the proportional-spaced font.  I had to resort to weighting the text if it contained a "W" or "M" and insert a tab ( &#009; ) or two to align the columns on the fixed tab stops.  It mostly works, but there must be something a bit more elegant.

Cheers!

Rob

[attachment deleted by admin]