mrossen Active Member Licensed User Longtime User Apr 10, 2015 #1 I have app where I use StdViewPager & StdActionBar. I would like to shift to another page without StdViewPager & StdActionBar show, Anyone knows how to make it invisible it? Mogens
I have app where I use StdViewPager & StdActionBar. I would like to shift to another page without StdViewPager & StdActionBar show, Anyone knows how to make it invisible it? Mogens
mrossen Active Member Licensed User Longtime User Apr 10, 2015 #2 These two line seems to do the job, B4X: bar.NavigationMode = bar.NAVIGATION_MODE_STANDARD vp.AsView.Visible = False Mogens Upvote 0
These two line seems to do the job, B4X: bar.NavigationMode = bar.NAVIGATION_MODE_STANDARD vp.AsView.Visible = False Mogens