14,783 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
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
43
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
51
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
71
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
356
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
132
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
147
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
253
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
74
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
397
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 ...