Questions tagged [tabbed]
163 questions
22
votes
4 answers
Is there a command in Vim/gVim to combine two or more tabs into a single split window?
Is it possible to take two files that are open in separate tabs in gVim and combine them into one tab with a split/vsplit window? I'd prefer if there was a way to specify which tabs to join, but even something that is the opposite of :tab ball would…

Jason Down
- 21,731
- 12
- 83
- 117
11
votes
6 answers
Tabbed window for matplotlib figures, is it possible?
I have a python project that outputs several Matplotlib figures; each figure contains several charts. The problem that project launches about 15 figures (windows) every run, which I can not reduce.
Is it possible to concatenate all these figures…

Mohammad ElNesr
- 2,477
- 4
- 27
- 44
8
votes
1 answer
In SwiftUI how do I put the tabs in a TabbedView at the top of the view?
I have a view with tabs on the bottom, one of the views has subviews, to separate the logic visually, I put the tabs of the subview at the top of the view with the following code and it works perfectly:
self.tabbar.frame = CGRect( x: 0,
…

J. Edgell
- 1,555
- 3
- 16
- 24
6
votes
3 answers
jTabbedPane set active tab text properties
I have a jTabbedPane with multiple tabs in it. I am trying to make the title text of the selected/active tab bold. Is there a simple way to do this?

user2444472
- 149
- 1
- 1
- 4
5
votes
2 answers
why there is no "Use Core Data" check box with Tabbed Application template
I need a tabbed application with core data persistence. when i create a new project with Tabbed Application template, i can not find the "Use Core Data" check box. Is it okey to manually add a core data to a project created with Tabbed Application…

lu yuan
- 7,207
- 9
- 44
- 78
3
votes
3 answers
Tabbed Interface in C#/WPF
I am currently working on an application with a tabbed interface. I want to be able to split the workspace horizontally or vertically by dragging a tab to one edge of the window.
For example, open two tabs:…

Christian Hubmann
- 1,502
- 3
- 17
- 21
3
votes
1 answer
Visual Studio 2010 - New Tabbed Window
Is there a way to create a new code window in Visual Studio 2010 that is also a tabbed container for other code windows.
As far as I can see the windows will only stack on top of each other once they're undocked from the main window and will only…

cweston
- 11,297
- 19
- 82
- 107
3
votes
5 answers
html - how do I make a page load in a new tab in IE8?
What combination of html and IE8 settings get IE8 to open links in a new tab. Or can you not do this with IE8, and you only get the new tabs by manually selecting File-> new/duplicate tab?
My website works in Firefox - pages on the site load in…

Rilien
- 242
- 2
- 5
- 11
3
votes
0 answers
WATIN and multitabbed IE
I have a WATIN test like the following:
[Test]
public void IE_should_launch_on_correct_url()
{
// do something here that should launch IE
...
_ie = IE.AttachToIE(Find.ByUrl(someUrl));
...
Assert.IsNotNull(_ie);
}
[TearDown]
public void…

Román
- 1,943
- 2
- 18
- 28
2
votes
1 answer
How to include seperate file in the main.dart
I am barely new at Flutter and try to learn it. I will add codes to my seperate pages and will pull them from main.dart file. First i need to add a gridview to my home page which is main.dart. I am doing something wrong but couldn't find…

Gurkan B.
- 35
- 1
- 4
2
votes
2 answers
2
votes
1 answer
Matlab annotation in tabbed figure
When adding annotations to a Matlab figure, all is well. But when I try to create a tabbed figure (consisting of multiple tabs) the annotations disappear. It seems like they are sent to the background of the image, but I'm not sure how to solve…

Wouter
- 477
- 2
- 6
- 8
2
votes
1 answer
no view found for id viewpager fragment android
I have 3 fragment, first mainFragment, tab1Fragment, and Detaitab1Fragment.
I want to call a Detaitab1Fragment in my tab1Fragment.
This is code when i call my Detaitab1Fragment in tab1Fragment
BlankFragment fragment = new BlankFragment();
…

Fania Indah
- 135
- 1
- 3
- 11
2
votes
0 answers
WebView sometimes not reloading in Fragment
I'm a beginner developer. I'm using standard example from android studio and create Tabbed Activity with 3 scroll tabs. In tab textview and webview. Textview work good. In WebView content sometimes(1 of 10-15) not loading on my device(Android 4.4…

grinat
- 95
- 4
2
votes
1 answer
how i can make action bar fixed in android studio tabbed activity
I have a small problem with android - specifically in Tabbed activity tabs.
When I move the action bar up, it moves up and down. I need to make this action bar Fixed, like any another activity.
This is my code:

Hero Guevara
- 107
- 1
- 7