public

  1. J

    Android Question How to refer to many variables in B4XMainPage from other pages

    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...
  2. Yunus ÖZ

    Android Question Change StatusColor from class

    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)...
Top