Questions tagged [tabbed]
163 questions
0
votes
1 answer
Alternative to Runtime.exec() for a full Console java application?
I've been trying to code an app that allows me to open multiple Console sessions (in windows that would be cmd.exe) in a Tabbed fashion way.
One of the most important references I've found is in the following URL where I was able to get a…

mat060
- 21
- 1
- 4
0
votes
1 answer
Android Tabbed Activity Add New Fragment
So it seems the previous ways of creating tabbed activities that allow swiping the screen left and right have all been deprecated.
I tried searching through various other guides, but all of them use deprecated fragments methods.
So I tried using the…

brazuca
- 1
0
votes
0 answers
Android create tabbed activity
I'm very new in android developing. I'm want to do an application that contains two screen and I can select them by swipe the screen. It is that ? And if yes, Why it doesn't let me run this application ? I am creating this application and when I try…

RonYamin
- 77
- 2
- 11
0
votes
1 answer
Tabbed Forms Using HTML, CSS, JS
I've been playing around with some ideas I've been searching for, and I came across this:
http://jsfiddle.net/RcrCJ/
original html
0
votes
2 answers
resetting a list to be vertical
I have created a Tabbed area using a list "" of radio buttons. These now stack horizontally.
I now need to create a list within the content area of the tabbed area. But when I create list, the lists are also horizontal.
Is there a way of…

SteveDavies
- 29
- 1
- 7
0
votes
1 answer
mapbox, tabbed infowindow on marker doesn't read the variables
Using Mapbox instead of Google, I'm building up a menu in the map that shows tabbed infowindow on every marker. The problem is that no matter which marker I'm on, the infowindow is always the same (from only one of the markers), as if it doesn't…
user2690792
0
votes
0 answers
Tabbed Panels in asp & Dreamweaver
Is the any way one can have the tabinxex or tabid shown in the link bar on every click?
Eg: http://link.co.za/MaintenanceProfile.asp?MaintenanceID=154&ClientID=32&Tab=4

user3501463
- 55
- 2
- 9
0
votes
1 answer
100% div not working as expected
I have a 3 tabbed menu, each one displays it's own content within the same page.
I was having a problem using overflow"hidden until someone on here pointed out that to use this, I needed to set a height on the div.
That works fine.
However as the…

jfar_2020
- 161
- 4
- 23
0
votes
2 answers
css tabbed menu content not appearing when list inside div
I have a div with a tabbed menu list inside it, when I select any tab the content should display within the same page.
Without the div (so just as a list) it works fine See working JSFIDDLE here however with the div, the content doesn't appear at…

jfar_2020
- 161
- 4
- 23
0
votes
1 answer
How can I create a localNav style tabbed layout on a page
I want to have a page that has two tabs, and I can see how to do this in AdminMenu.cs using LocalNav() BUT I need this on a third level item.
My page structure is
Admin Menu
My module
Content Item 1
Tab 1
Tab 2
Content Item 2
Tab 1
Tab 2
I…

zanther
- 537
- 1
- 4
- 15
0
votes
2 answers
App starting as Single view and proceed to tabbar application
I am about to create an xcode iphone app which will lauch initially as a single view ( something like login and settings screens ) and then proceed to a tabbed bar application with multiple tabs .
how to do this -
should i create two differnet…

silverkid
- 9,291
- 22
- 66
- 92
0
votes
1 answer
Win32 save text files from tabbed interface
I'm using MS visual c++ 2010 express to write a notepad program. I need to be able to save files from my tabbed interface ( each edit control is stored into a vector ). I can't seem to figure out how to save, depending on which edit control is…

Vince
- 2,596
- 11
- 43
- 76
0
votes
3 answers
Show file path in the tab when there are several files with the same name
Please take a look at the screenshot:
As you can see there are 3 tabs with 3 different "index.xml" files opened.
I've been looking for an option to show something like "folder/file.extension" in the tabs name to be able to differentiate the files,…

RafaelGP
- 1,749
- 6
- 20
- 35
0
votes
1 answer
Send mail directly to new gmail inbox primary tab
Our mailer open rates are gradually decreases now a days in Gmail. Our mails are landing in to Gmail's social inbox tab and not in Primary tab. How can we send our mails directly to Primary inbox tab in Gmail. Please help us to sort out the issue.

perlpradeep
- 11
- 3
0
votes
1 answer
ScrollSpy show wrong active tab when used with JS tabbed content
I have a project in which I use ScrollSpy and I have a section with tabbed content. The problem is that the script from this tabbed content blocks ScrollSpy showing the correct active item in the nav bar. This tabbed content is in the 3rd section of…

Ovidiu Zeicu
- 13
- 8