tabs

Android: Use spinner in a sub tab.

Hi, I'm trying to put a spinner in a sub-tab in my android app. Touching the spinner causes a crash. Searching seems to suggest that for some reason it is not possible to use spinners in sub-tabs, but this seems silly to me. I've also tried using activity groups as an alternative to sub-tabs, but I get the same crash. Has anyone...

GMap map and Tabs display conflict in Drupal

I am using Tabs and CCK Fieldgroup Tabs module to put node GMap CCK location map in a tab. When I put GMap location map in one of the node tabs (Tabs module) other than first one (default), the map view does not centre properly the marker. It slides one width off the screen to the east (right). I need to press "scroll right" arrow once o...

Android: Slide gesture and animation for switching between tabs.

I'm sure this has been answered somewhere, already, but I just can't find it: I have a TabHost with three tabs, each containing different views (not Activities). What I want is to make a swiping gesture from right to left and let the current view slide out to the left and the next view slide in from the right, thus changing the current t...

GWT Vertical Tabs like iGoogle

Hi I am using GWT and would like to develop a vertical tab panel like the one in iGoogle. How can the same be achieved ? ...

Do you use Emacs tabbar?

The emacs tabbar.el package adds (buffer)tabs to each window and comes standard with aquamacs and can be added to emacs23 with the emacs-goodies-el package. Are any of you hardcore emacs users actually using tabbar? I'm sort of used to having tabs, but I would like to know if working without them could be more productive, and if there a...

prevent event reinitalization in jquery tab plugin (ajax mode)

hi there, I hope you can help me with a problem; first, please don't worry about my language skills, I come from germany and I don't speak english every day, unfortunately :-( I'm using jquery tabs in ajax mode and have some problems concerning click events. An example: I initalizate in my first and second tab such a click function on...

Correct Android tab appearance across platforms?

I'm writing an application that needs to work on a variety of Android devices, each with their own carrier-specific themeing. Unfortunately, there's a problem in that the tab themes for each device are incompatible --- stock Android uses light-background, dark-foreground for the selected tab, but the HTC Desire uses dark-background, lig...

adding tabs to my facebook fan page

Hello, I am trying to add a new box on the main view of our Fan Page. And populate it with HTML from our main web server when the user opens the fan-page. I do not want to create any application and then add it as a tab. I simply want to load contents of the tab from a web page. Is there any way to do this ? ...

jQuery tabs not working inside a thickbox

Hi! I´m working on a project, where i got a site with "case studies" and the details are show within a thickbox. Now, this content is split into 3 jQuery tabs, that work just fine in a blank page, but inside this thickbox, they don´t. <link rel="stylesheet" href="css/reset.css" type="text/css" media="screen" /> <link rel="stylesheet" h...

jQuery: How to bind an event for the div when it becomes visible?

I've got a div element: <div id="tab1"> Tab data </div>. How to bind a custom event when this div becomes visible (gets display: block;)? And also I'd like to bind an event when this div becomes invisible (gets display: none;). I'd like to do this in jQuery. Edit: I'm making simple tabs with ajax content. I want the content on ...

Can I update a list view in one activity while im in another activity?

Hello. I currently have a tab layout with 2 tabs, one tab with a list view and one with the option make strings so I can add them in the list view. Both tabs have their own activity because this made the code much more structured, and I dont have to repeat my self later. Lets say im in the tab that offer me to create an string, and i p...

Tab character in TCPDF

How do I enter TAB character befoare a paragraph. If I enter some spaces instead of TAB when I use the cell function to print some text that has two or three paragraphs justified the width of spaces before paragraphs is not the same for each paragraph and I need it to be. ...

android activity cannot bind to service

Hi, I managed to connect an activity to a service and it runs ok. This is my first activity in the application. However, if i progress (with or without binding to the service in the first activity), the next activity (resides in a tab) will not bind to the service. note that if i make the trouble-making activity to be my first in the a...

asp.net web forms: two rows menu (tab menu)

I would like to implement the following tab menu in my asp.net web application: tab menu link important are the two rows in the main menu, for exc. when you click on "Consumer" there are certain itmes in the second row (Computer & Peripherals) and so on... Is this possible with the asp.net menu control, or how would you implement this...

Primefaces wizard showing progress

I want to use Primefaces to display a wizard pretty much similar to the one shown in the showcase, but with some kind of tabview that displays the progress of the user, thus combining the wizard with the tabView. Because I think this is quite a common requirement I was wondering if anyone tried the same and could give me some suggestio...

Implementing a tabbed Windows dialog window in C.

Background: I’ve inherited a project, about 10k loc implementing an odbc driver. To configure the driver a configuration window is opened. The configuration window is defined by an .rc file (a resource script) which defines all the buttons and checkboxes using x,y coordinates. Up until now when adding a new feature I just copy/pasted an...

Samsung Galaxy Tab AVD with Google API?

I installed the add-on provided by Samsung so I could create an AVD that would emulate a Galaxy Tab, but unfortunately my most important project uses the Google API (for using the Maps external library) which is not supported by the single additional target that the add-on provides. Does anyone know of any way to have an AVD for the Tab ...

Dojo Grid reload data file upon button click

I know there maybe similar questions out there, but I still cannot find the answer. Much appropriate anyone who can help me. There are 5 departments, and each department has 4 products. So I created 5 buttons and 4 tabs, each tab contains a grid. By default the department A is loaded, user can switch tabs to see different products info...

How to disable hover effect to highlight menu items in GWT MenuBar?

I am making a vertical Menu using GWT MenuBar and selection of particular MenuItem shows content on the right, I am trying to make something similar to TabPanel, but with Tabs on left instead of being on top. Now, since I've got the Menu items and actions in place, I want to remove the effect of hovering over and changing color, and keep...

JS tabbed navigation - how keep url's working

I've built a basic tabbed interface using jQuery using this technique. I want to be able to link to the page with different tabs open. At the moment the index page loads and holds the content for all the pages in hidden divs and displays each with an animation when the tab is selected. I want to keep this functionality, but also allow d...