Search found 15 matches
- Tue Dec 31, 2013 11:14 am
- Forum: Java
- Topic: (Android) historyPos out of range
- Replies: 19
- Views: 46186
Re: (Android) historyPos out of range
I think i have solved the problem. I think that the problem has to do with multitouch and that your trying to call a pointer that isnt there. This is probably an device specific problem. Anyway the following code will propably solve the problem: if (event.getPointerCount() >= 2) { historypos = event...
- Mon Dec 23, 2013 8:25 am
- Forum: Java
- Topic: (Android) historyPos out of range
- Replies: 19
- Views: 46186
Re: (Android) historyPos out of range
edit:
Even when the zoom function is disabled it will still give the error.
I get the same error at the pie chart.
Even when the zoom function is disabled it will still give the error.
I get the same error at the pie chart.
- Mon Dec 23, 2013 8:18 am
- Forum: Java
- Topic: (Android) historyPos out of range
- Replies: 19
- Views: 46186
Re: (Android) historyPos out of range
Hello
You are right about the pictures.
The gesture of the picture happend when i press one finger against the screen.
The error message is indeed the historypos out of range error.
Sorry for the confusion
You are right about the pictures.
The gesture of the picture happend when i press one finger against the screen.
The error message is indeed the historypos out of range error.
Sorry for the confusion
- Fri Dec 20, 2013 11:39 am
- Forum: Java
- Topic: (Android) historyPos out of range
- Replies: 19
- Views: 46186
Re: (Android) historyPos out of range
Here is the same motion but outside the chart (no error).
- Fri Dec 20, 2013 11:20 am
- Forum: Java
- Topic: (Android) historyPos out of range
- Replies: 19
- Views: 46186
Re: (Android) historyPos out of range
Here is the fourth picture.
- Fri Dec 20, 2013 11:18 am
- Forum: Java
- Topic: (Android) historyPos out of range
- Replies: 19
- Views: 46186
Re: (Android) historyPos out of range
Hello
I have reproduced the problem and i used a tool to see what kind of motion was made before it crashed.
Reproduced on : Motorola Xoom 2
I have reproduced the problem and i used a tool to see what kind of motion was made before it crashed.
Reproduced on : Motorola Xoom 2
- Thu Nov 21, 2013 3:13 pm
- Forum: Java
- Topic: CircularGauge Color bug (Java Android)
- Replies: 6
- Views: 19155
Re: CircularGauge Color bug (Java Android)
This worked for me Series.getGreenLine().getGradient().setDirection(GradientDirection.HORIZONTAL); Series.getGreenLine().getGradient().setStartColor(Color.YELLOW); Series.getGreenLine().getGradient().setMiddleColor(Color.GREEN); Series.getGreenLine().getGradient().setEndColor(Color.GREEN); Thankyou ...
- Fri Nov 15, 2013 11:26 am
- Forum: Java
- Topic: (Android) historyPos out of range
- Replies: 19
- Views: 46186
Re: (Android) historyPos out of range
Hello, I have checked the spam folder but it is not in there. Also is there a way to disable the OnTouch event of the chart. So that i can temporary disable the cursor tool untill the problem is fixed. Because if i disable the cursor tool the ontouch still remains. If you want to reproduce the probl...
- Fri Nov 15, 2013 8:37 am
- Forum: Java
- Topic: CircularGauge Color bug (Java Android)
- Replies: 6
- Views: 19155
Re: CircularGauge Color bug (Java Android)
Hi marc. I understand the limitations of the gradient. But i really want to show the gauge with a certain gauge. And i want the gradient to look the same no matter how long the Green Line is. I want it to look like this (The beginning of the green line may be changed to any size and i still need the...
- Fri Nov 15, 2013 8:02 am
- Forum: Java
- Topic: (Android) historyPos out of range
- Replies: 19
- Views: 46186
Re: (Android) historyPos out of range
I am not able to make a Bugzilla account everytime i try to register the email never arrives.
- Wed Nov 13, 2013 10:42 am
- Forum: Java
- Topic: (Android) historyPos out of range
- Replies: 19
- Views: 46186
Re: (Android) historyPos out of range
I have been searching for some answers .
there is a chance that you are calling the following code in your onTouch;
which is probably causing errors
.
I can't see any Source Code so i wouldn't know.
Thanks for your help.
there is a chance that you are calling the following code in your onTouch;
Code: Select all
event.getX()
.
I can't see any Source Code so i wouldn't know.
Thanks for your help.
- Wed Nov 13, 2013 9:08 am
- Forum: Java
- Topic: (Android) historyPos out of range
- Replies: 19
- Views: 46186
Re: (Android) historyPos out of range
Update :
I am able to reproduce the problem everytime by touching and not releasing the chart with my index finger (with your whole finger not with the top of your finger).
I tested it on the Line and Bar chart.
I am able to reproduce the problem everytime by touching and not releasing the chart with my index finger (with your whole finger not with the top of your finger).
I tested it on the Line and Bar chart.
- Wed Nov 13, 2013 8:48 am
- Forum: Java
- Topic: (Android) historyPos out of range
- Replies: 19
- Views: 46186
(Android) historyPos out of range
I am having the same problem as the owner of the topic below. www.teechart.net/support/viewtopic.php?f=10&t=13275 As answer on the last question in the topic. It seem to happen when i touch 2 different places in the chart very fast after each other. I was able to reproduce the problem on your exampl...
- Mon Nov 11, 2013 9:30 am
- Forum: Java
- Topic: CircularGauge Color bug (Java Android)
- Replies: 6
- Views: 19155
Re: CircularGauge Color bug (Java Android)
Here is a screenshot.
- Mon Nov 11, 2013 9:16 am
- Forum: Java
- Topic: CircularGauge Color bug (Java Android)
- Replies: 6
- Views: 19155
CircularGauge Color bug (Java Android)
Hello. I have been using the Circular Gauge from the Teechart library. But when the begin of the Green line starts at 30% of the graph or below the Colors of the green line start to act weird. The beginning of the Green Line becomes the Middle Color (if you use it) or the End Color. Also the Startin...