Page 1 of 1

compile old project written in Teechart6

Posted: Sun Aug 31, 2008 2:07 am
by 8439559
I have bought Teechart Pro 6 previously, and made a couple BcB5 project with it. Recently I tried Teechart Pro8, after completely remove Teechart 6. The old project compiled and linked without error. However when I ran the program the following error occurred:
Project xxx raised exception class EReadError with message 'Error reading Series1->DownCloseGradientStartColor: Property does not exist' Process stopped. Use step or run to continue.

What can I do?

Do you have a list of modified property in the VCL from v6 to v8 so that we can change our code accordingly?

thanks,
mak

Posted: Mon Sep 01, 2008 9:26 am
by narcis
Hi mak,

I'm sorry but we don't have such a list available. Little things should have been changed. However, if you are having problems with it don't hesitate to let us know.

For this very specific problem please try using Series1->DownCloseGradient->StartColor.

Posted: Tue Sep 02, 2008 12:20 am
by 8439559
Dear sir;
I am afraid that I did not reference the the property:
Series1->DownCloseGradientStartColor in my code.
In other words, it may be referenced in the library of TeeChart 6 I bought previously. As I purchased Teechart6 without the source code, do I need to replace the TChart component of ver 6 to ver 8 in my form to get it run?

thanks,
mak

Posted: Tue Sep 02, 2008 8:23 am
by narcis
Hi mak,

You may not have used it in your code but may have changed it at designtime using v6 so it's written in the form's code. You can go to the form, right-click on it and select "View as text" to modify the properties.

Hope this helps!