Page 1 of 1

Problem in IDE: TAreaSeries not found

Posted: Mon Jul 18, 2011 9:38 pm
by 16558438
My problem is the following:
I use a TAreaSeries in a chart and that's working fine so far. But every now and then when I try to open the form in the IDE a message pops up saying "TAreaSeries not found". When that happens the only way to resolve that is to delete the chart from the form and add it again. Then it works for a while but all of a sudden it could happen that when you open that form that you get the message again.

It's really annoying to redo things over and over again. Do you have an idea what the problem is?

It happens only with TAreaSeries. We use that chart in various forms and they all suffer from that problem. We've been using TeeChart for quite a while but when we updated to the latest version the described problem started.

Do you have an idea what the problem could be?

Regards,
Dirk.

Re: Problem in IDE: TAreaSeries not found

Posted: Tue Jul 19, 2011 3:41 pm
by yeray
Hello Dirk,

It sounds like a paths confusion in your IDE or in the project references. Is it a Delphi or a C++Builder project? Does it also happen in a new project or only in an old one?
I'd suggest you to check the IDE library and search paths with no project opened.
I'd also suggest you to edit manually (with notepad or similar) the project files (if it only happens in an old project) and correct any reference to an old TeeChart installation.

Re: Problem in IDE: TAreaSeries not found

Posted: Mon Jul 25, 2011 10:26 am
by 16559313
Hi,
since a few hours I have the same problem. I allready deinstalled and reinstalled TeeChart. I have the following things:

- If I start a new project and place a Chart on the main form everything works as expected.

- After shutdown and restart Delphi the chart is displayed and for the series in the chart a symbol is placed on the form. The chart editor is not available and cannot be opened.

- When I place a new chart on the same form the charteditor is available again.

I checked already the library path an everythings look ok for me. I'm unter time pressure and now have this problems :x . I uses Delphi (from RAD Studio XE) and TeeChart in the actual version.

Please help.

Tanks
Alex

Re: Problem in IDE: TAreaSeries not found

Posted: Wed Jul 27, 2011 2:58 pm
by yeray
Hello Alex,

Excuse me for the delayed reply.
It sounds like a confusion in the paths too.
Please, check if it happens only with an old project or also in new projects.
Check that TeeChart's paths are correct and on placed the top of the lists. Ensure that the correct TeeChart is selected in the packages list. This should be enough for new projects.

If you still have problems with it, please tell us what system are you using and if the problem happens in Delphi or C++Builder projects, in new or only old projects.

Re: Problem in IDE: TAreaSeries not found

Posted: Tue Aug 02, 2011 11:10 am
by 16558229
I have similar problem but with TColorBand and It looks like the problem in

http://www.vimeo.com/19448049

Best reagrds
mazipm

Re: Problem in IDE: TAreaSeries not found

Posted: Tue Aug 02, 2011 1:32 pm
by yeray
Hello,

The customer that created this video found a solution as he explained here:
http://www.teechart.net/support/viewtop ... 799#p52134

The conflict can be caused by a third party tool that uses the TeeChart packages that came with the IDE, and when you install another TeeChart version, you should recompile that packages too.

So please, check the paths as explained above (without any project opened), check if a new simple project works fine, and unselect any third party tool that may be using TeeChart from the packages list.

Re: Problem in IDE: TAreaSeries not found

Posted: Tue Aug 02, 2011 4:20 pm
by 10542365
Some time ago I had such issue but with TAnnotationTool, using TeeChart2011 for BuilderXE. Every time on the old project start I've seen this message.
The first solution was to start without open project and then open project without problem.
If BuilderXE Started and opened project automatically, I've seen this message, moreover, after that IDE was making changes in the .DFM and .h file and I had to refersh these file from previous versions.

This arised suddenly and at last I had to reinstall CBuilder.

Re: Problem in IDE: TAreaSeries not found

Posted: Wed Aug 03, 2011 8:38 am
by yeray
Hello anauta,

If the problem only happens in an old project (usually a C++Builder project) the confusion with the paths may be in the project files. I'd suggest you to edit manually (with notepad or similar) the project files and correct any reference to a previous TeeChart installation.