error with old program

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
HenkBoog
Newbie
Newbie
Posts: 2
Joined: Mon Jun 17, 2013 12:00 am

error with old program

Post by HenkBoog » Tue Feb 04, 2014 3:51 pm

Hello,

After I installed the latest VCL in Delphi XE3 and compiled en run an older program I get an error message when I open the form with a TChart on it (see attachment) When I remove the TChart the form gives no problem.
When I put a TChart again on it the problem is back again.

Can you help me?

Greetings,
Henk van den Boogaard
Attachments
TChart-error.png
TChart-error.png (19.86 KiB) Viewed 4526 times

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: error with old program

Post by Narcís » Fri Feb 07, 2014 11:41 am

Hello Henk,

This is quite strange, this property should still work. You can try changing it to Chart1.Axes.Bottom.LabelsFormat.Font.Name. If the problem persists please attach a simple example project we can run "as-is" or let us know the exact steps we should follow to reproduce the problem here.

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

HenkBoog
Newbie
Newbie
Posts: 2
Joined: Mon Jun 17, 2013 12:00 am

Re: error with old program

Post by HenkBoog » Fri Feb 07, 2014 6:29 pm

I ported the program to Delphi XE5 with a clean install ans the problem was gone.
Is it possible that in XE3 there where leftovers from a previous install?

BTW your suggestion did not solved the problem.

I now go with XE5, so no problem.

Greetings
Henk

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: error with old program

Post by Narcís » Fri Feb 07, 2014 9:46 pm

Hi Henk,
HenkBoog wrote:Is it possible that in XE3 there where leftovers from a previous install?
Yes, maybe package/units references from different versions.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply