tsteward Well-Known Member Licensed User Longtime User Feb 25, 2026 #1 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 293 KB · Views: 75
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.
LucaMs Expert Licensed User Longtime User Feb 25, 2026 #2 Maybe missing: B4X: Public Sub Initialize End Sub Upvote 0
josejad Expert Licensed User Longtime User Feb 25, 2026 #3 tsteward said: I really don't want to release my code here Click to expand... At least the line 79? Upvote 0
aeric Expert Licensed User Longtime User Feb 25, 2026 #4 Wrong: Private Sub B4XPages_Initialize It should be: Public Sub Initialize Upvote 0