Hallo,
i'm using the TeeChart Pro v2015.16.150901 VCL Version with Source Code and D2007.
I have a chart with one lineseries. When i zoom this series again and again i get a integer overflow debugger exception in the PointInPolygon-function.
Is this an known problem or is there a workaround?
Zooming causes error
Re: Zooming causes error
Hello,
Could you please arrange a simple example project we can run as-is to reproduce the problem here?
How to post in this forum
Could you please arrange a simple example project we can run as-is to reproduce the problem here?
How to post in this forum
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Zooming causes error
Oh I'm sry. Here's the example. You just have to zoom a few times on the series. When you are in a small point of view there will be an integer error.
- Attachments
-
- zoomingerror.zip
- (511.32 KiB) Downloaded 575 times
Re: Zooming causes error
Hello,
We haven't been able to reproduce the problem with Delphi 7, RAD XE or RAD 10 Seattle.
I will install RAD 2007 in a virtual machine to check with it too.
We haven't been able to reproduce the problem with Delphi 7, RAD XE or RAD 10 Seattle.
I will install RAD 2007 in a virtual machine to check with it too.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Zooming causes error
Hello,
I've installed TeeChart Pro v2015.16 Source Code on a new Windows 7 x64 virtual machine with a fresh RAD Studio 2007 and I'm not able to make your project to crash zooming on it; there's a moment where the line disappears, but it doesn't crash.
I've installed TeeChart Pro v2015.16 Source Code on a new Windows 7 x64 virtual machine with a fresh RAD Studio 2007 and I'm not able to make your project to crash zooming on it; there's a moment where the line disappears, but it doesn't crash.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Zooming causes error
Ok.
I think the problem is that I use the overflow check in the delphi settings for runtime errors. If this is not activated the error doesn't occur. But then at a small point of view the series isn't drawn any more.
I think the problem is that I use the overflow check in the delphi settings for runtime errors. If this is not activated the error doesn't occur. But then at a small point of view the series isn't drawn any more.