tabs Questions
3
Solved
I'm working on a project that uses tabs incorrectly, and therefore doesn't like that the GitHub desktop app shows them as being 4 spaces wide in the diff.
This is not nice as it's hard to read the...
Dibs asked 15/7, 2015 at 6:37
3
I have a screen with a BottomNavigationBar and an IndexedStack that swaps the child view based on the bottom bar index.
Everything is ok, except that all four pages are created at once, loading the...
Terracotta asked 22/6, 2021 at 20:58
4
Solved
So I have 50 tabs opened on chromium, but that is using too much memory and some of the CPU.
How can I have all those concurrent researches I am doing opened but not clog my machine?
I think ther...
Spermaceti asked 30/6, 2013 at 4:9
3
It seems that I've fat-fingered some hotkey and my top tabs in VSCode have disappeared.
I miss them terribly. How do I configure VSCode to show tabs of open files across the top of the window?
Th...
Knockout asked 17/8, 2017 at 20:0
6
How to open the new tab using Playwright (ex. click the button to open the new section in a new tab)
I am looking for a simpler solution to a current situation. For example, you open the google (any another website) and you want BY CLICK on the button (ex. Gmail) - open this page in the new tab us...
Haim asked 9/10, 2020 at 9:19
6
I need to have different set of open tabs and tab groups for each of my tasks.
Import and export setting not helping me to do this, neither does this SO question that has been asked similarly but ...
Eaves asked 15/10, 2013 at 9:44
4
Is it possible to open a new tab in browser using the window.open("http://www.google.com"); function, but open it in the background and remain on the current page?
When i Click in hyperlink the pag...
Asuncion asked 29/11, 2013 at 4:43
10
Solved
I'm trying to open multiple links at once in Google Chrome in new tabs but it fails.
Problems:
Blocked by popup
Open in new windows instead of tab after the user allowed the popup
With this,...
Aflutter asked 23/6, 2014 at 10:54
4
Solved
is it possible to create a tabbed interface using just css, no javascript?
I mean to be able to switch the tabs using css/html, without javascript. Maybe with CSS 3.0?
the markup would be somethin...
Godsend asked 8/2, 2011 at 19:27
5
Solved
I want to reduce padding of a single tab. Following image shows what I want:
What I am getting:
I am currently using the "accompanist-pager" and "accompanist-pager-indicators"...
Yonyona asked 27/8, 2021 at 7:10
4
Solved
I am trying to build a Next/Previous windows using TabPane. I decided to use TabPane as it is easy to use and design in SceneBuilder. At the start fo the app, I used this to hide the TabBar for now...
3
I have been searching for a way to set the tab order in a tkinter application, that I have been working on. Currently the default order seems to be working from top-down, but it requires using CTRL...
Mancunian asked 13/7, 2011 at 23:59
3
Solved
OSX (10.11, El Capitan)
Given a terminal window with multiple tabs, it is possible to drag a tab out of its window so that it becomes a new separate window.
Is it possible to put it back?
3
Solved
Is there a way to programmatically obtain a list of open tabs in a browser by index?
For example, suppose Google Chrome is open with two tabs.
In the program, a line something like:
tabs_list = lis...
1
I'm trying to use a NestedScrollView for scrollable tabs within a DraggableScrollableSheet and need to pass the sheet's controller to the NestedScrollView's scrollable body, however doing so is not...
Dean asked 6/12, 2020 at 7:48
20
2
Solved
I'm trying to write a script that splits the current + all next tabs into a new window — which would be super useful for organization.
It is perfectly possible to get the URLs of the current and a...
Cence asked 6/1, 2019 at 21:27
10
I used to know this keyboard shortcut which makes you move around Vim tabs in the terminal, similar to Ctrl+tab in a browser.
I've been looking all over the Internet and I can't find it anymore. A...
9
Solved
I have bootstrap tabs and i want to make tabs active on the bases of URL link.
For example:
xyz.xxx/index#tab2 should make tab2 active on page load.
Here is my code so far
<div class="tab-wr...
Lineman asked 28/12, 2015 at 9:50
2
Solved
I've followed all the suggestions here.
When I press return, I get a new line that is indented with tabs instead of spaces.
If I backspace to clear the tabs, and then press TAB a series of times,...
Nomadic asked 9/5, 2014 at 17:43
4
Solved
I know from the Postman docs that I can open saved requests in a new tab either by creating a new tab before clicking on the saved request or with a keyboard shortcut, but I'm hoping there's a way ...
4
I am using Material UI tabs for my navigation menu.
I want to disable the animation from the indicator when navigating to another route.
I know there is a object prop TabIndicatorProps. But what is...
Manualmanubrium asked 17/8, 2021 at 9:44
1
I find it incredibly distracting to code with 2 spaces indentation, so I always set my indentation size to 4 spaces, however, on this flutter project, the indentation stays at 2 spaces, no matter w...
Nomanomad asked 17/11, 2022 at 16:48
3
Solved
I'm working on an application in which tabs are implemented using FragmentActivity. Since, tabs are required throughout the application, fragments are used extensively to make the application compa...
Schoof asked 18/8, 2012 at 2:36
4
Solved
How do I move the 'x' button to close an editor tab to the left side of the tab?
Logarithmic asked 4/5, 2018 at 13:36
1 Next >
© 2022 - 2024 — McMap. All rights reserved.