Page 1 of 1

Error in style attribute?

Posted: Tue Aug 30, 2005 12:29 pm
by 9638101
Hello,

I have a webchart (TeeChart 2.0) absolute positioned on a webpage.
When I run the application, the following HTML code is produced:

Code: Select all

style="Z-INDEX: 101; LEFT: 22px; POSITION: absolute; TOP: 39pxclickedy="0clickedx="0; height:400px; width:713px"
The clickedy and clickedx are wrongly outputted.
I.m.o. it should be:

Code: Select all

style="Z-INDEX: 101; LEFT: 22px; POSITION: absolute; TOP: 39px; clickedy=0; clickedx=0; height:400px; width:713px"
Now the TOP attribute value is not recognized and the chart is wrongly located on my page

Regards,

Jaap

Posted: Tue Aug 30, 2005 1:32 pm
by narcis
Hi Jaap,

Which TeeChart build version are you using? This was fixed with the last build available (Build 2.0.2040.15119) from August 2005 as you can read on its release notes. You can also use our debug build versions initiative, announced here.