When you select the graph and drag it to the RIGHT, the mouse and the chart move in sync.
But, when you select the graph and drag it to the LEFT, the mouse and the chart DO NOT move in sync.
Bug: dragging chart to the left isn't one to one
Re: Bug: dragging chart to the left isn't one to one
Hi Turc,
I found no problem with it in NetBeans 6.9.1 and a simple FastLine series with some sample values. Could you please send us a simple example project we can run as-is to reproduce the problem here?
I found no problem with it in NetBeans 6.9.1 and a simple FastLine series with some sample values. Could you please send us a simple example project we can run as-is to reproduce the problem here?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Bug: dragging chart to the left isn't one to one
Go to the TeeChart.Features.jar file. Open up any chart example and select/click on the middle of the graph. Lets say that the middle of the graph x value is 50. Click on the X value 50 and drag/scroll the chart to the left. Let go of the Mouse when you come near the Y Axis. In theory, where the mouse ended up should be X value 50, but it isn't. The chart scrolls faster to the left.
The chart scrolls in sync with the mouse to the Right, but NOT the LEFT.
The chart scrolls in sync with the mouse to the Right, but NOT the LEFT.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Bug: dragging chart to the left isn't one to one
Hi Turc,
I have been able to reproduce the issue here and added it (TJ71015219) as a high-priority issue to the defect list to be fixed ASAP.
I have been able to reproduce the issue here and added it (TJ71015219) as a high-priority issue to the defect list to be fixed ASAP.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Bug: dragging chart to the left isn't one to one
Hi Turc,
I just fixed TJ71015219 for the next maintenance release. This is an issue we fixed for TeeChart VCL and .NET some time ago . You can fix it at Chart.java at doMouseMove method removing the call panning.check().
Hope this helps!
I just fixed TJ71015219 for the next maintenance release. This is an issue we fixed for TeeChart VCL and .NET some time ago . You can fix it at Chart.java at doMouseMove method removing the call panning.check().
Hope this helps!
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Bug: dragging chart to the left isn't one to one
awesome, and thank you
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Bug: dragging chart to the left isn't one to one
Hi Turc,
A new maintenance release with a fix for this bug has just been posted at the client download area.
A new maintenance release with a fix for this bug has just been posted at the client download area.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |