Questions tagged [tabbed-view]

53 questions
17
votes
9 answers

How do I make a tabbed view in HTML?

When clicking on tab A, show content for tab A. Click on tab B, show content for tab B, and so on. What's the most simple and compatible way of constructing a HTML snippet? I don't mean to use any libraries here, so none of jQuery or any other…
omg
  • 136,412
  • 142
  • 288
  • 348
4
votes
1 answer

How to: Put a TabbedLayout inside a ViewPager

Am trying to achieve something like the image in this url I have implemented that behavior with this library And i have succedded. What i want is to add another horizontally-scrollable layer under the one shown. Imagine an app that has the days of…
sergio
  • 1,026
  • 2
  • 19
  • 43
4
votes
1 answer

Xamarin Navigating from a TabbedPage app

I've been tinkering with Xamarin forms and I have run into a bit of a road block. I have an app whose rootPage is a TabbedPage. I programmatically add three child Contentpages to this page. All this works fine. However, these pages open up other…
Obi
  • 3,091
  • 4
  • 34
  • 56
3
votes
1 answer

SwiftUI: MasterDetailView within in Tabbed View loses "State"

I have a MasterDetailView within a Tabbed View. If the user tabs the MasterDetailView and selects an entry in the master view, the detail is presented in the detail view. After selecting another tab and switching back to the MasterDetailView, the…
Frank Möller
  • 301
  • 2
  • 7
3
votes
2 answers

Source Insight type editor with tabbed windows and dividers?

I really like the set up of Source Insight, it has a context window for one click understanding of function calls and variables, and a relations window for where functions are called in a project and where variables are used in the project. It is…
Hyperian
  • 127
  • 3
  • 13
2
votes
1 answer

Views content not showing on switching to other tabs using TabbedView of SwiftUI

I'm implementing TabbedView using SwiftUI framework by referring https://developer.apple.com/documentation/swiftui/tabview When running on the simulator, only the first tab view contents showing and other tabs contents not showing. Even after…
Harshal Wani
  • 2,249
  • 2
  • 26
  • 41
2
votes
2 answers

Detect tabbox tab change in XUL

What's the best way to detect switching between tabs inside a tabbox? In particular, I need to detect when a certain tab is opened, and when the user leaves it (switches to another tab). I'm using onclick now but that feels hackish.
Andrei Sch.
  • 381
  • 1
  • 3
  • 10
2
votes
0 answers

Status bar color not changing with navigationBar when implemented in tabbedView

I was trying to use navigationView in tabbedView with SwiftUI but when I embedded navigationView in tabbedView, status bar color stopped changing. If we try to use just navigationView without tabbedView, status bar color changed. Please have a look…
Lalli
  • 436
  • 5
  • 12
2
votes
1 answer

Is there a declarative way to create tabbed layouts on Android?

The Tab Layout tutorial on the Android Developers site shows how to add tabs to a TabHost with a lot of repetitive procedural code. Is there a declarative way to create tabbed layouts on Android? Something like the following?
2
votes
2 answers

How to programmatically open certain tab of a view controller

I am writing a code in which I have a view controller with certain tabs. Upon the dismissal of a an alert, I want open 2nd tab automatically. For this purpose I posted a local notification when the alert this dismissed. The observer for this…
kinza
  • 535
  • 11
  • 31
2
votes
2 answers

App crash while using tabbed activity and fragments

My app is crashing whenever I try to swipe. Below is my code and the error I'm getting. Main Activity public class MainActivity extends AppCompatActivity { private static final String TAG = "MyActivity"; private SectionsPagerAdapter…
Mudit
  • 84
  • 1
  • 5
2
votes
1 answer

Issue in creating a tabbed navigation app in ios 5 with xcode 4

I am trying to change a tabbed application on xcode 4 to incorporate a navigation controller without storyboard. The 1st tab contains a table. This is the one that needs to be navigable. Here is FirstViewController.h #import…
Shwethascar
  • 1,142
  • 9
  • 18
1
vote
3 answers

Android template error Transformation.map

I've tryied to use a template (tabbed view activity) in a new project (java).. but it won't run (no code modifications). Version 2.1.2 on Win 11 error…
1
vote
2 answers

Same Fragment with listviews on different tabs

I would like to create an activity which shows 3 tabs. The first tab should show a user's uploaded photos the 2nd all the images a user liked, and 3rd the user's favorite images. All these data comes from a webservice.I would like to use the same…
Coder
  • 886
  • 1
  • 12
  • 28
1
vote
1 answer

Double tabbed layout

I've been trying for two days to manage double tabbed layout. Is it possible to do this? Like this ?
Mikheil Zhghenti
  • 734
  • 8
  • 28
1
2 3 4