multiple pages

  1. toby

    B4J Question [BANano] multiple page PWA view events not fired

    I'm trying to create a simple multiple-page PWA test app. The code from @alwaysbusy works: https://www.b4x.com/android/forum/threads/banano-multiple-pages-without-using-router.142189/post-901178 But I need the nice layout of the default PWA app (the one you get after you select BANano PWA...
  2. M

    iOS Question iTableView permanent selection

    Hi i'm learning how to use the tableview in the best way. I'm trying to do a settings page like the ios one, with elements that opens other pages. Sub Process_Globals Public App As Application Public NavControl As NavigationController Private Page1 As Page Private Panel1 As...
  3. M

    iOS Question Hide TabController in one page (full screen) and display in others

    Hi everyone. I structred my app like so: - Splashscreen (where I test the internet connection) - Login Page - Home Page I would like to use TabBarController (i already did other post in order to understand how to use this thing), but i need it only in Home Page. In splashscreen and Login Page...
  4. M

    iOS Question TabBar Controller and Multiple Pages (in different modules)

    Hi everyone, i took a look at this post: https://www.b4x.com/android/forum/threads/navigationbar-inside-tabbarcontroller.50653/ Where is shown how to switch between pages using the tabcontroller (like whatsapp looks). But i have a question: if i want to use that controlller, Do I have to write...
Top