Questions tagged [tabbed-interface]

32 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
  • 58,696
  • 38
  • 168
  • 301
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
  • 428
  • 5
  • 8
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).…
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
    • 5,605
    • 2
    • 16
    • 21
    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
    • 148,751
    • 62
    • 182
    • 223
    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
    • 119
    • 2
    • 12
    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
    • 43,407
    • 11
    • 68
    • 131
    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,278
    • 4
    • 54
    • 89
    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?
    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
    • 9,137
    • 6
    • 60
    • 120
    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,415
    • 4
    • 25
    • 38
    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
    • 6
    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…
    0
    votes
    2 answers

    Ios Launching Fgallery from UITableView in tabbed application

    I am trying to build a small app. It's a tabbed app with 3 tabs: photos, videos, documents Each tab displays a tableview to select wich gallery, video, document is to be shown; Videos work fine. I'm having trouble with photo galleries. I use…
    Cedric
    • 423
    • 1
    • 5
    • 17
    1
    2 3