Search found 3 matches

by Slix
Thu Nov 13, 2014 12:39 pm
Forum: Java
Topic: Restore axes method throws an exception after unzoom
Replies: 6
Views: 31488

Re: Restore axes method throws an exception after unzoom

Hi Yeray,

thx for the fix! My question for the moment is, how am I able to download this maintenance release? I can't find it in my download area, it's really urgent. :) I hope you can help me.
by Slix
Wed Sep 17, 2014 8:49 am
Forum: Java
Topic: Restore axes method throws an exception after unzoom
Replies: 6
Views: 31488

Re: Restore axes method throws an exception after unzoom

Hi Yeray, thx for reply. I use absolutely the same/newest version as you. Maybe you didn't reproduce it in the way I described it. :wink: The code I attached, you should use in the following manner. 1) Start the TeeChart SWT Application by running the attached code. 2) Zoom into the Chart 3) press t...
by Slix
Fri Sep 12, 2014 11:58 am
Forum: Java
Topic: Restore axes method throws an exception after unzoom
Replies: 6
Views: 31488

Restore axes method throws an exception after unzoom

To reproduce the ArrayIndexOutOfBoundsException, following actions have to be done:

Create a chart and e.g. add a line. Then zoom into and afterwards create a custom axis. Now if you unzoom an ArrayIndexOutOfBoundsException will be thrown.
As an attachment I add a code example.