Android Question TabStripViewPager question

Danny Marom

Member
Licensed User
Dear forum

With reference to the TabStripExample, Page 3 can scroll down.

This page contains ListView which is filled programmatically to 100 items. Than one can scroll up and down.

My question:

How can I create long panel, under any tab created with TabStrip, using the designer that can scroll ?

Thanking in advance
Danny
 

Danny Marom

Member
Licensed User
Thanks guys, but I don't win.

Keep on getting funnies on the screen. Can you fix the attached file?

It is the original TabStrip example with tab 3 modified.

Thanking you in advance
 

Attachments

  • TabStripModified.zip
    62.7 KB · Views: 179
Upvote 0

Danny Marom

Member
Licensed User
Dear Lusca

I thank you dearly, your example is of major progress but I cannot add views to any of the panels.

Try to run it with the attached. All the views on any of the panels are invisible.

I tried it with and without the line

ScrollView.Panel.RemoveAllViews

I am sure it is something stupid I am doing, but I am totally new to basic and to b4x

Regards
Danny
 

Attachments

  • Files.zip
    5.7 KB · Views: 195
Upvote 0

1lusca

Member
Licensed User
First, my english is terrible, sorry about that.

But I see what's your problem...

Take a look at the labels you added, the alpha level is 0. And there's no text written on the labels. So, you won't see it.

Try to change de alpha level to 255 and change de color.
 

Attachments

  • tab.png
    tab.png
    9.3 KB · Views: 182
Upvote 0
Top