Any visual layout that incorporates selectable tabs as an organizational element.
Questions tagged [tabview]
770 questions
0
votes
1 answer
change image and sidebar
I am trying to acquire the look and feel of a drop down menu with a mouse click.
The html I have so far looks a bit like this
0
votes
1 answer
Tab view application in cocoa crashing
I am creating a tab view app in cocoa like a web browser app:
I am loading my first tab with subview web View Controller ( having a webview and a text field) in the awakefromnib method.
There is another tab item with "+" label. When I click on it…

Varun
- 238
- 1
- 3
- 15
0
votes
1 answer
xcode: creating a viewController for a tab item in StoryBoard results in a black screen
i have a tab bar controller in my storyboard. I have added a third view controller created a tab link for it (segue). When I run the app the third tab shows with all its objects perfectly. Next I create a ThirdViewController.m and .h file .In…

pnizzle
- 6,243
- 4
- 52
- 81
0
votes
0 answers
ActiveIndex from TabView not getting updated
I have the following problem.
There is a TabView with 3 Tabs. In each Tab I have two DataTables. If I select a row in the first table, associated data will be loaded into the second table.
For example (pseudo code):

Matthias Reisner
- 581
- 1
- 6
- 25
0
votes
0 answers
Android A opens B back goes back to A twice, but crashes the third time
Okay so my App has a Tabview with 3 tabs. Two of my tabs I have no issues with. The first just opens a webview, which works, the third shows a series of picture buttons which in turn open pages that have options, and it works fine.
My second is the…

James
- 31
- 1
- 1
- 3
0
votes
1 answer
JSF + Primefaces - Dynamic include
Firstly, sorry for my english ^^
I've got problems with dynamic includes in my structure.
I've got a tabview, and the tabs are built dynamically..
The tabs are createed by different commandbuttons, and in one of my beans, are putted in one ArrayList…

gerry10
- 31
- 2
- 5
0
votes
1 answer
Android: Push a webview in a tabview
I have a TabActivity containing an activity with a button.
When the button is pressed I wish another activity to appear in the same tab.
When the user presses the back button, the original view would appear.
Is this possible?
Android Java or…

Ian Vink
- 66,960
- 104
- 341
- 555
0
votes
1 answer
How can I generate a String Array for a ListView using conditionals to determine if the String elements should be on the List?
This is my first question on the site and I hope it's not too embarrassing. I'm making an Inventory tab for an Android game. I've declared static variables at the beginning of my class and based on whether or not the variables meet a requirement…

Alizia'Ro'Elier
- 3
- 1
0
votes
1 answer
app close when keep moving from landscape to portrait and sending value from one activity to another activity
my application keep sudden close without any notice when i keep moving from landscape to portrait and vice versa, i also get the same error from keep sending value from one activity to another activity.
Here is some error that i get from…

Thomas
- 55
- 1
- 8
0
votes
1 answer
TabView primefaces 3.1 Reload a page inside a tab and call again the ManagedBean
I need some help, I'm using primefaces 3.1 and doing some pages, and I want to load this pages into a tabview, and each page depends of each other.
Like This.
…

lion316
- 3
- 1
- 1
- 4
-1
votes
0 answers
NavigationStack inside TabView. Unexpected behavior
I have View with List inside NavigationStack
struct UsersView: View {
var body: some View {
NavigationStack {
List {
NavigationLink {
Text("1")
} label: {
Text("Label1")
}
…

nespish
- 1
- 2
-1
votes
1 answer
How to stop List and ScrollView from changing TabView Bar
In my MainView I have a TabView, when my ListView is selected and I start scrolling, it makes my TabView turn solid Black/White. Is there a way to stop this from happening. with my other View I had a similar problem and putting it in a VStack solved…

ProtonFission
- 29
- 3
-1
votes
1 answer
How to Properly style TabView Bar?
In Swift 5.8.1
I'm trying to add style to my TabView bar in my "MainView" file in my project. But I don't see a way to add an image or effect that would then carry across to all my other views.
I want the TabView to be invisible but then use this…

ProtonFission
- 29
- 3
-1
votes
1 answer
SwiftUI Change TabView with a Button
I have a tabview that I would like to change to another tab when a button is pressed. Is there a way to do so?

barty9333
- 19
- 4
-1
votes
1 answer
Xamarin forms community tabview easing when swiping
I'm using the TabView from Community Toolkit of Xamarin Forms:
https://learn.microsoft.com/en-us/xamarin/community-toolkit/views/tabview
Works just fine, but i'm not too fond of the transition when swiping.
Is there anyway to change the transition…

OneBigQuestion
- 149
- 6
- 19