Hi,
This is the rror I see during compilation of my project in attach:
Error
B4A line: 24
End Sub
shell\src\b4a\example\main_subs_0.java:174: 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
In the upper part of your B4XMainPage you will see a line with
CTRL + CLICK TO EXPORT
Modify the ending name (Project.zip) to suit your app.
Then click on it while keeping CTRL pressed on keyboard.
Error
B4A line: 24
End Sub
shell\src\b4a\example\main_subs_0.java:174: 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
I see you have the donate button... Can you fix this and monday I will charge some money Bank is closed now in Italy...
@Gerardo52 please try to export your project correctly, if not we can't test it.
You should see this line in your code, in B4XMainPage
You have to click on that text, it will become clickable while you keep pressed CTRL on your keyboard.
It will generate a file called Project.zip if you change nothing, but it would be better if before clicking you change Project.zip into something that identify your app (example MyApp.zip).