Teechart 2010 trial version vs. licensed version issues

TeeChart for ActiveX, COM and ASP
Post Reply
Oblicore
Newbie
Newbie
Posts: 79
Joined: Fri May 27, 2005 4:00 am

Teechart 2010 trial version vs. licensed version issues

Post by Oblicore » Mon Mar 28, 2011 4:39 pm

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
Attachments
chart_style.png
chart_style.png (129.07 KiB) Viewed 9210 times
licensed_version.png
licensed_version.png (25.26 KiB) Viewed 9207 times
trial_version.png
trial_version.png (31.9 KiB) Viewed 9199 times

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

Re: Teechart 2010 trial version vs. licensed version issues

Post by Yeray » Wed Mar 30, 2011 8:35 am

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

Oblicore
Newbie
Newbie
Posts: 79
Joined: Fri May 27, 2005 4:00 am

Re: Teechart 2010 trial version vs. licensed version issues

Post by Oblicore » Wed Mar 30, 2011 9:16 am

Hi,

thanks for the reply,

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

Oblicore
Newbie
Newbie
Posts: 79
Joined: Fri May 27, 2005 4:00 am

Re: Teechart 2010 trial version vs. licensed version issues

Post by Oblicore » Wed Mar 30, 2011 11:42 am

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

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

Re: Teechart 2010 trial version vs. licensed version issues

Post by Yeray » Wed Mar 30, 2011 12:51 pm

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