The switching tag has no wiki summary.
0
votes
0answers
11 views
Switching back and forth between windows XCode interfaces
I am having a very difficult time switching between forms in Cocoa interfaces. From my initial form and its delegate, I can hide the initial window then load and display the second window with all ...
0
votes
1answer
20 views
flex mobile switching between front and back camera
I'm building an android video application on flex mobile that can switch between front and back camera.I wrote a function that switch between the two cameras but it does that only once and when i ...
0
votes
0answers
15 views
VS 2010 Video Card switching
I have together an Intel(R) HD Graphics and NVIDIA GeForce GTX 660.
Now I am writing an OpenGL aplication in Visual Studio 2010. By checking the OpenGL version, it results OpenGL 3.3, so I think ...
-1
votes
0answers
9 views
Cisco 3750X: Determining port priority on SFP module [closed]
I have two 3750 Cisco switches that have two fiber cables/sfp modules hooked up on each.
I have installed two new 3750X switches on the rack for the upgrade, and I would like to use these existing ...
-4
votes
0answers
22 views
Netgear XSM7224S / DLink 1210-48 Static Lag (Trunk Failure)! [closed]
I need to configure a Netgear Switch(XSM7224S) and DLink Switch (DL1210-48) with two trunk ports. I did the same and created a lag (static) between them, afterwhcih a reboot was performed on both of ...
0
votes
0answers
12 views
Is there any type of interrupt that will not restore the register content?
I am facing an issue with the context switching. After switching the contents of the registers are not restored.
So, Is there any type of interrupt that will not restore the register content?
0
votes
1answer
23 views
Control changing windows with Tkinter
I'm trying to build a little app that lets you switch between to pages. This is what I got so far:
import tkinter
from tkinter import ttk
def main():
root=tkinter.Tk()
root.title("Control")
...
0
votes
0answers
82 views
Primefaces CommandButton (Within Datatable) - To Refresh Datatable on a second tab and switch to that tab
I am newbie.
I have a Primefaces tab (1. Summary 2. Detail).
I am allowing user to search for the list of items and then in 1st tab, the primefaces datatable shows the results. Along with the table ...
0
votes
1answer
61 views
Jetty - using symbolic links for different app versions
I'm trying to configure jetty to switch between different apps folders.
For example: I have 2 app folders (containing WEB-INF, classes, war etc) App1 and App2. I want to create a symbolic link in ...
1
vote
1answer
58 views
Android : Switching and update layout
I have the application that contains the game hangman. I have created a separate activity on their responsibility for drawing. Here's the code:
public class DrawWisielec extends View
{
Paint ...
0
votes
2answers
61 views
Switching matrix
Hello i have this program and i wanted to know what do you think i can do to change the first row and the last row
For example:
1 2 3 4
5 6 7 8
9 10 11 12
13 14 15 16
Changed ...
0
votes
1answer
64 views
jQuery switching images when link is clicked
Need some help here. I'm trying to achieve this:
By default the images are hidden by css display: none;
When the user clicks on the link for example: vanilla glazed it will display the image that ...
3
votes
2answers
115 views
Large branching trees in java?
My question is about scalable logic branching.
Is there an elegant way to do branching logic trees in java (although I've always thought that they look more like root systems, but that's beside the ...
0
votes
0answers
50 views
Openflow mod IP address
i am working with two Openflow swtiches. They are build by PICA8, the modell is Pronto 3295 (the software is Open vSwitch, version 1.2.2 /PicOS 1.3).
I use the RYU controller to create software ...
-2
votes
4answers
81 views
NullPointerException in android when switching activity
Good day every body !
I'm a beginner in android development and I have some troubles when I switch from my second activity to my third one : I got a force clause caused by a NullPointerExeception in ...
0
votes
2answers
73 views
How to switch between 2 mysql databases if one of them was not connected?
I have 2 database servers DRC and Production server..
I connected php config file with the Production server ip to connect its database (it is working fine),
and i made an if statement if production ...
0
votes
0answers
18 views
Switching View in Xcode
I am trying to take two inputs from user. One is name one is mail id. I put the validation check for mail id. If it is ok then it will switch to other view else it will remain in the same screen.
I ...
-2
votes
1answer
40 views
How to switch between layouts?
I have one activity and it's xml file-main_xml .In this activity i have 42 button .To each button when click i show corresponding xml(contain image and sound on background(by service)).So 1)i want to ...
1
vote
0answers
36 views
vticker goes crazy when switched to differen tab and come back to original tab in mozilla browser
For my project, I am using vticker to display the news scrolling vertically.
Everything works fine till I am on the same tab.
Once I switch to some other tab, wait for some time and come back to ...
0
votes
2answers
201 views
switching between layouts using setvisibility on android not working
I'm using a screen that I want to switch between layouts on the click of a button. I want both layouts to occupy the full height of the screen, when the button on the first layout is pressed, i want ...
0
votes
1answer
124 views
How to open camera then switch to Image mode (vice versa)
In my case I want to take photo or capture video, actually I can do these if I create separate intents. I mean I can open camera as image mode or video mode but can not switch between them. Is this ...
0
votes
1answer
222 views
Switching from UIViewController to UITabBarController
Im trying to show a UIViewController for 2 seconds before the UITabBarController, i know i have to make it fromm my appdelegate. Ive tried by first assigning my self.window.rootviewcontroller to my ...
1
vote
3answers
1k views
Switching to the Parent Window in Selenium Webdriver
i'm new to selenium so i don't know weather to ask this question or not please correct me if im wrong ..
i have a site where clicking a button opens the link in a new tab i have succefull used the ...
0
votes
0answers
39 views
How do I replace a Fragment with a ListFragment
I am trying to follow the official guide but the following code gives me a compile error saying that the method replace is not applicable for the arguments.
Now the problem is that I am trying to ...
0
votes
1answer
53 views
Pause between div background switching with Chrome
It seems I'm not changing background properly when I'm switching between two div or anchor backgrounds, either directly in JS or using jQuery, with Chrome.
The crossbrowser test is as follow:
Opera ...
1
vote
0answers
42 views
Xcode tab switch cmd+1 2 3
Im looking for a way to be able to switch tabs in Xcode not using next/previous tab but rather using modifier+1,2,3.. etc in order to get to a specific tab directly.
I have gotten a similiar problem ...
0
votes
1answer
96 views
Switching View in methods in XCode 4
I am using XCode 4.4 and making an app with storyboard.
I want to switch to another view in a method of a view.
I want to achieve the same functionality as switching
view on storyboard by modal,inside ...
1
vote
0answers
197 views
Calendar switching in Matlab GUI (DateChooserPanel)
I have a question about Matlab GUI's. I'm gonna try and explain as best as I can what exactly I need help for.
I am using GUIDE for building GUI, and have a listbox with ~10 names in it. When I click ...
1
vote
2answers
119 views
How to switch to another server if connection refused? [closed]
I need to switch to another if on current connection, connection refused, or if current IP do not exist. Here is a part of code:
String [] server= {"10.201.30.200", "10.66.20.70",}; // Servers array
...
1
vote
0answers
268 views
Facebook iOS app sometimes not switching back to my app after authorization
I'm creating an app that has facebook integration to post images to a user's wall.
I'm using the prime31 unity plugin called 'Social Networking'.
Here's my issue: on a fresh run (having no previous ...
0
votes
0answers
506 views
Extjs 4 / Sencha Architect - switching between 2 cards in hid panel
I am using Extjs 4 in Sencha Architect. I have 2 buttons when I press on first one I get 'Panel_1" displays at the bottom. and when I press on second one I get 'Panel_2" displays instead.
I ...
0
votes
2answers
164 views
Cocos2d: is there a way to access to a CCMenu child?
I am using the following code:
CCMenuItemFont *controllerItem = [CCMenuItemFont itemFromString:@"Analog" target:self selector:@selector(controllerToggle)];
CCMenu *controllerTypeMenu = [CCMenu ...
0
votes
2answers
116 views
backbone.js application view switching?
I'm writing a front-end to my RESTful API using Backbone... and I'm really enjoying it so far. Learning this framework continues to be super interesting. However, I am now stumped on something that ...
1
vote
1answer
413 views
Ios: How can I make my app go back to root view when App goes Inactive
I want my app to go back to the login screen (Which is the root view in the navigation Controller) when it goes inactive.
I'm in applicationWillResignActive and appdelegate.m does not recognize ...
0
votes
1answer
79 views
wpf4, prim4 switching between views in the same region
I Want to display three views on the same region(list, add and Edit view) on the same region using wpf with prism, MEF. user have to consult a list and choose an action that enable the add or edit ...
0
votes
0answers
16 views
Strange SBS Network Behaviour
Small business network, Servers are getting internet but only some terminal machines are. 2 Incoming broadband lines (both up) steps down to 5 port switch and again down to a 16port switch. The ...
0
votes
0answers
38 views
Switching page to tabhost on android/eclipse [duplicate]
Possible Duplicate:
Showing result on Tabhost in android/eclipse
The above emulator image is just getting the input from the user and showing the answer in the edittext of the same ...
0
votes
1answer
103 views
Facebook likes with multiple third-level domains or switching domains
Is it possible to configure a Facebook app to have FB likes on a website "aggregated" on different third-level domains?
So, for instance, all the likes on http://example.com/page-to-like are the same ...
3
votes
1answer
350 views
Multiple page switching in android eclipse
Consider i am using five screen pages for project "A".Each page is having switching between other pages sequentially one by one,my need is to do close all the page when i am clicking the button "exit" ...
2
votes
4answers
828 views
Transfer data from one screen to another on android eclipse
Hi am newbie to java and android.
Assume function demo() from the screenone is going to display some values on Textview which is on the same screen(screenone).
But i need to display that resultant ...
4
votes
1answer
89 views
Error while switching a page on android eclipse
public void onClick(View v)
{
fun_demo();
Intent myIntent = new Intent(v.getContext(), Activity1.class);
startActivityForResult(myIntent, 0);
}
Assume the above ...
0
votes
0answers
699 views
TabPanel “ajax” switching not working
I know that this has been discussed before but I couldn''t get any solution within those discussions to solve my issue, I'm still new to jsf and richfaces and I'm stuck with the following:
...
0
votes
0answers
101 views
Android Activity switching without refresh
I am trying to get this(switching between multiple activities) from many days...atlast i tried to do it using intent flags
Intent intent = new Intent(getApplicationContext(),Act1.class);
if(a1) // ...
0
votes
1answer
914 views
Xcode: Switching between views
I want to be able to switch between views.
I have been writing some code, but it is not working?
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath;
{
...
6
votes
4answers
172 views
Swapping the position of elements within an array in java?
Ok, so it's the first time I am posting out here, so bear with me.
I have a name in the format of "Smith, Bob I" and I need to switch this string around to read "Bob I. Smith". Any ideas on how to ...
1
vote
1answer
437 views
Context Switch TIme
Does context switch between process take equal time for all the Process ( Constant Time ) or the context switch time is dependent on various local factors which varies from process to process ( like ...
-1
votes
2answers
210 views
Openflow controller in java? [closed]
i am new to Openflow but what i read is that it provides user to modify flowtables in switches to change routing and for this purpose we use a controller.
Now for my project, i have to develop a ...
1
vote
0answers
144 views
Switching between two bluetooth headsets in windows 7
I am working on application that requires fast switching between two bluetooth headphones.
That would be just a part of larger software/hardware kit meant for improving communication with hearing ...
0
votes
1answer
216 views
How to program the simple task of switching tabs
Here's an overview of my program:
Android 2.2
MainActivity (tabhost)
4 Tabs
Search (uses SearchActivity) (default)
Artists (uses ArtistsActivity)
Albums (uses AlbumsActivity)
Songs (uses ...
0
votes
2answers
355 views
Mac OS X Fullsreen switch on Cmd-Tab
My game (Mac OS X 10.5 compatible) needs a feature to switch(minimize) from fullscreen mode on Cmd-Tab command and leave focus at this time, so user can use other applications while my game is ...