Upgrade from 8.02 to 8.04

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Reinhard
Newbie
Newbie
Posts: 5
Joined: Tue Apr 15, 2008 12:00 am

Upgrade from 8.02 to 8.04

Post by Reinhard » Thu Feb 19, 2009 3:02 pm

Hello,

I am using RAD Studio 2007 and a VCL.NET application and
I upgraded from Teechart Pro 8.02 to 8.04.
Now, when viewing a chart I get an index error.

A right mouse click on the chart shows 'Teechart Pro v8.04.11395 Win32'.
But it should be the .NET version!
Why this?
How can I easily change this?

Thanks and regards
Reinhard

Reinhard
Newbie
Newbie
Posts: 5
Joined: Tue Apr 15, 2008 12:00 am

Additional info

Post by Reinhard » Fri Feb 20, 2009 8:59 am

Hello,

I forgot to mention teh error message (translated from german):

'Index was out of range. It must niozt be negativ or less than the list.
Parameter name: index.

Please help.

Thank you and regards
Reinhard

Reinhard
Newbie
Newbie
Posts: 5
Joined: Tue Apr 15, 2008 12:00 am

more infos

Post by Reinhard » Fri Feb 20, 2009 9:26 am

Hello,

Just a Test:
I create a new vcl.net project.
I add a tchart component.
I want to add a serie.
Then an error message occurs:
'bds: the index was out of range'

Please help.

Reinhard

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Fri Feb 20, 2009 10:28 am

Hi Reinhard,

Yes, you are right. It seems that there is a problem with the series gallery window that don't allow you to add series at designtime. I've added it to the wish list as a high priority (TV52013884) to be fixed as soon as possible.

On the other hand, please, could you verify and delete the old references at Components/Installed NET Components.../Assembly Search Paths?
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Reinhard
Newbie
Newbie
Posts: 5
Joined: Tue Apr 15, 2008 12:00 am

workaround?

Post by Reinhard » Mon Feb 23, 2009 1:18 pm

Hi Yeray,

as you can see, the problem occurs in VCL.NET with TLineSeries and TPointSeries.
Is there any workaround possible?

Regards, Reinhard

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Mon Feb 23, 2009 2:55 pm

Hi Reinhard,

The only thing I can recommend for now is to create your series at runtime and disable any user access to the series' gallery if enabled.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Reinhard
Newbie
Newbie
Posts: 5
Joined: Tue Apr 15, 2008 12:00 am

Post by Reinhard » Mon Feb 23, 2009 3:20 pm

Hi,

sorry, but creating the series at runtime gives the same problem
(Index error) when showing the form!

Series_m0 := TPointSeries.Create( Self );
Series_m0.ParentChart := Chart1;

Please have a look at the newsgroups or change my test project to
creating TPointSeries at runtime.

regards,
Reinhard

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Mon Feb 23, 2009 4:16 pm

Hi Reinhard,

I think you still could have old confusing references at your delphi's search path, library path and/or assembly path. Have you revised them?

The project you sent to us shows win32 at teechart's about that makes me think that this is not a vcl.net project. Do you create the project through File/New/VCL Forms Application - Delphi for .NET?

Your project shows me the series' gallery without errors at design time and crashes, as you say, when showing a populated series.

I've sent a simple VCL.NET project that creates a series and populates it at runtime to the mail account you used to send the project to us. Could you try to compile and run it?
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

tobias
Newbie
Newbie
Posts: 1
Joined: Mon Apr 14, 2008 12:00 am

Post by tobias » Mon Feb 23, 2009 6:46 pm

Hi Yeras,

thank you for your help!
Nevertheless, I think it has something to do with the color.
Try:
//Series_m0.FillSampleValues(25);
Series_m0.addxy(1,2,'d',clGreen); // <--
Series_m0.addxy(4,5);
in your Simple_project and you will get the index error, sure.

Thanks and regards
Reinhard

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Tue Feb 24, 2009 9:03 am

Hi Reinhard,

Yes, you are right. It seems that there is happening something strange when drawing this chart because it crashes, as you said, when showing the form.

So, I've added it to the wish list (TV52013890) and we'll try to solve it as soon as possible.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

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

Post by Narcís » Tue Mar 17, 2009 3:57 pm

Hi Reinhard,

Just wanted to let you know that the issue has been fixed for the next maintenance release.
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