Maybe it's been a long day, but I am trying to call HTTPJOB from a class since this collection of Subs gets called from multiple activities. It works fine from an activity passing "ME" as the target with jobdone in the activity. I get a null object error from the class immediately when I initialize, which makes sense. So, I put my jobdone event in Main, and pass Main as the target object and that gives me null object errors as well.
java.lang.NullPointerException: Attempt to read from field 'anywheresoftware.b4a.BALayout anywheresoftware.b4a.BA.vg' on a null object reference
Any ideas?
java.lang.NullPointerException: Attempt to read from field 'anywheresoftware.b4a.BALayout anywheresoftware.b4a.BA.vg' on a null object reference
Any ideas?