Page 1 of 1

The label with "row break" is not splitted into tw

Posted: Tue Dec 25, 2007 8:42 am
by 9527852
We use labels, which we build using "row break".
For TeeChart Pro v7 ActiveX with Unicode (TeeChart7Activex.exe and TeeChartAX7MultiLangUnicode.exe installed) the label with "row break" is not splitted into two rows.
For .net pages we use carriage return "\r".
Label text in c#:

Code: Select all

readingDate.ToShortDateString() + "\r" + LReadingDate.ToShortDateString()
We get the same result when using System.Environment.NewLine :

Code: Select all

readingDate.ToShortDateString() + System.Environment.NewLine + LReadingDate.ToShortDateString()
For asp pages we use for "row breaking" chr(13)
Label text in Server side VBscript:

Code: Select all

month & chr(13) & year

[/img]

Posted: Fri Dec 28, 2007 9:13 am
by Pep
Hi,

yes, you're correct, we're aware of this problem, we're working on the next maintenance release which will be ready soon. We'll try to add a fix for this issue.

Posted: Wed Jan 09, 2008 4:47 pm
by Marc
Hello,

The problem has been corrected and the fix will be included with the next maintenance release available shortly.

Regards,
Marc Meumann

Posted: Sun Feb 17, 2008 12:53 pm
by 9527852
We noticed, that in V8 you fixed this problem (Unicode version Multiline labels and marks were not wrapping correctly. Now fixed - from http://www.steema.com/files/activex/pub ... aseAX8.txt)
We use V7 Unicode: TeeChart7Activex and TeeChartAX7MultiLangUnicode. What do you suppose us to do? Did you fix this problem in the last release of V7?

Posted: Mon Feb 25, 2008 10:31 am
by narcis
Hi Meirs,

Yes, this was fixed for v8. We will try to apply the same solution to v7 and send you the new ocx file.

Posted: Tue Feb 26, 2008 10:48 am
by 9527852
Thank you very much. Due to pressure yesterday we bought V8.