Questions tagged [tabbed]

163 questions
1
vote
0 answers

Tabbed sections do not show in github pages

I am new at creating content in markdown and using github. I managed to create an html file that included tabbed sections as shown here (https://bookdown.org/yihui/rmarkdown/html-document.html#tabbed-sections) but as the title says, they do not show…
1
vote
1 answer

Android ListView with “tabs”

picture from a reddit news feed (https://i.stack.imgur.com/6YXMK.jpg) I am creating an app with a list view that is populated from a sqlite database. Each of the data base items can have a status of either “resolved” or “unresolved”. I want the…
Matthew
  • 139
  • 1
  • 10
1
vote
0 answers

Swipe to Unlock in Tabbed Activity

I want to implement "Swipe to Unlock" widget (https://github.com/ebanx/swipe-button 0.4.0) in a tabbed layout with 3 tabs. While swiping on the widget itself it is changing tabs. Even after keeping the widget on the left most tab, and then swiping…
1
vote
1 answer

Kivy: how to change the border of a TabbedPanel?

I'm struggling for hours now, just to be able to customize the style of my TabbedPanel in Kivy. Here is my code: #: import Utils kivy.utils BoxLayout: spacing: 0 padding: 0 canvas: Color: rgb:…
priseJack
  • 396
  • 2
  • 14
1
vote
1 answer

Primefaces tabView: embed text near title attribute of p:tab

Perhaps,somebody faced such a problem,looks like specific one and concerning Primefaces tabView component. There is tabbed view comments module and I would like to display comments number within tab,like this: How is it possible to embed text if…
sergionni
  • 13,290
  • 42
  • 132
  • 189
1
vote
0 answers

tabbed activity not showing any tabs

If I try and create a new project with a tabbed activity, no tabs show. Call me crazy, but I'd actually like tabs on my "tabbed activity". I searched on Youtube and it seems tabs just come up for others. Did something change with the newest…
Matt
  • 51
  • 5
1
vote
1 answer

Android studio - tabbed activity how to reset fragment to default view?

I have one fragment where are three (default) images and when user click on them, they will change to another. But when i swipe to another fragment and back to fragment with images there are not default ones as on the start. When I swipe two times…
idature
  • 491
  • 7
  • 23
1
vote
2 answers

Haxe inactive browser tab stops completly

I'm developing a browser based game with haxe. As long as I have the browser tab as my active tab, everything works just as intended and smoothly, but as soon as i switch the tab (regardless if i'm using chrome or firefox) it stops working completly…
1
vote
1 answer

jQuery multiple toggle buttons with different div ids

I have 4 different divs and 4 buttons, I'm trying to create a tabbed content using jQuery but I can't get it working right. So, I have used data-tab attribute. jsfiddle.net jQuery(document).ready(function() { jQuery('#tabInteract .buttons…
user5247236
1
vote
2 answers

Tabbed Page Inside Master Detail Page Xamarin

I am trying to add a tabbed page as shown in the xamarin documentation but I keep getting the following error, System.NullReferenceException "Object reference not set to an instance of an object." Do I need to declare a new object for each page or…
Jamie Steele
  • 57
  • 1
  • 2
  • 10
1
vote
0 answers

Tabbed Contents for Googlebot

I have checked a lot of forum questions on how to tell Googlebot to crawl my tabbed contents, but of no luck. I need someone to punch my face and say that Googlebot will never prioritise tabbed contents. Or, are there other ways that you might know…
onyotzki
  • 23
  • 5
1
vote
1 answer

Double tabbed layout

I've been trying for two days to manage double tabbed layout. Is it possible to do this? Like this ?
Mikheil Zhghenti
  • 734
  • 8
  • 28
1
vote
2 answers

Report how many tabs I have open in my web browser

I'm relatively new to working in the terminal, but I wondered if there was some way to report how many tabs I have open in my web browser. Using Mac OS 10.10, I would prefer Chrome or Firefox, but I am open to other browsers if it provides a…
1
vote
0 answers

how to add content to Tabbed Activity sections in android

I created Tabbed Activity in my android project that itself has 4 section or tab. I want to add 4 separate content in each tab. I added TextView in one tab but this TextView were repeated in all tabs. Should I add 3 fragment? If yes, how to use…
ParisaN
  • 1,816
  • 2
  • 23
  • 55
1
vote
1 answer

Access to TextView in PlaceholderFragment from MainActivity

I have an Activity (MainActivity) which contains a Fragment (PlaceholderFragment) with a TextView (myTextView) on it. I try to change TextView's text from MainActivity via below code but always myTextView is null. my MainActivity…
1 2
3
10 11