Tagged Questions
The tabbed-interface tag has no wiki summary.
12
votes
12answers
823 views
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 ...
8
votes
3answers
2k views
Google Chrome tabs style UI in Delphi
I am looking for the easiest way to implement Google Chrome style tabs over Windows 7 glass, in a Delphi application.
It would be great if I could hybridize the Google Chrome tabs style, and one ...
4
votes
4answers
125 views
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, <li> elements ...
3
votes
3answers
2k views
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 ...
2
votes
1answer
108 views
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? ...
2
votes
3answers
2k views
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 ...
2
votes
3answers
702 views
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 ...
1
vote
2answers
1k views
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 ...
0
votes
2answers
60 views
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 ...
0
votes
1answer
34 views
How to multiple tabbed interface work in asp.net
I have web application in that i am using tabbed interface control in this i have create 4 tabs in each tab having a .aspx application,so each application having the
"required field validators" when ...
0
votes
1answer
74 views
How to upload a file in asp.net in Tabbed interface control
I have a asp.net(c#) web application in that i am using Tabbed interface to show the forms.In Tabbed interface there are 4 tabs are there in 4th tab i have file upload control,when i try to upload a ...
0
votes
2answers
139 views
Add a xaml File in a main tabbed Window
I'm trying to create a application with tabbed interface. For now I have this kind of interface
with this code
<Window x:Class="BMG.BackOffice.MainWindow"
...
0
votes
0answers
309 views
Zend Framework: I have two subforms but only the second one attached gets rendered
I have two zend subforms that I attach to the form object like so $this->addSubForm($groupDetails, 'groupdetails')
->addSubForm($contactPersonDetails, 'contactpersondetails'); However only the ...
0
votes
1answer
335 views
tabbed panel in struts 2
i am using struts2 tabbedpanel but when i will click on submit button which is present on panel1 then its opening new page but i have a requiremnt to open page in same tabbedpanel
please help me....
0
votes
2answers
206 views
Tabbed interface using jQuery, cannot make 'current' tab take opacitiy setting
I have adapted a jQuery tabbed interface tutorial to create an interface for viewing some images. The active tab should have an opacity of 1, but with the code I am using the 'current' class is ...
0
votes
2answers
586 views
Tabbed document interface Microsoft Word 2007
Someone, back in the day (2001) wrote a script to create a Doc-Bar in Word XP that would allow for tabbed interface of open Word documents (thus saving precious Taskbar space):
...