Any visual layout that incorporates selectable tabs as an organizational element.
Questions tagged [tabview]
770 questions
0
votes
1 answer
iOS custom scrollable tab view like in android
I want to realize iOS tab view like in android (Look at screenshot below)
Is there any ready open source iOS libraries doing this?

Almas Adilbek
- 4,371
- 10
- 58
- 97
0
votes
1 answer
tab in Android - tabView or ActionBar
I want to do something like this
I have read through the tutorial about TabView and later aboout ActionBar and Fragments. I am confused.
Please can someone tells me which of the TabView or ActionBar will allow me to draw a Tab like in the given…

DeathCoder
- 145
- 1
- 4
- 19
0
votes
1 answer
Preventing list items from appearing until YUI3 Tabview loaded
I'm using YUI 3 tabview, and my page appears without tabs very briefly, and then the tabs appear. I found this page:
http://yuilibrary.com/yui/docs/widget/
Hiding Progressively Enhanced Markup
which seems relevant, but I'm not sure how it applies to…

Mike Dunham-Wilkie
- 23
- 3
0
votes
1 answer
Android TabActivity how to start Intent only on TabChange
I have a problem with my Code:
I want to make a Highscore list with Google AppEngine and it works. Google AppEngine returns a String which is parsed and filled in a Layout.
The activity HighscoreListe connects to AppEngine and will get this…

user1718339
- 373
- 1
- 3
- 7
0
votes
1 answer
YUI3 Scroll-Datatables in TabView don't render
I have some tabs in YUI3 Tabview. Each tab contains a couple of YUI3 Scrollable Datatables.
The datatables are created but are not rendered. All I can see is a part of 1st column of each datatable.
Howeveer, if I resize the browser window, I can see…

the-petrolhead
- 597
- 1
- 5
- 16
0
votes
2 answers
Accessing Tab2 components from jQuery
I am trying get currently focused component id. For this I used following jQuery:
I…

Sandeep Goud Karrey
- 253
- 4
- 17
0
votes
0 answers
TabView with WebView
I have 3 tab in a page and each tab one activity is calling but when we called an activity Web view my tab is vanish and full page taken by web view only please tell me how to display Tab view with Web View is my 3rd Tab. and when i come back to tab…

Ranjan Sharan
- 11
- 5
0
votes
1 answer
How to catch CTabView close button pressed?
I'm writing an app in MFC with tabs. I'm extending CTabView class with my own.
I want to catch event while closing active tab and actually remove it from TabView.
The message WM_LBUTTONUP is never handled here - it's not handlen in ANY child class -…

filipbe
- 165
- 15
0
votes
1 answer
Increasing The Size Of View In ListView in Android
I have a list View . I want to show the following field in each row .
1. An Image
2. An TextView For Book Name
3. An TextView For Author Name
4. An TextView For File Type
All thing is successfully done by me . But the size of each row in the…

osimer pothe
- 2,827
- 14
- 54
- 92
0
votes
1 answer
TabView does not working as expected in android
I have a tabView in android which is created as follows :
Intent intentAndroid = new Intent().setClass(this, AndroidActivity.class);
TabSpec tabSpecAndroid = tabHost.newTabSpec("Android");
tabSpecAndroid.setIndicator("",…

osimer pothe
- 2,827
- 14
- 54
- 92
0
votes
1 answer
Tab View throws Exception
In Androd_Tab_view.java file, I have the following code :
tabs = (TabHost)findViewById(R.id.TabHost1);
tabs.setup();
TabHost.TabSpec first_tab = tabs.newTabSpec("tag1");
first_tab.setContent(new…

osimer pothe
- 2,827
- 14
- 54
- 92
0
votes
1 answer
cant customize the tabbar view in TabPanel in sencha touch 2. The default view is showing always.
I want to change the view of tabs i want them large & rectangle but they are showing like default capsules (rectangular with curved radius). How to customize them?
HERE IS THE CODE
var entryForm = Ext.define("TimeSheet.view.Newentry", {
extend:…

user1700052
- 1
- 5
0
votes
1 answer
start new ListActivity from ListActivity within tabview
i have tabview with 4 tabs and i am using TabHost to display tabs my application.
every tab is filled by another class extends from ListActivity and here is the code
public class TabbedActivity extends TabActivity {
/** Called when the activity is…

omnia Mm
- 157
- 5
- 16
0
votes
0 answers
How to navigate in Tab Application in Android? with my sources classes
// The below Fourth is fourth tab activity in my project so inside it am having few more
other activites like MasjidsearchActivity inside on item .it is displaying as separate activity but i want with remaining tabs
package…

KAREEM MAHAMMED
- 1,675
- 14
- 38
0
votes
3 answers
How to navigate in Tab Application in Android?
Hi every one am new to android technology.i would like to ask am having 4 tabs in my project
in the fourth tab when am clicking on item .it should navigate to new activity also it has to display the remaining 3 tabs associted with it but when am…

KAREEM MAHAMMED
- 1,675
- 14
- 38