Good day all,
I am attempting to work with the Charting Example, and right out of the gate I receive a resource error that looks thus:
Can anyone offer a little insight here or perhaps maybe run into the same problem?
Thanks in advance!!
Tom
I am attempting to work with the Charting Example, and right out of the gate I receive a resource error that looks thus:
B4X:
LogCat connected to: 028841c1411fd5d7
--------- beginning of /dev/log/system
--------- beginning of /dev/log/main
** Activity (main) Create, isFirst = true **
main_activity_create (java line: 194)
android.content.res.Resources$NotFoundException: Resource ID #0x0
at android.content.res.Resources.getValue(Resources.java:1014)
at android.content.res.Resources.loadXmlResourceParser(Resources.java:2039)
at android.content.res.Resources.getLayout(Resources.java:853)
at android.view.LayoutInflater.inflate(LayoutInflater.java:389)
at android.widget.TabHost$LabelIndicatorStrategy.createIndicatorView(TabHost.java:534)
at android.widget.TabHost.addTab(TabHost.java:226)
at anywheresoftware.b4a.objects.TabHostWrapper.innerInitialize(TabHostWrapper.java:60)
at anywheresoftware.b4a.objects.ViewWrapper.Initialize(ViewWrapper.java:38)
at anywheresoftware.b4a.charts.main._activity_create(main.java:194)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:491)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:99)
at anywheresoftware.b4a.charts.main.afterFirstLayout(main.java:83)
at anywheresoftware.b4a.charts.main.access$100(main.java:15)
at anywheresoftware.b4a.charts.main$WaitForLayout.run(main.java:71)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:126)
at android.app.ActivityThread.main(ActivityThread.java:3997)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
at dalvik.system.NativeStart.main(Native Method)
android.content.res.Resources$NotFoundException: Resource ID #0x0
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = true **
Can anyone offer a little insight here or perhaps maybe run into the same problem?
Thanks in advance!!
Tom