Questions tagged [tabbed-view]

53 questions
1
vote
1 answer

SmartTabLayout thickness

I'm using SmartTabLayout. And I want to use indicator like this (like a circle). I couldn't find some appropriate argument in xml. Any ideas? Want this: I have this: XML code:
Mikheil Zhghenti
  • 734
  • 8
  • 28
1
vote
2 answers

Ionic Back Button not displaying in TAB Page and animation is missing

I have a problem with displaying back button and smooth transition into tabbed page after button click from main menu of the app. If i'm redirection to the simple view after button click: NON-TABBED-VIEW (works fine) .state('dailystats', { …
redrom
  • 11,502
  • 31
  • 157
  • 264
1
vote
1 answer

How to embed a SWT TableViewer in a TabFolder?

I am trying to embed a JFace TableViewer in a SWT TabFolder, but when I do so, the table does not show up. The current (working code) in my GitToDo code looks like (see this Git repos): final Display display = new Display(); final Shell…
Egon Willighagen
  • 1,621
  • 4
  • 19
  • 36
1
vote
1 answer

QMdiArea SubWindowView overriding

I'm a junior software engineer and i have a idea, but i don't know how to realize them. I want to override a QMdiArea's SubWindowView. Actually i want to mix SubWindowView and TabbedView. I want to give to SubWindowView some features from…
zuzman322
  • 124
  • 8
1
vote
1 answer

Elements in Scroll View shift/move upon returning to the SV?

I am working in a tabbed aplication type. And my problem is shown on the 3. step (see picture below): http://www.photoshack.com/albums/userpics/13055/Problem1.png Here is my storyboard:…
1
vote
2 answers

Using a TabbedViewNavigator inside of a TitleWindow

I'm making a Flex mobile 4.6 application, which is ViewNavigatorApplication (not sure if this has any consequences on the following). This app has a customized ActionBar, visible in the screenshot below. Troubles starts here: I want to use a…
1
vote
2 answers

Using fragments for tabbed view for Android >= 4.0 (no action bar)

I am currently working on a tabbed layout using fragments for an application for Android >= 4.0. The tabs are not in the action bar. I don't need a new activity for every tab. I always show the same amount and same kind of data. Since there is no…
user993441
  • 121
  • 1
  • 4
  • 15
1
vote
0 answers

Properties View Extension - PropertyContributor and PropertySource are different?

I am extending the Properties View by implementing a separate plug-in, which is defining tabbed property contributor/tabs/sections in its manifest. The property contributor is an active workbench part. I have managed to get a simple section in a…
1
vote
0 answers

position: absolute on Tabbed Menu Causing Overflow Problems

When I set position: absolute in my tabbed menu, I get overflow problems. here's the link to see the issue (click on tab #one) CSS I've tried various jQuery and JavaScript tabbed menus but they conflict with the java controlling the background image…
JonT
  • 105
  • 1
  • 1
  • 6
0
votes
0 answers

DevExpress TabbedView: How to get the sequence or indexes of the documents when the position was changed?

As we all konw, the document header can be darged and dropped into dofferent position to adjust the sequence, but the document's index in DocumentGroup is never changed. The thing is I want to save the sequence of the documents after user's…
0
votes
0 answers

Display the same view across multiple tabs, swiftui

I have an app with a TabView. One of these tabs(1) displays a CartView. There is another tab(2) that Adds items to the cart and Also allows Navigation to the CartView. The contents of the cart are maintained in an EnvironmentObject CartModel…
Pradyot
  • 2,897
  • 7
  • 41
  • 58
0
votes
1 answer

How to interrupt an AJAX request in rails?

I've the following situation: A tabbed view sends AJAX requests upon clicking on tabs to change view, each request takes around 3-4 seconds from the time the user clicks on the tab until the view is refreshed (that's healthy and accepted in my…
0
votes
2 answers

How do I make multilevel tabbed panes in HTML/CSS/JavaScript?

I want to make multilevel tabbed panes for my PHP frontend. I want to achieve something like this: _______|TAB1||Tab2||Tab3|________________________________ ___________|SUB TAB1||Sub Tab2|_____________________ |Content of Sub Tab 1 of Tab1 |…
Viral Jain
  • 1,004
  • 1
  • 14
  • 30
0
votes
0 answers

In Xamarin app, tabs from TabbedView not Populated at the Same Time in Android Tablet emulator as in Android Phone emulator

I am trying to set icons on tabs in my Xamarin app's TabbedView based on the state of the page displayed on the tab. I am able to access a tab individually and setting its icon during rendering on an Android phone emulator, but it does not work on…
user756366
  • 467
  • 6
  • 24
0
votes
1 answer

Android tab text invisible

I've developed a simple application with TabView. There are two tabs, each tab has a short text and an icon. I've made the icons in the way the tutorials say. The application looks perfect on the emulator(s), but after loading to the real device…
Krzysztof
  • 3
  • 2