Hello community,
I port an App from B4J/B4i to B4A. I am using B4xPages.
When I compile my App I go the following error
The part in b4xmainpage is empty. Also in Main.
I searched the forum and found something about Android and activity. But in some posts I found the information that activity is properly handled via B4XPages.
What do I miss?
Best regards
--Christian
I port an App from B4J/B4i to B4A. I am using B4xPages.
When I compile my App I go the following error
B4X:
B4A Version: 11.00
Parsing code. (0.08s)
Java Version: 11
Building folders structure. (0.61s)
Running custom action. (0.04s)
Compiling code. (0.53s)
Compiling layouts code. (0.03s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Compiling resources (0.09s)
Linking resources (0.50s)
Compiling debugger engine code. Error
B4A line: 21
End Sub
shell\src\b4a\example\main_subs_0.java:164: error: method _process_globals in class b4xmainpage_subs_0 cannot be applied to given types;
b4xmainpage_subs_0._process_globals();
^
required: RemoteObject
found: no arguments
reason: actual and formal argument lists differ in length
1 error
The part in b4xmainpage is empty. Also in Main.
B4X:
Sub Process_Globals
End Sub
I searched the forum and found something about Android and activity. But in some posts I found the information that activity is properly handled via B4XPages.
What do I miss?
Best regards
--Christian