Hi everyone, i'm trying to code an app structued like so:
- Splash Screen where i test internet connection
- Login Form
- Home (With a Scroll view inside)
After Login will appear Home page and then the KeyController will switched to TabBarController.
Doing like so the ScrollView get blank and the page indicator disappear.
If a delete:
The ScrollView starts to work fine and there is the page indicator
- Splash Screen where i test internet connection
- Login Form
- Home (With a Scroll view inside)
After Login will appear Home page and then the KeyController will switched to TabBarController.
Doing like so the ScrollView get blank and the page indicator disappear.
If a delete:
B4X:
Main.App.KeyController = Main.TabControl
The ScrollView starts to work fine and there is the page indicator