14,785 questions
0
votes
0
answers
20
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 ...
1
vote
1
answer
46
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 ...
0
votes
1
answer
63
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
0
answers
61
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 ...
1
vote
0
answers
129
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
230
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
42
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 ...
0
votes
1
answer
339
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 ...
-1
votes
1
answer
143
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
0
answers
17
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
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
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
0
answers
44
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 ...
0
votes
1
answer
44
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
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
2
answers
52
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.
...
-1
votes
1
answer
128
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 ...
3
votes
1
answer
56
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
16
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 (...
0
votes
1
answer
47
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 ...
2
votes
1
answer
457
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 ...
1
vote
0
answers
187
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))...
0
votes
1
answer
98
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
0
answers
55
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 ...
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 ...