Bug? [Solved] B4XPages App: B4J runs fine but B4A can't run.

LWGShane

Well-Known Member
Licensed User
Longtime User
This is a brand-new B4XPages project and while I can run the B4J version just fine, I can't run the B4A version. Download the Project here.

I have no idea what library is causing this these errors.

The output log:
1607695298928.png


My libs:
1607695843948.png
 

DonManfred

Expert
Licensed User
Longtime User
SubExists only expect two Parameters. Usually "Me" and the Subname.
What is the reason for mValue in your code?

Edit: i just downloaded your project and ran the B4A Project. It compiles fine. Do not have a Device connected though so it stops at the installstep.
 

LWGShane

Well-Known Member
Licensed User
Longtime User
@DonManfred @LucaMs - It seems that re-installing B4A solved the issue. (The mValue must have been coming from a b4xlib since I never had something called "mValue" in my code.)
 

LWGShane

Well-Known Member
Licensed User
Longtime User
As @DonManfred (and myself) rightly wrote, the SubExists function only takes two parameters and if you haven't changed that line the error remains.

Yet again.... I do NOT have "SubExists" or a variable called "mValue" in my code. You can see yourself by using the IDEs search function to search for "SubExists" and "mValue". I'm trying to say that that means the errors must have been coming from an outdated/glitched b4xlib and reinstalling B4A fixed whatever b4xlib had the error.
 
Top