Hello.
Anybody know how to remove a tabstrip when it's located in the same layout as the panel(s) it is called from?
I populate it with 3 tabs in a search function.
Then if i go back to do another search it will populate the same tabstrip with 3 ADDITIONAL tabs, not new ones.
This is off course logical since the tabstrip is never removed after the first call.
In the tutorial (https://www.b4x.com/android/forum/threads/tabstripviewpager-better-viewpager.63975/) the tabstrip is located in a separate layout but that does not work for me due to problems displaying labels and text when i return from the separate layout.
Anybody know how to remove a tabstrip when it's located in the same layout as the panel(s) it is called from?
I populate it with 3 tabs in a search function.
Then if i go back to do another search it will populate the same tabstrip with 3 ADDITIONAL tabs, not new ones.
This is off course logical since the tabstrip is never removed after the first call.
In the tutorial (https://www.b4x.com/android/forum/threads/tabstripviewpager-better-viewpager.63975/) the tabstrip is located in a separate layout but that does not work for me due to problems displaying labels and text when i return from the separate layout.