14,784 questions
0
votes
0
answers
24
views
Plugin Tabs Issue
On TikiWiki 28.4 and having an issue trying to find documentation on anything really. I want data from a tracker to display on a wiki page called Asset Display. It's created. The first part of the ...
0
votes
0
answers
42
views
Can't figure out a href # data-tab tabs
I'm referencing another site to replicate their switchable tab system, but it doesn't seem to work on my end.
<div class="small">
<div class="nav-list">
...
1
vote
1
answer
50
views
Why doesn't Maya's "closeTab" flag actually close the tab?
Long story short: I can't seem to get Maya's "closeTab" flag to actually close the tab I give it. I need to run a function when a tab closes so I can't just use the default method of closing ...
-2
votes
2
answers
118
views
How to navigate to page with a unique link that makes a particular tab active?
I have some tabs defined in HTML, and am using JavaScript to switch between the active tab content when the corresponding tab button is clicked. The clicking works fine, and the tabs look like this:
...
0
votes
1
answer
69
views
Primefaces: ContextMenu on Tab in TabMenu
I have a Primefaces Tabview with multiple tabs, and I'd like to add a context menu specifically to its tabs (each tab would have its own), but NOT to the whole tabview.
Online I had found this:
<h:...
0
votes
2
answers
353
views
Using Python, how to continue opening new URLs in a specific Edge window even if another Edge window is in the foreground?
Using this default model, if I separate one of these URLs in a new window and use it for reading, the next URL open will open in the window I've separated for reading, obviously hindering my reading.
...
0
votes
0
answers
64
views
Is it possible to open multiple tabs in a single window of ConEmu?
I thought that ConEmu would allow me to have multiple tabs with only one window open. I navigate to Settings... > General > Appearance and enable both the Single instance mode option and the ...
0
votes
0
answers
39
views
React-Native - why is the Toolbar imagebackground cutting off the tab button highlight?
I am trying to make a simple app tabbar where the selected tab is highlighted with a pill highlight image. The image works but as you can see in the image the bottom of the pill is cutoff.
import { ...
1
vote
0
answers
131
views
custom curved flutter tab with border
I'm trying to replicate a tab design similar to the one in the reference image using Flutter. The design includes a custom curve in the tab shape.
The red border over the active tab like this
enter ...
1
vote
1
answer
144
views
How to make emacs use tabs instead of windows
I am using (global-tab-bar-mode) in emacs, but almost all commands that have output (like shell commands) will split the current window and make another, ignoring tabs completely, which I do not want, ...
1
vote
1
answer
244
views
DPI awareness in Winforms app with TabControl and DataGridView - layout messes up when the window is moved between screens
I have a C# Winforms application which I am trying to make DPI aware. I have tried to follow the instructions here:
https://learn.microsoft.com/en-gb/dotnet/desktop/winforms/high-dpi-support-in-...
0
votes
0
answers
23
views
SwiftUI - Create a “More Options” Sheet Like in Microsoft Teams That Appears Above TabView [duplicate]
I’m trying to replicate the behavior of the “More options” sheet in the Microsoft Teams mobile app using SwiftUI.
The actual "More" tab doesn't switch the selected tab — instead, it just ...
0
votes
0
answers
44
views
Wix Visual Glitch After Minify
So i have been building a Website on Wix for a while. i work with alot of iFrames and Velo. Today i decided to to minify everything which made the Site way faster, however switching Tabs on my Tabbed ...
2
votes
1
answer
73
views
Show tabPanels as conditionalPanel inside tabsetPanel
I have checked SO for similar posts and have not found this same or similar issue anywhere. My apologies if I missed something, however, I do believe this question has not been asked before.
What I ...
0
votes
1
answer
383
views
How to keep navigation state isolated per tab in Expo Router?
I’m building a React Native app using Expo Router with a tab-based layout (for example: Feed, Search, Home).
What I want is for each tab to have its own independent stack/history, so that when you ...
2
votes
1
answer
336
views
Nested tabs in Quarto document
I would like to create nested tabs in a Quarto document. I wrote a custom function called nested_tabs which takes the names of a nested list for the tab names and should plot the graphs at each ...
-1
votes
1
answer
154
views
How to add tab icon in react application
i have a react application where i need to display png image as shown below
HTML is as below
8x8 Integration
my folder structure is as shown below
but none of the images are coming in the img tab in ...
0
votes
2
answers
155
views
user logout when browser tab is closed
I need help. "How can I log out a user in Angular when they close the browser tab instead of clicking the logout button, so that the next time they try to access the application, they have to log ...
0
votes
0
answers
23
views
export multiple csv files from multiple tabs in Google sheets
I have a Google sheet with multiple tabs. I would like to export each tab to an individual CSV file with the name of the tab
0
votes
1
answer
121
views
MonacoEditor is only 5px tall
I'm working on a React project that uses the Ant Design (antd) library. I'm trying to add a text area where users can input code, but for some reason, the element only shows up with a height of 5px, ...
0
votes
1
answer
35
views
Implemented "Tabs" in my project but only one icon is showing "Home"
I'm using expo in my react-native project. I correctly implemented the "Tabs" in my projects but only one icon is showing "Home".
This is the _layout.tsx file inside (tab) folder
...
0
votes
1
answer
75
views
Property tabPanel is not provided by any applicable directives nor by <mat-tab> element? [closed]
so i have an angular Projet but it doesn't work because of TabPanel problem . Help me Please
codes :
<div class="page-container">
<header>
<h1>Test Page</h1&...
0
votes
0
answers
19
views
How to add CSS to my tabs to make them just like ChromeOS browser 2025 [duplicate]
I have been trying to make my tabs have the edges like chrome os or any other browser like desktops even. It wont curve out the bottom corners no matter what I do. If someone could help me, the CSS to ...
0
votes
1
answer
28
views
Tabview not working correctly when navigating programatically
I've got the below code which has 3 tabs. The last tab has a button which navigates away from the tab view into its own view. This isolated view has a button which navigates back to the tab view and ...
0
votes
0
answers
45
views
Why does \t produce different numbers of spaces in Python output? [duplicate]
In this code I use \t as tab but in one of them the out put has 8 spaces and in one of them the out put has 7 spaces instead tab(\t) how python calculate this how should we know how many spaces we ...
1
vote
0
answers
35
views
How to enable tab switch in Golden Layout
Im using golden layout with some containers in it, in my app there is an edit mode that permise the user to edit and resize the containers, when the user finish to modify he click "end edit" ...
0
votes
1
answer
48
views
React Native Web - Material Top Tab Navigator layout shifts on zoom (scale) change
I’m using createMaterialTopTabNavigator from React Navigation with React Native Web. The tab layout behaves weirdly on scale/zoom change in browser — it recalculates the width of the <Tab.Navigator&...
0
votes
0
answers
11
views
Slow loading data into two grids at launch or after a refresh
My goal is to create a web page with a combo box populated with various dates. The first date would be the date selected by default. Based on the selected date, two tabs each with a distinct grid ...
0
votes
1
answer
85
views
How to count number of tabs containing a word - VBA
I'm trying to figure out how to check which tabs contain a certain word and to count these instances.
I have it set up currently that when a "client" is lost, their data tab is renamed to ...
0
votes
0
answers
50
views
I have a problem with Expo EAS build for Android - There is an overlay on the build apk
There is an overlay whenever I build an APK using the EAS build command, but it works well in local development and expo web.
Here is the app screenshot:
I have tried to run to start a new app and ...
0
votes
2
answers
59
views
Tab label shows white and text overflows when using long text
Steps to Reproduce
Put a few tabs into a DefaultTabController with relatively long labels.
Make sure you reduce the width of your browser window so that the tabs have no room to display in full.
...
0
votes
1
answer
57
views
Unable to have Highlight on Selected CSS Tab on Tiddlywiki
I know how to use the tabs macro on Tiddlywiki, but there are a few instances where I don't want an entire tiddler dedicated for a handful of lines.
I'm not great with coding, so I've been mainly ...
-1
votes
1
answer
135
views
SplitView is crashing iPad when specific Tab is selected and Sidebar is visible
I am using the new iOS 18 TabView with TabSection and Tab as child views. The main deployment for my app is iPad so it is critical that this works properly.
When the iPad is landscape, I should be ...
1
vote
0
answers
102
views
Shurtcut for switching between the tabs on Warp Terminal (MacOS version)
I can't find a way to switching between the tabs on Warp Terminal (MacOS version).
One can use the card coded ^ + Tab
or ^ + Shift + Tab for back switching, but I want to use
Command + ->
and
...
3
votes
1
answer
58
views
How to detect the drag & drop action also in blank tabs (newtab)?
I've been trying for hours to run an extension (addon) on Mozilla Firefox Browser that listens for drag&drop even on empty tabs.
If you look at the following code you will notice console.log(...
0
votes
0
answers
70
views
Dynamic Syncfusion tab items within a Syncfusion dialog. Based on a parameter, I need to remove a tab item
Angular 19.0.1
When the dialog is opened, there is a parameter the dialog has called currentAllowed which is a boolean.
If it is false, the first tab should be removed, the one with headerText[0]. I ...
0
votes
0
answers
19
views
Navigation to to a nested MudTabPanel within a conditional MudTabPanel?
I have this conditional MudTab paneland want to navigate to the MemberCRMJournal with the methods at the bottom. The problem is that _membertabs stays null and doesn't get rendered.
@if (...
3
votes
1
answer
467
views
In Expo Tabs screen getting fade with or without animation. a white glitch
https://www.loom.com/share/86378f81a3cc4d2ba7099d2f592673b0
screen getting fade on changing screen. I tried to change the animation there is white blur/glitch effect. Anyone can help me please. I also ...
0
votes
1
answer
54
views
Selenium Fetching Data from a Child Tab to Parent Tab
In this program, I want to extract text from a list of WebElements in a child window, return to the parent window, and enter that text into a text field. The program works correctly for the first ...
-1
votes
1
answer
203
views
How to implement tab and function of its on Next.js using Chakra UI
everyone!
I'd like to add powerful Tab on my Next.js app using Chakra UI.
when I click main category, sub catergory will be show, animation is to right in and left out smoothly.
content will be also ...
2
votes
1
answer
486
views
How to Add Leading and Trailing Buttons in a Tab Bar Like the iPad Files App in iOS 18?
I'm trying to design a SwiftUI view with a tab bar positioned at the top of the screen, including buttons on the leading and trailing sides of the tab bar, similar to the layout of the tab bar in ...
0
votes
1
answer
131
views
How to set active panel tabsets in Quarto?
If I have a .rmd report, I can simply use {.active} and choose which of the nested tabsets should be displayed as default. In Quarto, I can't find a way how to do it...
i.e.
::: {.panel-tabset .nav-...
1
vote
0
answers
193
views
Wrong behavior of Expo Router when navigating back (file-based router)
I'm working on a React Native app using Expo Router with a file-based routing system. My main navigation is handled with Tabs, and I have two primary routes: Home and Benefits.
Structure
Home (/(tabs))...
1
vote
1
answer
505
views
Red highlighted tabs in Cursor
I have this issue where I get this weird red highlighted tabs in Cursor. I alredy set "highlight active indentation" to false in "preferences > VS Code settings", which helped ...
0
votes
1
answer
108
views
How can I change the color of the line under the active tab in Material-UI Tabs?
How can I remove the spinner buttons (up/down arrows) from a Material-UI TextField when the type="number" is used?
When I try to this css but this is not working then I can find new props ...
0
votes
3
answers
99
views
Hide tab and content when content is empty
Here is the structure of the tabs. Without being able to edit the HTML, is it possible to hide the tab and contents when the content is empty? I have provided minimal jQuery below, but I'm unable to ...
0
votes
0
answers
65
views
How to re-direct to a particular bootstrap tab
I found the following code in another post (which I can't find now) but can't get the code to work. As you can see from the attached image, I am getting close because the tab has a blue highlight ...
2
votes
1
answer
1k
views
PrimeNG v18 tabs component
I everyone,
I'm currently migrating from PrimeNG 17 to 18 and noticed that the new Tabs component doesn't seem to provide a onClick or onChange event out of the box. This makes it challenging to ...
0
votes
2
answers
38
views
tkinter listbox selection error when switching tabs
I have a tabbed interface with listboxes on each tab. When changing tabs, the first selection on the new tab errors out (index error) but any selection after that is recognized correctly. I've ...
1
vote
1
answer
1k
views
Expo-router Tabs not working in a specific navigation folder unless I focus on inside pages and interact with buttons
I'm using expo-router to set up a Tabs layout and encountered an issue; the Tabs navigation doesn't work as expected in a specific folder structure; I am using tabs navigation for my audits folder and ...