Page 1 of 1

error with old program

Posted: Tue Feb 04, 2014 3:51 pm
by 16566254
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

Re: error with old program

Posted: Fri Feb 07, 2014 11:41 am
by narcis
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.

Re: error with old program

Posted: Fri Feb 07, 2014 6:29 pm
by 16566254
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

Re: error with old program

Posted: Fri Feb 07, 2014 9:46 pm
by narcis
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.