In computer programming, a switch, case, select or inspect statement is a type of selection control mechanism

learn more… | top users | synonyms (2)

2
votes
0answers
132 views

Android Multi State switch

I wanted to create something like this slider: is there a way in android to define a three state slider? I'm new to android development, so please include as much example code as possible, it would ...
2
votes
0answers
74 views

EXC_BAD_ACCESS in statement block in Switch impact on imageViewPoistion

I have a curious situation. I get an exception on the following code on the close curly brackets of the switch statement imageViewPosition = self.imageView6.center; switch(direction) { case(1): ...
2
votes
0answers
144 views

How can i use ListPreference with switch in Android?

I have a prefs.xml <?xml version="1.0" encoding="utf-8"?> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > <CheckBoxPreference ...
2
votes
0answers
286 views

enabling/disabling javascript for alternate style sheets

I have two style sheets for the page I'm working on. When the alternate style sheet is selected i need to run an extra function to get the effect I desire. So my question is, how can I write the ...
2
votes
0answers
162 views

How unload a ViewController class when switch to other view

How can i unload a viewController class when i switch to another view, so the class file won't run in the background anymore? Thanks for help!
1
vote
0answers
15 views

how can i count the working days of an employee generating 1 2..31 days and the time will only appear to those days using vb.net

Dim cmd As OdbcCommand = New OdbcCommand("SELECT distinct checktime,format(CHECKTIME,'Short Date') as adlaws, format(CHECKTIME,'ampm') as formatz,checktype " & _ ...
1
vote
0answers
138 views

How to exit from a submenu back to a main menu?

I have the following simple main menu without any methods called in it, and I'm lost at how to make the sub-menu exit back to the main menu when the exit option is chosen in each? I'm quite the ...
1
vote
0answers
35 views

Xcode tab switch when error

I get some display issue with Xcode4.5.2 When an error occurs during my code run (whatever it is) the Xcode's tabs switch from the tab I was (most of the timme main.cpp) to another tab displaying the ...
1
vote
0answers
110 views

Multiple request codes in an onActivityResult

I have two seperate startActivityForResult's which utilize different activities. I want to be able to handle the results of these activity all in my main activity. However, when returning to the ...
1
vote
0answers
117 views

how to use a switch case for onDraw method?

I'm trying to use a switch case in an onDraw method so it changes what to draw when a button is pressed. I know the button works and the variable "b1" is being changed, but the onDraw doesn't change ...
1
vote
0answers
97 views

jquery mobile switch statement bug?

I'm making a jQuery Mobile site and have encountered a strange problem with a JS switch statement I'm trying to use in my code as a demonstration. I have an index.html page with a listview with a ...
1
vote
0answers
112 views

What can make the eclipse debugger to skip a 'while' content to the break of the 'default' of an inner switch?

Within a java project I have the following code: public static <return> method(<parameters>){ 1 <any method call> 2 while( <conditions> ){ 3 <any method call> ...
1
vote
0answers
94 views

Switch on an enum

I have the following piece of code: switch (self.status) { case refused: message=NSLocalizedString(@"booking refused", nil); break; case accepted: ...
1
vote
0answers
264 views

Error Occuring while using ON/OFF switche in android

I want a On/Off switch Mentioned here in my application. But my layout is getting error while design for switch as given below <Switch android:textOn="ON" ...
1
vote
0answers
200 views

Problems adding stylesheet switcher to Options Framework Theme for Wordpress

I have a problem adding a css style switcher to my Theme Options using the Options Framework Theme by Devin Price. Everything seem to go fine but when I output the option I get 1.css 2.css 3.css ...
1
vote
0answers
122 views

accessibility stylesheet switcher

Ok, what I need to do is, toggle an accessibility stylesheet off and on set a cookie for 10 days check if the cookies is on an if it is add the stylesheet to the head. I have it working with ...
1
vote
0answers
95 views

Switching view from uipopover with landscape orientation

as usual I'm stuck again with a very simple problem but quite stressful here. just a simple case : I'm about to switch between two views but only with landscape orientation(left&right). actually ...
1
vote
0answers
387 views

case label not within a switch statement error in linux

When I compile an application in Linux 5, Iget the following error. api_svc1.c:335: error: case label not within a switch statement api_svc1.c:340: error: âdefaultâ label not within a switch ...
1
vote
0answers
31 views

Using light switch database with another light switch project

I made a project in Light Switch and defined the database and the relationships, and entered some data. Now I want to make another project in light switch but I want to use the same database, can ...
1
vote
0answers
37 views

Memory data bus decomposition

Say we have a 32-bit wide memory bus to a shared memory in a network switch. Now I want to make the storing of packets maximize parallel. I put a DMA after each input port, so the switch controller ...
1
vote
0answers
83 views

Android tabs channging between acivities

I have an application with 3 tabs. I have made the xml files to describe the layout and it works perfectly. But I'm stuck at this point. My tabs are A B C. I want when I click on tab A, the tabs B C ...
0
votes
0answers
26 views

Switch screen orientation in Android

I have created two layout files for my android application, to manage the switch from landscape to portrait and from portrait to landscape. One in the dir res/layout and one (landscape file) in ...
0
votes
0answers
33 views

How do I use neo4j Relationship types in a switch statement?

In ReqsDb.java I have: public static enum RelTypes implements RelationshipType { IDENTIFIES, IS_MEMBER } In another class I have: ReqsDb reqsDb = new ReqsDb(); for (Relationship rel : ...
0
votes
0answers
25 views

running commands with ssh python and exscript package failed

I'm trying to execute some configuration commands on my switch with ssh connection and python development tools (exscript package), I found this function which run perfectly in my localhost but not in ...
0
votes
0answers
37 views

Switch HEX value with Colour name, to store colour choice as VAR. Flash as3

I am creating a customisation app in Flash Pro CS5, and I has variables set up to record the changes to options. The following code is in the topmost layer on the stage. //Clothes Variables var ...
0
votes
0answers
4 views

TableView to DeatilView withSwitch or For Iteration ? How to?

I have a TableView(_contentList) with 4 items: _contentList = [[NSMutableArray alloc] initWithObjects:@"Item1",@"Item2",@"Item3", nil]; and a NSMUtableArray(_maxImages) with 5 images; _maxImages ...
0
votes
0answers
69 views

Connect to a Cisco Switch with Ruby

[EDITED] I'm trying to connect to a Cisco Switch and execute a few commands. My first try was with Net::SSH and I couldn't establish a channel. Second try was with plink and shell commands. Now I'm ...
0
votes
0answers
20 views

User Switch Notification by Carbon in Objective C

following codes from https://developer.apple.com/library/mac/#documentation/MacOSX/Conceptual/BPMultipleUsers/Concepts/UserSwitchNotifications.html#//apple_ref/doc/uid/20002210-CJBJDAGF demonstrates ...
0
votes
0answers
57 views

Moving through node field point to point coding in C

In the process of making a program that moves through a node field from point X to point Y. I am new to C and I'm having issues with errors in my code. I'm asking for your help to fix these (most ...
0
votes
0answers
42 views

How do i populate a listbox with registry subkeys from a dropdown list which has root keys?

I've been trying to populate a list box with subkey values from a drop down list, which contains the names of all the root keys as strings. Each time i remove the the default field it gives me the ...
0
votes
0answers
42 views

How can I use switch statement in codeigniter form_dropdown?

I want to use switch statement in codeigniter form_dropdown. My code seems like: $schedule_options = array(); foreach($schedules as $schedule){ $schedule_options[$schedule->scheduleId] = ...
0
votes
0answers
35 views

How to implement “desktop site” and “mobile site” in the website

This is bit tricky for me. I have two separate websites for mobile and desktop versions, say m.abc.com and abc.com both having its own html files. These both websites are implemented separately, ...
0
votes
0answers
17 views

Network traffic between 2 servers using direct link and network

We have two servers both with two network cards. Both servers are connected to our network to our standard network 10.11.0.X (255.255.255.0) Server A- 10.11.0.1 – nic1 Server B- 10.11.0.2 – nic1 We ...
0
votes
0answers
31 views

Converting a list of digits into integer

For example, if I want to convert a list of digit into integer i.e if I have this (Digits, [1,2,3,4,5 ) and want the output like [ Digits = 12345 ] in prolog, how could I do that?
0
votes
0answers
16 views

Problems with the “innerhtml” function of shadowbox

I have a pretty weird problem and no clue how to solve it. Maybe you guys can help me out here. Using the innerhtml function of shadowbox I accomplished to load the content of a certain div container ...
0
votes
0answers
63 views

Set height for android switch widget

I'm running 4.0 and greater and embedding an android "Switch" in my xml layout. I'd like to control the size of this widget. Setting layout height did nothing... Any ideas? <Switch ...
0
votes
0answers
65 views

large switch statement implmentation and efficiency

I have inherited some code that contains message processing code in a large number of places that is implemented as such: switch(msgType) { case msgType1: //.... ...
0
votes
0answers
14 views

switching a word within a string from a list of a list

`>reflections = \ [["I", "you"], ["i", "you"], ["We", "you"], ["we", "you"], ["We're", "you're"]] def sample(string): string = string.split() for ...
0
votes
0answers
78 views

Android OBD Reader not going through all switch cases

I am working on a Android app that modifies the Bluetooth Chat example given with Eclipse to create an On-Board Diagnostic (OBD) reader. My code sends a message to my vehicle's ECU and retrieves data ...
0
votes
0answers
17 views

multiple enum and “switch” operator

I have the following a code: var statusCode = response.StatusCode; switch (statusCode) { case ObexStatusCode.Accepted: break; case ...
0
votes
0answers
36 views

Code analysis tool warns about “unreferenced data members” when they are constants

I have declared a string constant private const SECOND_TEXT As String = "SecondTextValue" and i am using this in a Select-Case statement inside a function like this - Public overloads overrides ...
0
votes
0answers
25 views

Changing images in DOM using Switch statement

Wondering if there is a way to change your images onclick in HTML using a switch statement? I've gotten as far as getting the image to change but the following image is just a ripped file icon. I'm ...
0
votes
0answers
47 views

Symbolic link in svn working copy for a switched directory

I work on several (2-20) projects of non-shared-ancestry in a single repo, that share common resources of GBs of binary data stored in the repository at only a single place. These projects utilize svn ...
0
votes
0answers
28 views

Performance counter API status error

I have a small problem with this code: Status = PdhOpenQueryW(NULL, NULL, &Query); Status = PdhAddCounterW(Query, CounterPathBuffer, 0, &Counter); Status = ...
0
votes
0answers
73 views

Implement a switch for Database Connection - Struts Spring Hibernate

I am developing a web app with struts, spring and hibernate. The spring injections are completely integrated all through the modules - action to service to dao. There are some issues with the DB and ...
0
votes
0answers
93 views

C# - switch-case with nullable types

I'm trying to rewrite a long sequence of if - else if statements in one switch-case statement. I get the type at run-time : public static IQueryable<T> ApplyFilter<T>(IQueryable<T> ...
0
votes
0answers
79 views

jquery dropzone remove old entry

I have a done 2 dropzones. Dropzone 1 holds the images. dropzone 2 is the place i drag my images. What i have is: i drag iamge1 to dropzone2 and show info about it. Now what i need is: When i drag ...
0
votes
0answers
17 views

Activity switching through Uri

i am writing a simple program in android that add a tabs in the activity and based on the tab selected result will show on Activity my activity code is Uri uriTwentyYear = ...
0
votes
0answers
61 views

jQuery switch color effect with parallax

can somebody tell me how to reproduce the effect on the navbar that change from black to white, when passing to the second "screen" of this website http://www.tokiolab.it ? Thank you
-1
votes
0answers
30 views

Switch case only working for first case (PHP, WordPress)

I have created a custom page template for WordPress to dynamically change what content is displayed in the "Gallery" based on a Custom Field set for each page. In this template I have written a ...

1 2 3 4 5 6