I'm trying to make a library that handles events, strings, bools, etc.
I'm getting error messages like "string cannot be resolved to a type", it's also doing it for bools
I can't get ba.raiseevent to show in the autocomplete.
I have core, b4ashared, and android jars in my build path
What am I doing wrong?
I have these imports:
import anywheresoftware.b4a.BA;
import anywheresoftware.b4a.BA.ActivityObject;
import anywheresoftware.b4a.BA.Events;
import anywheresoftware.b4a.BA.ShortName;
import anywheresoftware.b4a.BA.Author;
import anywheresoftware.b4a.BA.Permissions;
import anywheresoftware.b4a.BA.Version;
I didn't get these errors in my other library and I set it up the same way
I'm getting error messages like "string cannot be resolved to a type", it's also doing it for bools
I can't get ba.raiseevent to show in the autocomplete.
I have core, b4ashared, and android jars in my build path
What am I doing wrong?
I have these imports:
import anywheresoftware.b4a.BA;
import anywheresoftware.b4a.BA.ActivityObject;
import anywheresoftware.b4a.BA.Events;
import anywheresoftware.b4a.BA.ShortName;
import anywheresoftware.b4a.BA.Author;
import anywheresoftware.b4a.BA.Permissions;
import anywheresoftware.b4a.BA.Version;
I didn't get these errors in my other library and I set it up the same way