Android Question Unknown member: initialize

tsteward

Well-Known Member
Licensed User
Longtime User
I have no idea what is causing this error.
I really don't want to release my code here but wondering if anyone knows how I can hunt it down.
There is no mainpage.initialize in my code.
I have tried Clean project. I'm at a loss.
 

Attachments

  • Screenshot 2026-02-25 222320.jpg
    Screenshot 2026-02-25 222320.jpg
    293 KB · Views: 27

aeric

Expert
Licensed User
Longtime User
Wrong:
Private Sub B4XPages_Initialize

It should be:
Public Sub Initialize
 
Upvote 0
Top