Search found 21 matches
- Wed Feb 20, 2013 5:21 pm
- Forum: Java
- Topic: Android Exception when using 3D option in chart
- Replies: 7
- Views: 18606
Re: Android Exception when using 3D option in chart
Hi, I tried the solution and attempted to disable the hardware acceleration, but this had no effect. I still got a FC. Looks like some device / OS Combinations are the problem. HTC is certainly an issue as we have these in the office. I spent one day on it now looking for a solution, but was not suc...
- Mon Feb 18, 2013 9:07 pm
- Forum: Java
- Topic: Android Exception when using 3D option in chart
- Replies: 7
- Views: 18606
- Mon Feb 18, 2013 9:05 pm
- Forum: Java
- Topic: Android Exception when using 3D option in chart
- Replies: 7
- Views: 18606
- Mon Feb 18, 2013 9:03 pm
- Forum: Java
- Topic: Android Exception when using 3D option in chart
- Replies: 7
- Views: 18606
Re: Android Exception when using 3D option in chart
Hi, I can confirm that everything is working fine in the emulator with 4.0.3. For the moment I put in place a work around and just disable the 3D option for SDK 15. Looks like the bug is only reproducible on physical devices. We have many crash reports from different customers, so its not an isolate...
- Sun Feb 17, 2013 10:52 pm
- Forum: Java
- Topic: Android Exception when using 3D option in chart
- Replies: 7
- Views: 18606
Re: Android Exception when using 3D option in chart
I just tested on the same hardware with android 4.1.1 and it works.
clearly an android 4.0.4 problem. Nasty,
Not sure how to work around it.
clearly an android 4.0.4 problem. Nasty,
Not sure how to work around it.
- Sun Feb 17, 2013 10:41 pm
- Forum: Java
- Topic: Android Exception when using 3D option in chart
- Replies: 7
- Views: 18606
Android Exception when using 3D option in chart
Hi, We are getting the following error message when creating a 3D Chart on Android 4.0.4 We are able to reproduce this on a HTC ONE S running android 4.0.4 02-17 23:33:55.298: ERROR/AndroidRuntime(23245): FATAL EXCEPTION: main java.lang.UnsupportedOperationException at android.view.GLES20Canvas.clip...
- Tue Nov 20, 2012 8:57 am
- Forum: Java
- Topic: Android Build Error with Latest Release
- Replies: 8
- Views: 19944
Re: Android Build Error with Latest Release
Hi,
After sometime I came back to this issue again.
Looking at the source code of SeriesBand. There is the following import
import org.w3c.dom.events.Event
This does not appear to be correct. Should it not be:
import com.steema.teechart.events.Event
??
thx.
After sometime I came back to this issue again.
Looking at the source code of SeriesBand. There is the following import
import org.w3c.dom.events.Event
This does not appear to be correct. Should it not be:
import com.steema.teechart.events.Event
??
thx.
- Fri Oct 12, 2012 10:26 am
- Forum: Java
- Topic: Android Build Error with Latest Release
- Replies: 8
- Views: 19944
Re: Android Build Error with Latest Release
-dontwarn org.w3c.**
Fixed the problem.
thx
Fixed the problem.
thx
- Tue Oct 09, 2012 12:42 pm
- Forum: Java
- Topic: Android Build Error with Latest Release
- Replies: 8
- Views: 19944
Re: Android Build Error with Latest Release
Hi, I'm sorry, I don't think i was very clear. The problem comes up when making a Release Build with Proguard enabled (not while in development). The issue seems to be with ProGuard (as usual) EG:: > ant release ..... then the build fails with the following error: [proguard] Warning: com.steema.teec...
- Mon Oct 08, 2012 8:02 pm
- Forum: Java
- Topic: Android Build Error with Latest Release
- Replies: 8
- Views: 19944
Android Build Error with Latest Release
Hi, I just downloaded the latest release from August, now I have the following build error: [proguard] Warning: com.steema.teechart.tools.SeriesBand$1: can't find referenced class org.w3c.dom.events.Event [proguard] Warning: com.steema.teechart.tools.SeriesBand$2: can't find referenced class org.w3c...
- Fri Sep 14, 2012 9:35 pm
- Forum: Java
- Topic: Stacked Bar Chart Example
- Replies: 1
- Views: 8537
Stacked Bar Chart Example
Hi,
Does anyone have a snippet of code for the creation of a stacked bar chart?
thx.
Does anyone have a snippet of code for the creation of a stacked bar chart?
thx.
- Mon Apr 23, 2012 2:18 pm
- Forum: Java
- Topic: Bubble Symbol not shown in legend
- Replies: 1
- Views: 7950
Re: Bubble Symbol not shown in legend
huh! figured it out.
bubble.setColorEach(false);
did the job. Thanks... anyway
bubble.setColorEach(false);
did the job. Thanks... anyway
- Mon Apr 23, 2012 1:21 pm
- Forum: Java
- Topic: Bubble Symbol not shown in legend
- Replies: 1
- Views: 7950
Bubble Symbol not shown in legend
Hi, We have created a bubble chart but the legend does not show the bubble symbols (hence not possible to know which series is which). We have something like this: Bubble b = new Bubble(chart.getChart()); b.setTitle("hello"); b.add(1,3, 0.2f, "entry x"); ..... (more add points) chart.setShowLegend(t...
- Fri Apr 13, 2012 10:25 am
- Forum: Java
- Topic: Remove certain series from Legend
- Replies: 2
- Views: 10172
Re: Remove certain series from Legend
thanks a lot!!!
- Tue Apr 10, 2012 11:52 am
- Forum: Java
- Topic: Remove certain series from Legend
- Replies: 2
- Views: 10172
Remove certain series from Legend
Hi,
Could you please tell me how is it possible to remove a certain series from the Legend?
I did not figure this out yet.
Thanks!
Steven
Could you please tell me how is it possible to remove a certain series from the Legend?
I did not figure this out yet.
Thanks!
Steven