Basically, I\'ve got a packaged web application which I\'d like to be able to check as it loads if there are any other instances of the web application open, and, if so, to switch to the open instance
I have implemented my TabActivity with different child activities: intent = new Intent().setClass(this, MyChildTabActiviy.class);
I\'ve been trying to make a JavaScript function for a Google Chrome web-application that checks to see if there are any open instances of the application, and if there are, forces them to refresh the
When I nest a TabActivity inside another TabActivity, startActivityForResult fails when called from the inner tabactivity. The new activity starts, but I get an error message:
I\'m looking for a method similar to: chrome.tabs.getAllInWindow(integer windowId, function callback) that can get all tabs/pages that are open by the web-browser, whether or not they are in the cu
I\'m trying to add and remove classes to tabs when people click on them. This is what I have right now and it does absolutely nothing..!
For security reasons, my website automatically signs users out after 5 minutes of inactivity.I achieve this through jquery timeouts which are reset any time the user does what I consider an \"activity
I am trying to make an app with tabs at the top that link a website too each one, such as a computer that uses tabs in safari or firefox. What I am trying to do is implement an add and delete class th
I\'m using the YUI TabView tab system. I want to be able to select a certain tab from this TabView without having to click it. I want it to automatically open based on arguments I\'ll pass via URL.
I want to create a tab dynamically in Androidand under each tab I have one listview. So I want the content of the listview to also change dynamica开发者_开发百科lly. How can I do this ?I saw a code on