iOS Question [SOLVED] ScrollView error with TabBarController

Mike1970

Well-Known Member
Licensed User
Longtime User
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:
B4X:
 Main.App.KeyController = Main.TabControl

The ScrollView starts to work fine and there is the page indicator
 

Mike1970

Well-Known Member
Licensed User
Longtime User
I solved deleting the line before, where I was calling a page using NavControl.
I wanted to delete the post but there isn’t this option
 
Upvote 0

AnandGupta

Expert
Licensed User
Longtime User
I wanted to delete the post but there isn’t this option
Easy, just edit the post title and add "[Solved]"
Look at 'Thread Tools' at top right, for it.

Erel follows GMail policy, "no need to delete you have so much free space"
Actually it helps new members to find solution :)

Regards,

Anand
 
Upvote 0

Mike1970

Well-Known Member
Licensed User
Longtime User
Easy, just edit the post title and add "[Solved]"
Look at 'Thread Tools' at top right, for it.

Erel follows GMail policy, "no need to delete you have so much free space"
Actually it helps new members to find solution :)

Regards,

Anand
I was accustomed to the B4A forum where there is the "delete" button :p
 
Upvote 0
Top