Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
5answers
3k views

What is a working copy and what does “switching” do for me in Tortoise SVN?

Alright, lets get back to SVN 101. I have a software app and I've hit an important milestone, version 2.0. I decided I want to tag this version as "Version-2.0" so I have this named snapshot. I ...
5
votes
7answers
2k views

Switching from VB.NET to C# - any advice for learning C#?

Duplicate: http://stackoverflow.com/questions/46048/what-is-the-best-book-to-learn-c# http://stackoverflow.com/questions/257625/where-is-a-good-place-to-learn-c-online ...
4
votes
1answer
108 views

How do I dynamically switch between default Python versions?

I know this question already exists, but it's really old and I know what I'm looking for. I've used an application earlier that let me very easily install any version of Python and set it to default ...
2
votes
2answers
101 views

how to calculate packet time from latency & Bandwidth

i have a link between a host and a switch the link has a bandwidth & a Latency , how to calculate the time of 2 packets (with size 1KB) to be transfered from (Host A) to (Switch 1) here's the ...
2
votes
1answer
169 views

Swap views or swap activites as a subsection of my layout?

I've created a custom navigation bar for my application. One of the things it (currently) does is allow you to switch between various activities in the application. One part I still have yet to ...
2
votes
2answers
93 views

Objective-C - NSTimer still active when switched to another view

I got a timer running on my first view controller, then i want to switch to the other view controller and the timer is still running in the background. How can i whole clean up the first view ...
2
votes
1answer
789 views

switch back/front camera on fly

If I use only CAMERA_FACING_BACK or CAMERA_FACING_FRONT all works fine. I have trouble with switch from CAMERA_FACING_BACK to CAMERA_FACING_FRONT. My code snippet public class PhotoCameraActivity ...
2
votes
6answers
329 views

time-sensitive css stylsheet switching using javascript

I'm trying to switch my css stylesheets depending on the time. One during the day, and one during the night. I'm a newbie when it comes to java, but i've been reading alot on javascript and have ...
2
votes
1answer
732 views

Monitoring pthread context switching

I would like to monitor the the context switching behavior in a multi-threaded pthread application. In other RTOSes(Micro C OS) I have been able to register a context switch callback for each thread ...
2
votes
13answers
653 views

Mac/Windows Switching

About 2 years ago I dropped windows from my home PC and switched 100% to linux (fedora, then ubuntu) - The missus wasn't too happy but she got used to it and learned a thing or two. Then about 6 ...
1
vote
3answers
64 views

Linq Where Clause Change based on Parameters

I have a linq statement that returns a list of records based on where clause This where clause checks for two parameter values. Out of which one parameter is optional. so i need a suggestions if i ...
1
vote
0answers
76 views

Why doesn't this JQuery stylesheet switcher store a cookie?

I have a downloaded stylesheet switcher that doesn't seem to work properly. The switcher works in as much as the new stylesheet is loaded, however the cookie that it is meant to store and read never ...
1
vote
0answers
92 views

Android - Switch activities from renderer

In my Android app I want to switch activities from my renderer. When I create the Renderer I pass context in the constructor. In my Renderer in the onDrawFrame function: public MyRenderer(Context ...
1
vote
1answer
50 views

SubVersion switch to depth

When switching from for example trunk to a branch, I get 5 different depth options. Only a folder Files in a folder Direct children Recursively Working copy What's the difference between these? ...
1
vote
0answers
28 views

Why won't this simple view switching project work?

I'm in the process of learning how to write apps in Xcode. I'm using a book to guide me. Unfortunately the book is written with guides to Xcode 3 and I'm using Xcode 4. Now so far there haven't been ...
1
vote
1answer
70 views

When to start a new activity and when to reuse an old one in Android

I'm fairly new to Android and I'm a little bit confused on when to start new activities. Here is the situation. I have a library, webview and reader activity. Say the user wants to go library -> ...
1
vote
3answers
242 views

Android shared preferences conditional activity switching

I have an android app which I use to register users on my web site. My first task is to register a user if my shared preferences file shows there is no registered user information. If my app has a ...
1
vote
2answers
436 views

switching between uiviewcontrollers without a UI navigator control

I want to switch between 2 UIViewController classes programmatically without any extra UI control like a UITabBarController that adds a UI to the application. My main loads the first view controller ...
1
vote
2answers
183 views

Switching Display Callback in GLUT

For a final project, my friends and I are making a game. We're using GLUT (I know, not the best choice). What we would like to do is to have multiple display callback functions for different modes of ...
1
vote
0answers
103 views

Reloading Jquery Scripts on image click

I'm building a webpage at the moment with a content switcher than will contain a lightbox. my problem at the moment is that the lightbox works on load, but when i swicth content and switch back again ...
1
vote
1answer
100 views

How to generate a Banyan network for n-inputs

I'm trying to understand how one might automatically generate a Banyan Network for n-inputs in code. I haven't been able to get much help from my research so far. This is what a 8-input banyan ...
1
vote
1answer
112 views

sql server architecture: switching database between read-only and read-write

I have a database that is read-only in nature. So it seems to make sense to boost performance by setting it to readonly. Then I get updates for this database once a month. At that point I would like ...
1
vote
1answer
217 views

How do I get a website switcher instead of store switcher?

How do I create a dropdown menu for switching websites and not just stores? More specifically, I want to switch between Magento websites. There's a dropdown menu in a template for switching stores ...
1
vote
3answers
144 views

iPhone View Switching

I have what I think is a simple problem. I have three views in my app, View1, View2, View3. I know how to go from View1 to View2, and from View2 to View3, but how do I go from View3 back to View1? I ...
1
vote
3answers
3k views

How to switch beteen Multiple Activities in Android

I am Having 8 Screenns.I have prepared 8 Activities for that. In First Activity I have given this code To Switch from Ist Activity to IInd On Image Button gives On Clickpublic void onClick(View v) { ...
1
vote
4answers
66 views

Changing classes back and forth with jQuery?

Hey guys, I have a little button functionality that is not erring, but also not working. The addItem gets called fine, and switches the class from "add-button" to "in-cart-button", but the ...
1
vote
2answers
518 views

WinForms modal windows alt+tab problem

Suppose multiple Modal Windows shown above each other. All of those have ShowInTaskbar = false, which means that in the TaskBar you only see the MainForm and all Modal Windows are hidden. Now you ...
1
vote
1answer
270 views

Switch from a View (Login) to another View with a TabBarController

i'm new at Iphone SDK Developing and now i need some help. I have a LoginView where the User have to authentificate his legitimacy. After he enter his Username and Passwort he click on the "Sign In" ...
1
vote
2answers
260 views

PHP Switching between two variables equally without using database

i need to switch between two variables so i am able to serve two variables equally for example i have $ad1 $ad2 i want to serve both ads equally using a light method with no database using ...
1
vote
2answers
161 views

iPhone app switching

Is it possible to run an iPhone app from your own app? For example when you press a button in your app, the iPhone switches to another app. If so, how would you do this?
1
vote
1answer
77 views

Create plug and play modules in Rails

I want to conditionally switch on/off certain functionality in my Rails app, for example in my current app I have the following functionality "product show case", "product search", "ecommerce", "user ...
1
vote
3answers
129 views

How does fast user switching affect a windows service?

How does fast user switching affect a windows service? Are the services suspended? or do they keep running in the background when a different user logs in?
0
votes
1answer
22 views

An event which will be raised when the last of item of a window is rendered

In my wpf application I am switching from one window(Window A) to another window(Window B) rapidly. The window to which I am switching to has some grid which gets populated using the values from ...
0
votes
2answers
33 views

Why is my activity only running once?

I made this application go from one activity to the next. and then come back, but after it comes back to my main activity the button to go to the next view again does not do anything? I thought it ...
0
votes
0answers
24 views

Switching view by changing delegate rootViewContoller

I'm presently trying to switch view from a UIViewController to a SplitViewController. I'm currently doing this in my UIViewController: AppDelegate *delegate = (AppDelegate *)[[UIApplication ...
0
votes
2answers
44 views

Xcode create action when switching views

hi there im having real trouble i have a main view which i am able to switch to 2 new views and i am able to switch back from both them views to the main view which is amazing but i would like when i ...
0
votes
2answers
88 views

How to switch between two view controllers

I have two UIViewControllers, vc1 and vc2. I want to switch between them. But before loading the view of the new view controller, I want to destroy/release/remove (I'm not sure abt the correct word ...
0
votes
0answers
28 views

Switching between stream while playing videos?

I want to have a control over the android basic media player. So have decide to customize the default android player. Here my question is, Can we switch between the stream while playing?. For ex: ...
0
votes
1answer
47 views

Launch an app from within browser within Windows Mango Browser

I'm trying to do what is simple in iOS, redirect from the browser to my app (I am authenticating via a website which then loads the url that switches back to my app via appreferencename:/) in Mango. ...
0
votes
1answer
35 views

Switching Views with Animation in Cocoa (Mac) [closed]

I would like to do something like this : http://cl.ly/1v3p291a1d3Z1x2L3M0Y but all I success to do is to change the views without animation =/ Thanks you
0
votes
1answer
38 views

Switching pointers/values

I have an array of pointers on my class which I need to sort. Sorting is working correctly, Im just not sure, whether Im switching just reference on class, or the whole class... My code is like: ...
0
votes
0answers
23 views

mouse extra-button to switch desctops in Ubuntu [closed]

i have one extra-button on my mouse. Can I use it for switch two desctops in my ubuntu in that way: first click - switch to desctop#2, second click - to desctop#1, and loop this. Thanks.
0
votes
2answers
114 views

Switching between forms (VB.NET)

I always get an exception when I try to switch between different forms in my program. Maybe you will help me to solve this issue. Here is the exception message: Control.Invoke must be used to ...
0
votes
2answers
86 views

Switching between two NSWindows

I am making a simple mac app in which i want to switch windows. I have two NSWindowController class MainWindow and DetailWindow I am using this code : MainWindow class: //MainWindow.h @class ...
0
votes
0answers
341 views

Error dynamically loading Fragments in Android app

i am trying to make a simple application based on the Android API FragmentLayout. Instead of changing a simple TextView I want to be able to switch between a group of classes I have created which ...
0
votes
0answers
42 views

JQuery Stylesheet Swapper Cookies

I have this code: $(document).ready(function() { function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "="); if (c_start!=-1) { ...
0
votes
1answer
75 views

Does specifying criteria switches the location provider in Android?

I want that the application should switch between GPS_PROVIDER and NETWORK_PROVIDER automatically. At present, I specify the providers in the program, so, if I specify criteria and set the ...
0
votes
1answer
193 views

Switching between gps and network provider

In my app I set both providers with fine and coarse accuracy to listen for location updates. I understood that using fine will be location provided by the gps, and using coarse location provided by ...
0
votes
3answers
81 views

How do I switch tabs based on incremental search in vim?

For example, let's say I have three tabs open in vim: 1: nice_program.c 2: something_fun.h 3: super_script.sh So if I hit some magic modifier key, and then type 'n' and hit enter I change tab to ...
0
votes
3answers
47 views

Crash in the simulator when i try to go to an other view

so I have a tab bar application where i have put a button to go to an other view. so in the FirstView.h i have that IBOutlet ContactMainViewController *contactMainViewController; and that ...

1 2