Android Question AnotherDatepicker Error ( java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: Cannot find view: base )

Hari Haran

Member
Licensed User
Hi all

I am trying to use the AnoterDatepicker, initially it worked good , suddenly it give an error


Error occurred on line: 82 (AnotherDatePicker)
java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: Cannot find view: base
All views in script should be declared.
at anywheresoftware.b4a.keywords.LayoutBuilder.loadLayout(LayoutBuilder.java:170)
at anywheresoftware.b4a.objects.PanelWrapper.LoadLayout(PanelWrapper.java:134)
at com.vivegamtech.calllogic.anotherdatepicker._afterloadlayout(anotherdatepicker.java:173)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:732)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:351)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:255)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:144)
at anywheresoftware.b4a.BA$2.run(BA.java:370)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:201)
at android.app.ActivityThread.main(ActivityThread.java:6806)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)
Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Cannot find view: base
All views in script should be declared.
at anywheresoftware.b4a.keywords.LayoutBuilder.runScripts(LayoutBuilder.java:223)


can anyone figure out the error
 
Top