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.
But when using 8.0.0.8, I get the following (no changes to my code, all I did was install the latest version).
Any idea what is happening here?
Tony.
Strange behaviour going from V8.0.0.7 to V8.0.0.8.
Re: Strange behaviour going from V8.0.0.7 to V8.0.0.8.
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Strange behaviour going from V8.0.0.7 to V8.0.0.8.
Thanks, going to the non-unicode seems to have sorted it out.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.
Re: Strange behaviour going from V8.0.0.7 to V8.0.0.8.
So how do I go about using the Unicode version? I'm passing in a Unicode string to get that error.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.
Re: Strange behaviour going from V8.0.0.7 to V8.0.0.8.
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |