Hi.
I am trying to do this that I have done in B4J (
برای دیدن لینک ها باید ثبت نام کنید
) in B4A, but not run and it gives me the next error:
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true ** Error occurred on line: 112 (Main)
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Object.equals(java.lang.Object)' on a null object reference
at b4a.ScrollBackgroundColorWords.main._addbackgroundpanels(main.java:583)
at b4a.ScrollBackgroundColorWords.main._activity_create(main.java:442)
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...