Search found 5 matches
- Wed May 16, 2012 7:42 am
- Forum: Java
- Topic: IllegalArgumentException in Android
- Replies: 4
- Views: 14443
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...
- Thu May 10, 2012 9:18 am
- Forum: Java
- Topic: IllegalArgumentException in Android
- Replies: 4
- Views: 14443
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...
- Mon Apr 02, 2012 6:37 am
- Forum: Java
- Topic: Find axes position relative to panel
- Replies: 2
- Views: 9299
Re: Find axes position relative to panel
That's what I was missing.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.
Thanks
- Wed Mar 28, 2012 3:42 pm
- Forum: Java
- Topic: Find axes position relative to panel
- Replies: 2
- Views: 9299
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...
- Wed Mar 07, 2012 3:16 pm
- Forum: Java
- Topic: Panning and zooming in Android
- Replies: 5
- Views: 15688
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)...