Range check error with TeeChart

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Bruce
Newbie
Newbie
Posts: 4
Joined: Mon Aug 01, 2016 12:00 am

Range check error with TeeChart

Post by Bruce » Thu Mar 16, 2017 9:11 pm

I have just returned to older code which was working correctly prior to updating my Delphi and TeeChart software. After recompiling, my program fails with a Range check error when I enter the page with a standard TeeChart. If I delete the chart, I don't get the error and similarly if I delete some of the series I don't get the error. Any suggestions for what to look for?

I use Delphi Pro Berlin 10.2 update with TeeChart Pro v2016.19.16105 3 bit.

Bruce

Bruce
Newbie
Newbie
Posts: 4
Joined: Mon Aug 01, 2016 12:00 am

Re: Range check error with TeeChart

Post by Bruce » Thu Mar 16, 2017 9:55 pm

As a bit of additional information, the error seems to occur in TCustomSeries.DoDrawAll, according to madexcept.

Bruce

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

Re: Range check error with TeeChart

Post by Yeray » Fri Mar 17, 2017 11:15 am

Hello Bruce,

It's difficult to guess. We use to ask customers to arrange a simple example project we can run as-is to reproduce the problem here. You could do it by removing any superfluous bit in your application to get the minimum code to reproduce the problem, or start a new test application and add the minimum code with the same purpose.
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

Post Reply