Page 1 of 1

Teechart 2010 trial version vs. licensed version issues

Posted: Mon Mar 28, 2011 4:39 pm
by 9527011
Hi,

up until last week we used your evaluation ActiveX 2010, we got the new licnese and we are getting strange behaviors.
attached 2 images:
1. with the trial version - look OK (trial_version.png)
2. with the licensed version - with the problems.(licensed_version.png)

1. can you please let us know what caused this problem? (the code that generates the chart is also attached - chart_style.png)
the problem seems to be with teechart colors (this is not related to our previous problem)
2. we used this to map .net colors to uint colors, is that OK? (works fine with the trial version)
private uint ColorToUint(Color c)
{
return (UInt32)(System.Drawing.ColorTranslator.ToWin32(c));
}





10x

Ron

Re: Teechart 2010 trial version vs. licensed version issues

Posted: Wed Mar 30, 2011 8:35 am
by yeray
Hello Ron,

Its seems to be a problem already detected and fixed [TV52015430] as you can see here:
http://www.teechart.net/support/viewtop ... 080#p52515

This fix will be available in the next maintenance release. In the meanwhile, you could use the v2010.0.0.2 as this problem was included in v2010.0.0.3.

Re: Teechart 2010 trial version vs. licensed version issues

Posted: Wed Mar 30, 2011 9:16 am
by 9527011
Hi,

thanks for the reply,

if we will re-style it from scratch will that work?

Re: Teechart 2010 trial version vs. licensed version issues

Posted: Wed Mar 30, 2011 11:42 am
by 9527011
ok,

so basically what you say that the background color is not working in 2010.0.0.3?
how can we get the previous version? (2010.0.0.2)?
and what are the differences between 2010.0.0.2 and 2010.0.0.3?

10x

Re: Teechart 2010 trial version vs. licensed version issues

Posted: Wed Mar 30, 2011 12:51 pm
by yeray
Hi Oblicore,
Oblicore wrote:so basically what you say that the background color is not working in 2010.0.0.3?
Yes.
Oblicore wrote:how can we get the previous version? (2010.0.0.2)?
You should find the v2010.0.0.2 installer in the client area
If you don't find it, don't hesitate to let us know.
Oblicore wrote:and what are the differences between 2010.0.0.2 and 2010.0.0.3?
The differences are listed in the readme:
http://www.steema.com/versioninfo/ax
Besides, as TeeChart AX version is a wrapper from the TeeChart VCL version, you might be interested in the TeeChart VCL readme file too:
http://www.steema.com/versioninfo/vcl
Actually, the panel color problem (TV52015430) was detected and fixed in TeeChart VCL.