I'm using tabstrip to do what you do with a tabstrip, but one of my layouts thows the error, Caused by: java.lang.RuntimeException: Object should first be initialized (Label).
Now the problem is I don't know what label is not initialized, I have tried to find the blighter, i've generated members for the whole panel more then once but I still get the error. I've had a look in java file
but all the lines listed pointed to not one label. So a fresh pair of eyes would be appreciated
Posted the file for some kind enough to have a gander.
many thx in advance
PS.
this is the error log I get
** Activity (main) Create, isFirst = true **
** Service (starter) Start **
** Service (starter) Create **
occurred on line: 103 (Main)
java.lang.RuntimeException: java.lang.RuntimeException: Object should first be initialized (Label).Error
at java.lang.reflect.Method.invoke(Method.java:515)
at java.lang.reflect.Method.invokeNative(Native Method)
at android.app.ActivityThread.main(ActivityThread.java:5333)
at android.os.Looper.loop(Looper.java:136)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Handler.handleCallback(Handler.java:733)
at b4a.example.main$WaitForLayout.run(main.java:80)
at b4a.example.main.access$000(main.java:17)
at b4a.example.main.afterFirstLayout(main.java:102)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:134)
at java.lang.reflect.Method.invoke(Method.java:515)
at java.lang.reflect.Method.invokeNative(Native Method)
at at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:247) anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:340)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:708)
at java.lang.reflect.Method.invoke(Method.java:515)
at java.lang.reflect.Method.invokeNative(Native Method)
at anywheresoftware.b4a.objects.TabStripViewPager.LoadLayout(TabStripViewPager.java:116)
at anywheresoftware.b4a.objects.PanelWrapper.LoadLayout(PanelWrapper.java:134)
at anywheresoftware.b4a.keywords.LayoutBuilder.loadLayout(LayoutBuilder.java:166)
Now the problem is I don't know what label is not initialized, I have tried to find the blighter, i've generated members for the whole panel more then once but I still get the error. I've had a look in java file
but all the lines listed pointed to not one label. So a fresh pair of eyes would be appreciated
Posted the file for some kind enough to have a gander.
many thx in advance
PS.
this is the error log I get
** Activity (main) Create, isFirst = true **
** Service (starter) Start **
** Service (starter) Create **
occurred on line: 103 (Main)
java.lang.RuntimeException: java.lang.RuntimeException: Object should first be initialized (Label).Error
at java.lang.reflect.Method.invoke(Method.java:515)
at java.lang.reflect.Method.invokeNative(Native Method)
at android.app.ActivityThread.main(ActivityThread.java:5333)
at android.os.Looper.loop(Looper.java:136)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Handler.handleCallback(Handler.java:733)
at b4a.example.main$WaitForLayout.run(main.java:80)
at b4a.example.main.access$000(main.java:17)
at b4a.example.main.afterFirstLayout(main.java:102)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:134)
at java.lang.reflect.Method.invoke(Method.java:515)
at java.lang.reflect.Method.invokeNative(Native Method)
at at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:247) anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:340)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:708)
at java.lang.reflect.Method.invoke(Method.java:515)
at java.lang.reflect.Method.invokeNative(Native Method)
at anywheresoftware.b4a.objects.TabStripViewPager.LoadLayout(TabStripViewPager.java:116)
at anywheresoftware.b4a.objects.PanelWrapper.LoadLayout(PanelWrapper.java:134)
at anywheresoftware.b4a.keywords.LayoutBuilder.loadLayout(LayoutBuilder.java:166)