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

TeeChart for ActiveX, COM and ASP
Post Reply
Meirs
Newbie
Newbie
Posts: 11
Joined: Wed Jul 27, 2005 4:00 am
Contact:

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

Post by Meirs » Tue Dec 25, 2007 8:42 am

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]

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Dec 28, 2007 9:13 am

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.

Marc
Site Admin
Site Admin
Posts: 1258
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Post by Marc » Wed Jan 09, 2008 4:47 pm

Hello,

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

Regards,
Marc Meumann
Steema Support

Meirs
Newbie
Newbie
Posts: 11
Joined: Wed Jul 27, 2005 4:00 am
Contact:

Post by Meirs » Sun Feb 17, 2008 12:53 pm

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?

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 Feb 25, 2008 10:31 am

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.
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

Meirs
Newbie
Newbie
Posts: 11
Joined: Wed Jul 27, 2005 4:00 am
Contact:

Post by Meirs » Tue Feb 26, 2008 10:48 am

Thank you very much. Due to pressure yesterday we bought V8.

Post Reply