Text in drag marks is truncated at the 8th/9th line

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
SiA
Newbie
Newbie
Posts: 43
Joined: Wed Mar 10, 2004 5:00 am

Text in drag marks is truncated at the 8th/9th line

Post by SiA » Mon Jun 19, 2006 7:55 am

Hi,

:arrow: We have a problem with the capability of drag marks. It seems that drag marks truncate its text after about 270(to be confirmed) characters, or in our case, at the 8th/9th line of our drag mark in exemple that I have posted in newsgroup :?.

:?: How can we extend the number of characters supported by drag marks?

Thanks for your help

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Jun 19, 2006 11:15 am

Hi SiA,

Thanks for reporting.
We have a problem with the capability of drag marks. It seems that drag marks truncate its text after about 270(to be confirmed) characters, or in our case, at the 8th/9th line of our drag mark in exemple that I have posted in newsgroup.


We could reproduce the issue here. There's a 255 character limit because in Delphi 1 Strings where current ShortStrings. We have changed that for next releases.
How can we extend the number of characters supported by drag marks?


If you are a TeeChart Pro source code customer you can change the 255 character limit at TeEngine.pas, in TSeriesMarks.DrawText and TSeriesMarks.TextWidth.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply