Questions tagged [tabbed]

163 questions
0
votes
0 answers

jQuery tabs -- multiple links for same div

I have a jQuery tab section with several div sections for it. There is a link for each section at the top of the whole thing, but I'd like to have those same links in the div that displays content when the page first loads as well. Basically, two…
MPR
  • 11
  • 3
-1
votes
1 answer

How to make tabbed code screen on Grav Learn2

I could not find a solution for that tabbed code screen. Can anyone help me to figure it out ? screenshot : https://i.stack.imgur.com/GUG4r.jpg also this is the page which in screenshot: https://dev.iyzipay.com/tr/api/taksit-sorgulama Thanks.
soyer
  • 3
  • 1
-1
votes
1 answer

How to write tabbed form in html

Referring to this example on how to create a tabbed form in html: the example works as expected until you embed the code within a
element. Then clicking the tabs causes a form submission, and in the case of the example, an error. Does anyone…
-1
votes
1 answer

Make Tabbed Layout with Custom ActionBar?

I am trying to make custom profile page , Tabbed layout is embed within ActionBar , and Tabs can change both with sliding and click on other tab. I just started playing with ActionBar , and didn't understood what are major differences between…
Zulqurnain Jutt
  • 1,083
  • 3
  • 15
  • 41
-1
votes
2 answers

onClickListener doesnt work in Tabbed Activity Android

The setOnclick Listener that I have written in the onCreate method doesn't work. The error is a null pointer exception error for button b1. I tried to initialize b1 before the onclick method but it doesn't work either. For this code I used the…
-1
votes
1 answer

Something like TabHost.onTabChanged()

I'm making a tabbed application and need a way to do an action on when I change a tab. The problem is that all I can find is about TabHost which relies on the deprecated TabActivity class. Even if it wasn't deprecated the pre-generated tabbed…
-1
votes
1 answer

Swipe + Tabbed Navigation for Android 2.3 and above

The quora app for android works smoothly and displays a classic tabbed+swipe interface. I need a help in implementing an app like it.
-1
votes
1 answer

What am I doing wrong in this Tabbed Navigation in CSS?

The website is here: At this page you can see that the tabs are currently blue in colour but I'm currently working with offline files that I'm changing over to the natural green that is seen all over the design of the website. Unfortunately, I have…
red_bairn
  • 73
  • 1
  • 8
-1
votes
1 answer

tabbed page in winforms

I have designed a tabbed page. I'm able to load forms in the tabs and even im able to navigate thru the child forms. but the problem here is I'm not able to load the directly, I had to write the code to load the form in tabPage1_Click(object sender,…
srinivas
  • 1,391
  • 3
  • 13
  • 16
-3
votes
1 answer

C# double click files to open in notepad tabs

How to double click on text files to open in notepad in seperate tabs? Please point me in the right direction. In my program.cs I use the following: static void Main(string[] args) { String thisprocessname =…
-3
votes
1 answer

Is There a Way to Display a Specific User's Instagram Feed?

I'm creating a tabbed iOS application. I need one of the tabbed pages to only show the IG feed of a specific user (not the user who logs in). How do I go about doing so? Edited: Ok, now I've registered my app via the IG Developer page, and I've…
timirahj
  • 5
  • 4
-4
votes
1 answer

VS 2017 - xamarin - TabHost trouble with preferences TAB

Creating with visual studio a skeleton app with tabbed views. One tab is for settings but having trouble using preferences api. I get this error : android.view.View cannot be cast to android.view.ViewGroup Here's the…
1 2 3
10
11