aeric Expert Licensed User Longtime User Oct 22, 2020 #1 B4A - Activity B4i - Application B4J - MainForm What is the purpose and when do we use B4XPages.Delegate ? I commented out the code but my app is still running fine.
B4A - Activity B4i - Application B4J - MainForm What is the purpose and when do we use B4XPages.Delegate ? I commented out the code but my app is still running fine.
Erel B4X founder Staff member Licensed User Longtime User Oct 22, 2020 #2 aeric said: I commented out the code but my app is still running fine. Click to expand... Things will break. Don't comment the template code in the main module. You don't need to call B4XPages.Delegate yourself. Upvote 0
aeric said: I commented out the code but my app is still running fine. Click to expand... Things will break. Don't comment the template code in the main module. You don't need to call B4XPages.Delegate yourself.
a6000000 Member Licensed User Longtime User Oct 22, 2020 #3 maybe you start learning : “Building an Optimizing Compiler” Robert Morgan Upvote 0
aeric Expert Licensed User Longtime User Oct 22, 2020 #4 Erel said: Things will break. Don't comment the template code in the main module. You don't need to call B4XPages.Delegate yourself. Click to expand... Thanks Erel. I will leave it there. Upvote 0
Erel said: Things will break. Don't comment the template code in the main module. You don't need to call B4XPages.Delegate yourself. Click to expand... Thanks Erel. I will leave it there.