Questions tagged [tabbed-interface]

35 questions
0
votes
2 answers

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 having trouble with photo galleries. I use…
Cedric
  • 453
  • 1
  • 6
  • 18
0
votes
0 answers

React functional App being called again on tab change

I'm using a functional app style and a tabbed user interface. The part of the code relevant to the tabbed interface is as follows: function App() { const [currentTab, setCurrentTab] = useState(0); // and much other state as well . . . const…
Joymaker
  • 813
  • 1
  • 9
  • 23
0
votes
1 answer

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 i click a button in tab2 page it check the…
Victor
  • 555
  • 6
  • 15
  • 39
0
votes
1 answer

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 file it doesn't take the file it always show the…
Victor
  • 555
  • 6
  • 15
  • 39
0
votes
0 answers

Is it possible to capture tab key when tab is pressed at the end of a form?

In our application a form is no trivial, as the form is build based on data from the server and not a flat structure. Still, the elements are placed (eventually) sequentially, and I'd like to have something happen when tab is pressed in the last…
paul23
  • 8,799
  • 12
  • 66
  • 149
0
votes
2 answers

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
bAN
  • 13,375
  • 16
  • 60
  • 93
0
votes
0 answers

MVVM Tabbed Interface Panels Appear to Share a Single, Common Resource

I am creating a WPF Tabbed Interface utility program using MVVM Light. While free-standing dialog boxes live in their own .xaml files, my understanding was that to create tabbed interface panels, the code for those should reside in a DataTemplate…
Bob Kaufman
  • 12,864
  • 16
  • 78
  • 107
0
votes
1 answer

Bootstrap accordions and tabbed nav in one page?

I have a site I'm building and I want to have tab nav with different accordion things on each tab. I've done this; but the one tab I've placed it in copies over to the other tabs. I want it so that each tab has a different set of accordion links…
0
votes
1 answer

angularjs component interaction for tabbed content

I am using the example from AngularJS Developer Guide to create a tabbed interface (https://docs.angularjs.org/guide/component - Intercomponent Communication). For static content, everything works fine, but when I update the underlying document…
0
votes
2 answers

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 assigned to the 'a' of the tab when clicked, but the…
Barny83
  • 2,395
  • 2
  • 14
  • 4
0
votes
1 answer

How to get better performance for ionic using tabbedslidebox?

Hi I am using https://github.com/saravmajestic/ionic/tree/master/tabbedSlideBox It works great for scrollable tabs, but I find that as I use more than a few scrollable tabs (more than 4-5 tabs) the performance drops considerably. This is because…
andthereitgoes
  • 819
  • 2
  • 10
  • 24
0
votes
1 answer

Input/Load data for a Tabbed HTML form from Spring Controller GET method

I want to load a single page with multiple tabbed HTML form (with JSP, Bootstrap, JS, AJAX offcourse) from a Spring controller using GET method. Here different tabs will take input or show data from different tables. Like, tab_1 will input data and…
obsolete
  • 33
  • 2
  • 8
0
votes
0 answers

Toast not working from fragment of Tabbed Activity

I tried many solutions from stackoverflow but still not able to find a way through. I am trying to toast from a fragment of a Tabbed Activity but it looks like the OnClickListener is not working. Please help me out. Here is my code: Button…
Rahul Kumar
  • 99
  • 3
  • 10
0
votes
1 answer

How do I add text and other things in tabs 2 and three?

I'm using Android Studios tabbed activity template with ActionBar Tabs, I have a slight problem. I want to be able to add different texts into the different tabs however I get the same text on all tabs. How would I go by doing this? I have read…
0
votes
1 answer

Removing gap underneath pages on CPropertySheet / Tabbed Dialog

I have a CPropertySheet that I am using to show three CPropertyPages. I removed the default "Apply" and "Help" buttons. My problem comes that now that they are removed, I have a large gap where they were once located. Is there a way to remove…
Kyle Williamson
  • 2,251
  • 6
  • 43
  • 75