Search found 4 matches

by Lykke
Tue Apr 09, 2019 10:19 am
Forum: VCL
Topic: Overflow on chart resize
Replies: 11
Views: 20442

Re: Overflow on chart resize

Below seems to work. I think the problem is that FPU uses 80 bit internally wheras SSE only uses 64 bit. For this reason the MinAxisIncrement will have to be higher on Win64 platform (SSE). I have not investigated the lower possible value for MinAxisIncrement, but at least below seems to work. It is...
by Lykke
Mon Apr 08, 2019 12:33 pm
Forum: VCL
Topic: Overflow on chart resize
Replies: 11
Views: 20442

Re: Overflow on chart resize

I have tried, but I do not know if I did it correctly. I have now installed binary version and not source code version. I installed just now source code version in parallel without running teerecompile. Then I modified Teengine.pas. Ran Teerecompile without installing packages into the IDE. Compied ...
by Lykke
Tue Mar 26, 2019 2:38 pm
Forum: VCL
Topic: Overflow on chart resize
Replies: 11
Views: 20442

Re: Overflow on chart resize

This is clearly not the correct solution as this means the chart cannot be resized below that size. Also what if the margins change, then the constant 100 should also change. Please look at it again to avoid the overflow in your calculations. Right now I mask overflow exceptions, but clearly that me...
by Lykke
Thu Mar 21, 2019 3:13 pm
Forum: VCL
Topic: Overflow on chart resize
Replies: 11
Views: 20442

Re: Overflow on chart resize

It is now 2 years since I reported this and it is still not fixed. Please fix this critical issue a.s.a.p. Why should I continue my subscription if such critical bugs is not even fixed within two years?