Points 5, 6 & 7 of this post: https://www.b4x.com/android/forum/threads/b4x-b4xpages-what-exactly-does-it-solve.119078/
I know I am a bad searcher (probably being 70 and mind going to mush), but I cannot find any examples of this.
if I use
I don't see any of the public's in B4XMainPage and if I try and use
isn't allowed
Confused on how to see the public variables in B4XMainPage and how to call methods without using CallSub or CallSubDelayed.
Thanks
BobVal
B4X:
We can directly call public methods of other pages. No need to use CallSub or CallSubDelayed.
We can directly access public global variables of other pages.
We can directly access and manipulate views of other pages.
I know I am a bad searcher (probably being 70 and mind going to mush), but I cannot find any examples of this.
if I use
B4X:
B4XPages.
B4X:
B4XMainPage.
Confused on how to see the public variables in B4XMainPage and how to call methods without using CallSub or CallSubDelayed.
Thanks
BobVal