Strange behaviour going from V8.0.0.7 to V8.0.0.8.

TeeChart for ActiveX, COM and ASP
Post Reply
TonyVSUK
Advanced
Posts: 163
Joined: Wed Mar 01, 2006 12:00 am

Strange behaviour going from V8.0.0.7 to V8.0.0.8.

Post by TonyVSUK » Tue May 04, 2010 1:17 pm

I've just tried using v8.0.0.8, but have immediately hit a problem.

Using 8.0.0.7, when I access the chart editor, I get this image.
Image

But when using 8.0.0.8, I get the following (no changes to my code, all I did was install the latest version).
Image

Any idea what is happening here?

Tony.

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Strange behaviour going from V8.0.0.7 to V8.0.0.8.

Post by Yeray » Tue May 04, 2010 2:47 pm

Hi Tony,

You probably downloaded the Unicode version that uses unicode strings internally but, as delphi isn't full Unicode until v2010, the components such as TLabel show the unicode strings without formatting them.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

TonyVSUK
Advanced
Posts: 163
Joined: Wed Mar 01, 2006 12:00 am

Re: Strange behaviour going from V8.0.0.7 to V8.0.0.8.

Post by TonyVSUK » Tue May 04, 2010 2:54 pm

Yeray wrote:You probably downloaded the Unicode version that uses unicode strings internally but, as delphi isn't full Unicode until v2010, the components such as TLabel show the unicode strings without formatting them.
Thanks, going to the non-unicode seems to have sorted it out.

TonyVSUK
Advanced
Posts: 163
Joined: Wed Mar 01, 2006 12:00 am

Re: Strange behaviour going from V8.0.0.7 to V8.0.0.8.

Post by TonyVSUK » Tue May 04, 2010 3:13 pm

Yeray wrote:You probably downloaded the Unicode version that uses unicode strings internally but, as delphi isn't full Unicode until v2010, the components such as TLabel show the unicode strings without formatting them.
So how do I go about using the Unicode version? I'm passing in a Unicode string to get that error.

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Strange behaviour going from V8.0.0.7 to V8.0.0.8.

Post by Yeray » Tue May 04, 2010 3:57 pm

Hi Tony,

The unicode version can't format unicode strings in the editor because the components used (TEdit, TButton, TLabel,...) aren't full unicode. Our plans are to have a full unicode version with the next TeeChart ActiveX v9 that will be compiled with a full unicode IDE, RAD Studio 2010.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply