M Mike1970 Well-Known Member Licensed User Longtime User May 10, 2019 #1 Hi, i'm working with TabViews, and i noticed that there aren't the proprieties for that object (by code) es. TabView.Visibile ... how can i access to those proprieties by code?
Hi, i'm working with TabViews, and i noticed that there aren't the proprieties for that object (by code) es. TabView.Visibile ... how can i access to those proprieties by code?
mangojack Expert Licensed User Longtime User May 11, 2019 #2 Are you referring to TabHost View ? Have you declared / dimmed TabView ? B4X: Private TabView As TabHost If you are using TabHost .. it is recommended to use newer TabStripViewPager https://www.b4x.com/android/forum/threads/63975/#content Upvote 0
Are you referring to TabHost View ? Have you declared / dimmed TabView ? B4X: Private TabView As TabHost If you are using TabHost .. it is recommended to use newer TabStripViewPager https://www.b4x.com/android/forum/threads/63975/#content
M Mike1970 Well-Known Member Licensed User Longtime User May 11, 2019 #3 I'm not using TabHost (as you did)... I'm using TabStripViewPager Upvote 0
mangojack Expert Licensed User Longtime User May 11, 2019 #4 Mike1970 said: I'm using TabStripViewPager Click to expand... It would have been helpful if that was stated in your first post. As far as visibility .. one solution is to place the TabStrip on a panel. Possibly someone else might offer a more direct solution , if there is one. Upvote 0
Mike1970 said: I'm using TabStripViewPager Click to expand... It would have been helpful if that was stated in your first post. As far as visibility .. one solution is to place the TabStrip on a panel. Possibly someone else might offer a more direct solution , if there is one.
M Mike1970 Well-Known Member Licensed User Longtime User May 11, 2019 #5 Yes, thanks, is what i did at the end xD Upvote 0