|
|
|
Rank: Newbie
Groups: Registered
Joined: 4/14/2011 Posts: 2
|
Hi,
I'm seeing this error from a few users.
java.security.InvalidParameterException: This name already presents at com.artfulbits.aiCharts.Base.ChartNamedCollection.validateName(SourceFile:128 ) at com.artfulbits.aiCharts.Base.ChartNamedCollection.validate(SourceFile:20) at com.artfulbits.aiCharts.Base.ChartCollection.add(SourceFile:86) at com.hewittsoft.baby.ChartActivity$DbRunnable$1.run(SourceFile:327) at android.os.Handler.handleCallback(Handler.java:587) at android.os.Handler.dispatchMessage(Handler.java:92) at android.os.Looper.loop(Looper.java:143) at android.app.ActivityThread.main(ActivityThread.java:4293) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:507) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:83 9) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597) at dalvik.system.NativeStart.main(Native Method)
My guess is that this is happening if our code is adding an area with a name that already exists for the chartview?
Can someone please lookup that error message in your code and confirm please?
Thanks, -Peter
|
|
|
Rank: Developers Team  Groups: Registered, Administrators Joined: 7/28/2009 Posts: 445
|
Hi, Yes, it's look like you try to add new area with the same name. We you area name to bind to series. Area name should be unique. Best regards, Volodymyr Baydalka Andriod development and support team
|
|
|
|
Guest
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.