Search found 5 matches

by investsoft
Wed May 16, 2012 7:42 am
Forum: Java
Topic: IllegalArgumentException in Android
Replies: 4
Views: 12794

Re: IllegalArgumentException in Android

Hi Yeray, I did try this on more then one device. It was reproduced on 2 out of 6 devices. In these 2 devices it will happen every time I try. Reproduced on (and reports were sent to you): Samsung Nexus S (small screen). Motorola Xoom (tablet). Did not happen on: Samsung Galaxy S2. Sony Ericsson Xpe...
by investsoft
Thu May 10, 2012 9:18 am
Forum: Java
Topic: IllegalArgumentException in Android
Replies: 4
Views: 12794

IllegalArgumentException in Android

Hi. I have noticed a strange behavior of the chart on Android app. When touching the chart with the palm of my hand I get a force close dialog because of an IllegalArgumentException. I was able to reproduce this behavior on your example app that I downloaded from the Google Play store (I sent a repo...
by investsoft
Mon Apr 02, 2012 6:37 am
Forum: Java
Topic: Find axes position relative to panel
Replies: 2
Views: 8157

Re: Find axes position relative to panel

Please bear in mind that you'll need to retrieve that after the chart has been drawn as it needs the chart being plotted to be calculated.
That's what I was missing.
Thanks
by investsoft
Wed Mar 28, 2012 3:42 pm
Forum: Java
Topic: Find axes position relative to panel
Replies: 2
Views: 8157

Find axes position relative to panel

Hi, I am developing a chart for an Android app. I am trying to find the axes positions relative to the panel in order to position a view on top of the chart in the top corner. The only thing I found that is relative to the actual chart area (not including labels) is: chart.getGraphics3D().getXCenter...
by investsoft
Wed Mar 07, 2012 3:16 pm
Forum: Java
Topic: Panning and zooming in Android
Replies: 5
Views: 13914

Panning and zooming in Android

Hello, I would like to know if it is possible to have both features in the same chart, maybe zoom with pinch and panning with one finger movment. I now have panning working in this way: chart.getPanning().setMouseButton(FrameworkMouseEvent.BUTTON1); chart.getPanning().setAllow(ScrollMode.HORIZONTAL)...