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
Teechart 2010 trial version vs. licensed version issues
Teechart 2010 trial version vs. licensed version issues
- Attachments
-
- chart_style.png (129.07 KiB) Viewed 9305 times
-
- licensed_version.png (25.26 KiB) Viewed 9302 times
-
- trial_version.png (31.9 KiB) Viewed 9294 times
Re: Teechart 2010 trial version vs. licensed version issues
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.
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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Teechart 2010 trial version vs. licensed version issues
Hi,
thanks for the reply,
if we will re-style it from scratch will that work?
thanks for the reply,
if we will re-style it from scratch will that work?
Re: Teechart 2010 trial version vs. licensed version issues
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
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
Hi Oblicore,
If you don't find it, don't hesitate to let us know.
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.
Yes.Oblicore wrote:so basically what you say that the background color is not working in 2010.0.0.3?
You should find the v2010.0.0.2 installer in the client areaOblicore wrote:how can we get the previous version? (2010.0.0.2)?
If you don't find it, don't hesitate to let us know.
The differences are listed in the readme:Oblicore wrote:and what are the differences between 2010.0.0.2 and 2010.0.0.3?
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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |