Questions tagged [tabbed]

163 questions
0
votes
1 answer

Tabset in html rmarkdown

I am working on a html document (readthedown theme) of rmarkdown and i would like to create several ".tabset" but : I would like that the tabset's content appears only when i click on it in the table of content and not appears ones after ones…
0
votes
1 answer

Focusing a Tab after it has been reloaded via window.open?

In my webapp I work with new Tabs I open with window.open. Sometimes, a tab with the target-name is already open in the background and the window.open(..., "sametarget") only reloads it, which is fine - but the Tab stays in the background after…
Chris
  • 1
0
votes
1 answer

coloring containers by tabbing with flutter

I have column with many ((Tabbed)) items, when I tab on one of them it should be colored and the others transparent, and here is my Tabbed classthis image for what I have now with my code class Tabbed extends StatefulWidget { @override …
Husamuldeen
  • 439
  • 1
  • 8
  • 21
0
votes
1 answer

Alteryx download & process multi-tabbed excel

I am using an Alteryx workflow to download a .xlsx with multiple tabs from an FTP. The file is downloaded to temp folder as that's the option I choose. I want to further process this file by accessing various tabs. I am aware of how to process excel…
0
votes
2 answers

include an activity inside a tab result in full screen activity

tabbed activity overrides by activity when follow android tabbed activity. I am a newbie in android. I am learning to include some activities on different tabs. however, the activity gets fullscreen and override the main tab // TabMain.java public…
mambo
  • 25
  • 1
  • 6
0
votes
0 answers

How can I add more than one tabbed page on one content page in xamarin forms?

I have two different tabbed pages that I created, and the plan is to put them on one content page or single page, but I'm getting this error: Error XLS0503 A value of type 'HomeIncidentListTabbedPage' cannot be added to a collection or dictionary…
0
votes
2 answers

How can I refresh or reload a WKwebview when selecting tabs

I have a tabbed app which loads separate internal file WKwebviews. I now need to have the WKwebview refresh when a tab is selected. I think I need to add the required code in the viewWillAppear, but on trying to have some code on this method…
128K
  • 63
  • 1
  • 7
0
votes
0 answers

Is my 'Tabbed App' keyboard issue caused by constraints?

I have built a Tabbed App in Xcode (Swift 5). The app tabs (there are 4) work fine. Two currently load black pages and the other two load a web view (WKWebView). The web view works great, but when using a web based text field the keyboard barely…
128K
  • 63
  • 1
  • 7
0
votes
1 answer

Android -- Visible and Invisible Tabs: Button Handling

I am trying to create an application with a login screen that appears and has effects among various other tabs. I have the tabbed implementation working fine: I can hide tabs and view the layouts of other tabs -- however, I cannot make them…
BPuryear
  • 53
  • 1
  • 3
  • 7
0
votes
1 answer

How to customize the size of the bar in a TabbedPage? [XAMARIN.FORMS]

I have a Tabbed Page, I have it already accommodated, but I feel that it is very small and I need the lower bar to be higher
Wilmilcard
  • 281
  • 4
  • 13
0
votes
3 answers

Get rid of Spry Accordion bluebox

I have two questions. First I am using a spry accordion for this website I'm designing, however its the fist time I've used it so I wanted to know how to turn off the blue box that surrounds it everytime you press on it. Does anyone know? I tried to…
Sophie
  • 329
  • 2
  • 7
  • 19
0
votes
0 answers

How to add a tab bar to a Mac application (Swift/AppKit)

I am creating a code editor for Mac using Xcode and Swift. I already have a toolbar (NSToolbar) but am not sure how I would achieve a tab design simmilar to Firefox's. I don't want to use NSTabView as those are more like tabbed buttons, and I am…
dhilln
  • 56
  • 3
0
votes
1 answer

Position of progressbar

I have successfully build a tabbed activity app with four tabs all working as expected. Each of tab load a web page. My problem is that I don't where to place the progressbar code for each tab some users will know that the page is loading. Will…
0
votes
0 answers

Why this tabbed page child isn't recognized?

I have this tabbed page with 3 childs, the two first childs are being recogonized but the child page "Conversas" isn't. Visual Studio says it was not found and ask me to check assembly references.
Kubanakan
  • 9
  • 3
0
votes
2 answers

Add an AdMob Ad above a TabbedView?

I am getting an "Error parsing XML file: Unbound prefix" when I try to put my AdMob ad reference above a tabbed view. Any ideas how to fix that?
Bill Mote
  • 12,644
  • 7
  • 58
  • 82