Questions tagged [tabbed]

163 questions
0
votes
1 answer

iOS (Swift) - Tabbed navigation on view controller

So, My problems lies with the tabbed navigation bar (The bottom navigation bar with icons). Is there a way to make this static so that it shown on all view controllers/ screen, including ones that do not contain a main link. If you check the image…
ClarkySmiverz77
  • 203
  • 1
  • 4
  • 13
0
votes
0 answers

Get data from three tabbed activity

I am using tabbed activity and have three layouts and I wonder how its done when I want to get the data from all the tabbed activities are not in the view. They all have different layouts so I cant use "findViewById" to retrive the data thats not in…
codemoonger
  • 613
  • 3
  • 11
  • 22
0
votes
0 answers

GridView issue on a tabbed Activity

I am a beginner in Java and Android Studio and I am trying to build an app by following online tutorials. Everything good up to the point that I arrived to tabbed Activity. My app will have One main activity and tree tabs associated "FIRST…
Alex Simion
  • 93
  • 1
  • 14
0
votes
1 answer

Android - Layout and Layout-land not changing right away

I have a simple tabbed application and I would like to change the layout when the device is in landscape mode. I have found how to do that but it does not update to the new layout out until I go between tabs. This is not the intended behavior any…
Oak
  • 498
  • 1
  • 5
  • 19
0
votes
1 answer

4 Sliding tabs instead of 2

I'm making an app that needs to have 4 Sliding tabs. I found this tutorial:http://www.android4devs.com/2015/01/how-to-make-material-design-sliding-tabs.html?m=1 which I followed and it worked great, but it only shows how to do it with 2 tabs...…
Spickle
  • 47
  • 10
0
votes
1 answer

AppBar color and tabbed menu

I couldn't get help from any of the previous questions/answers, been trying this around for a whole lot now. So the problem is that I can't seem to change the color of the navigation tab (tabbed view) correctly. I am using API 21 with support…
Matias
  • 1
0
votes
1 answer

How to integrate forward/back button in WebView in tabbed application?

Is there a way to integrate an forward/back button in a WebView in a tabbed application? Any ideas?
user4432864
0
votes
1 answer

jCarousel not working properly within tabbed menu

I'm riding three different jCarousel ul, one in each target of a tabbed menu designeb by Yetii. The problem issue is that the one in the first target works well, whereas the remaining two show just a slice of the first picture and slide soon onto a…
0
votes
1 answer

Tabbed navigation conect with slider

I use Jssor Content slider and I want to connect three navigation buttons (Value My Home, Rent My Home and Property Market Analysis) with appropriate slide from slider, but I don't know how. It's link from my…
CaptainZZ
  • 11
  • 3
0
votes
1 answer

Sliding jquery tabbed content

Could somebody please help me to alter the tabbed content code to fade and slide the tabbed content in and out as the tabs change please. I'm using this script. And the code in the header bit: $('ul.tabs li').click(function(){ var tab_id =…
Nima
  • 13
  • 3
0
votes
1 answer

same fields within tabbed content

I have a form that covers CSS tabbed content and will calculate stuff based on selected fields from tabs. Question 1: Will the form work in general across multiple tabs? Question 2: I have fields that will repeat in multiple tabs. How do I managed…
Myroslav Tedoski
  • 301
  • 3
  • 14
0
votes
1 answer

How to display and work with tabbed table in XPages?

I have database where all documents were created by Lotus Notes client. Documents contain Rich text field with tabbed tables with text and attachments on every tab. Now I want to show documents with XPages. But tabbed tables are not visible in…
Mario
  • 23
  • 6
0
votes
2 answers

Tabbed icons & Keyboard not appearing in text field in Swift

I am working in Xcode 6 in swift. I am using the default UITabBarItem tab icons which are appearing in Main.storyboard, but are not appearing in the simulator (I am using the default images -- nothing uploaded). In addition, the keyboard is not…
RunCode
  • 1
  • 1
0
votes
2 answers

iOS Controller Pattern - same instance through 3 viewcontrollers

i want to use the same instance of a model class e.g. MyClass myclass - in 3 tabs (3 view controllers). Should i alloc this instance in a rootcontroller ? Or is a simple way to delegate this instance throw 3 tab viewcontroller ? Thanks Tobias
Tobias
  • 95
  • 1
  • 9
0
votes
1 answer

Event handler for TabbedPanel

I can't find info about event handlers for each element (like Label,Button,TabbedPanel, etc) I have a problem with default showing first tab in TabbedPanel. When programme is started it shows first tab "tab_def" and it's empty. But I want to see…