tsteward Well-Known Member Licensed User Longtime User Wednesday at 11:26 AM #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: 31
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 Wednesday at 11:41 AM #2 Maybe missing: B4X: Public Sub Initialize End Sub Upvote 0
josejad Expert Licensed User Longtime User Wednesday at 12:33 PM #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 Wednesday at 12:55 PM #4 Wrong: Private Sub B4XPages_Initialize It should be: Public Sub Initialize Upvote 0