getpage

  1. Bug? B4xPages GetPage suggestion has a code snippet that should be changed.

    When using B4XPages.GetPage you get the following code snippet as a suggestion on how to use this function. Dim mp As B4XMainPage = B4XPages.Get("MainPage") The "Get" method has changed its name to "GetPage" Dim mp As B4XMainPage = B4XPages.GetPage("MainPage")
Cookies are required to use this site. You must accept them to continue using the site. Learn more…