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
error with old program
error with old program
- Attachments
-
- TChart-error.png (19.86 KiB) Viewed 4545 times
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: error with old program
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.
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 |
Instructions - How to post in this forum |
Re: error with old program
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
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
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: error with old program
Hi Henk,
Yes, maybe package/units references from different versions.HenkBoog wrote:Is it possible that in XE3 there where leftovers from a previous install?
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |