In https://www.b4x.com/guides/B4XPagesCrossPlatformProjects/?page=23 it states that you can refer to Public variables in another module by use of code:
Public Page2 As B4XPage2 = B4XPages.GetPage("Page 2")
Page2.lblTest.Text = "Page 3 was displayed."
I would like to do this to refer to a number...
I have a class file name funcs, and there is a code like this
Public Sub statusBarColor(color As Int)
If ph.SdkVersion >= 21 Then
Dim jObj As JavaObject
jObj.InitializeContext
Dim window As JavaObject = jObj.RunMethodJO("getWindow", Null)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.