Questions tagged [tabbed-interface]
35 questions
16
votes
4 answers
Google Chrome style tabs on glass in Delphi
I am trying to implement Google Chrome style tabs, in Windows 7, in a Delphi application.
The elements of this are:
tabs may extend into the non-client area as they do in google chrome itself.
draws properly on Vista and Windows 7 when glass is…

Warren P
- 65,725
- 40
- 181
- 316
12
votes
11 answers
Are tabbed interfaces confusing?
We are designing a web site and have run into some UI challenges that would be neatly solved with a tabbed interface. Users will interact with different elements of the site (there are some basic view/edit/copy/paste functions available) and having…

David Stafford
- 478
- 5
- 9
5
votes
2 answers
tabbed document interface in WPF using only on-board means?
I've seen two threads here about TDI & C#. Both of them didn't really answer the questions I have ...
Since TDIs are pretty much like a standard nowadays, I can hardly imagine, that I have to buy a special control (like AvalonDock or SandDock).…

Michael Niemand
- 1,578
- 3
- 23
- 39
4
votes
4 answers
Floated elements: Fill out the bottom line first
One project I'm working on uses tabbed navigation. Because the number of tabs is dynamically calculated, and can reach high numbers, sometimes these tabs (which are, in essence, elements with a float: left; style declaration) overflow into the…

Duroth
- 6,315
- 2
- 19
- 23
3
votes
3 answers
Changing the title of a Tab in wx.Notebook
I'm experimenting with wxPython,
I have a tabbed interface (notebook) and each tab is basically a file list view (yes, I'm trying to make a file manager)
The file list inherits from wx.ListCtrl, and the tabbed interface inherits from wx.Notebook
I'm…

hasen
- 161,647
- 65
- 194
- 231
3
votes
4 answers
How do I get a tabbed pane component in JSF 2.0 (Sun Mojarra)
I am learning/using JSF 2.0 (Sun Mojarra) now and I want to have a tabbed pane in my webapp (single tabs could named be General, Detail1,Detail2,...).
How do I achieve this? I haven't found any documetation for this so far :(

Tim
- 733
- 5
- 12
- 19
3
votes
2 answers
Source Insight type editor with tabbed windows and dividers?
I really like the set up of Source Insight, it has a context window for one click understanding of function calls and variables, and a relations window for where functions are called in a project and where variables are used in the project.
It is…

Hyperian
- 127
- 3
- 13
3
votes
2 answers
wpf validation refresh between tabbed pages
I'm getting there with this WPF validation, IDataErrorInfo, INotifyPropertyChange stuff, but new issue on refresh. I have a window with a bunch of controls on it. I have a tabbed page interface and for simplicity have 2 pages... 5 controls on…

DRapp
- 47,638
- 12
- 72
- 142
2
votes
2 answers
Tabbed user interface in C#
I want to create a simple tabbed interface app. I did it before in WPF using an usercontrol inside of each tab, and I comunicate with the principal form searching for a parent element (the form, or the tab control)
How could I made the same in…

Jonathan
- 11,809
- 5
- 57
- 91
2
votes
1 answer
Is there a declarative way to create tabbed layouts on Android?
The Tab Layout tutorial on the Android Developers site shows how to add tabs to a TabHost with a lot of repetitive procedural code.
Is there a declarative way to create tabbed layouts on Android? Something like the following?

Bart
- 21
- 1
1
vote
0 answers
The keybindings for tabbed don't work in i3, why?
I have recently changed from XFCE 4 to i3wm and when i tried to launch zathura with tabbed feature like this:
nohup tabbed -f zathura -e
I get the reader, but when I try to open a new tab Ctrl + Shift + Return it just don't work. However, I must…

Jellu Cat
- 11
- 1
1
vote
1 answer
Detect when NSWindow's "Show Tab Bar" gets enabled
I have a height-limited window: It cannot grow above a certain height (based on its current content), but can be made smaller (in which case I'll add a vertical scrollbar).
I limit the maximum height with a NSLayoutConstraint.
Now, if the user…

Thomas Tempelmann
- 11,045
- 8
- 74
- 149
1
vote
2 answers
jquery semantic-ui tab transitions
I am trying to use transitions in tabbed layout.
I am working on Laravel Framework.
My js code doesn't work...
Desired outcome: the tab content appear and disapper with transitions implemented.
Now: the tabs switch properly, but instantly - with no…

Peter
- 2,634
- 7
- 32
- 46
1
vote
2 answers
Javascript not working on server
I really hope this isn't a duplicate question as it seems to be a big question, but I've searched for a long while now to no avail... I have made an HTML5 tabbed interface that's calling a .js file for functionality. The project works AMAZING on my…

Brian W
- 21
- 1
- 8
1
vote
2 answers
KnockoutJs app with tabbed User Interface: What is best practice?
I'm constructing a single page KnockoutJs app with multi-tab functionality.
Thus far, I have tried out jQuery UI's tab functionality with the basic idea I had in mind.
Here's a my example:
jsfiddle
using this jQuery UI…

Curiosdev
- 11
- 2