The tag has no wiki summary.

learn more… | top users | synonyms

-8
votes
0answers
38 views

Slider wheel just like in our competitors [closed]

It's me again. I want to ask you. Does anyone know is there a free skript to create such interface the scroll range wheel (don't even know how it names right) In jquery, jquery ui, but javascript. ...
1
vote
0answers
23 views

How to cope with Mouse-Wheel-Delta cross platform?

There is a question, asking why Wheel-Delta is supposed to be 120 on Windows platforms. However, I encounter the same threshold on Linux and Mac. As the value nowadays might change, how do I get the ...
-1
votes
0answers
29 views

Rotate an image for set number of seconds and rotate at a constant angle [duplicate]

How to rotate an image for set number of seconds and rotate at a constant angle? I am creating the game wheel of fortune and i have everything coded except for the graphic of this picture of a wheel ...
0
votes
2answers
46 views

Random characters popping up

When I debug my program, it outputs a random stream of characters when outputting the asterisked line. int main () { string inputPuzzle; cout << "Enter a word or set of words: "; getline(cin, ...
0
votes
1answer
76 views

Mfc Mousewheel not spinning spin button controlled textbox

I have a MFC application form as the figure: And I was wondering why the mousewheel was working on the "Base angle:" field (for controlling the spin control), but not on the "Angle" and "Range" ...
0
votes
1answer
183 views

Android “wheel of fortune” style random selection [closed]

I have a simple Activity in my Android app that lets a user select a random item from a list of ~100 items. When the user clicks anywhere in the activity, a timer will quickly cycle through random ...
0
votes
1answer
176 views

Creating an Expanding DIV/Canvas with Horizontal Scrolling with Wheel JavaScript

Ok - here is what I am trying to do. I was looking online for a cool timeline that I can purchase - allowing zoom in zoom out, posting of events on it, and so on. However, all the examples I found are ...
1
vote
0answers
39 views

How to change the position of the loading wheel in the “div” element

I am using the "spin.js" to make appear a loading wheel when a user press a button. The only problem is that I cannot change the position where appears. //Spinner Options var opts = { ...
0
votes
0answers
288 views

Titanium Javascript spinning wheel with touchmove

I'm trying to do a wheel spinning with a single finger (touch move) like a disk.. But I found two bugs in my current code that is hard to explain... I noticed that the angle of my finger x,y within ...
0
votes
1answer
96 views

Android wheel on Samsung Galaxy S2 ICS

In our app we use Android wheel lib. Problem is on Galaxy SII. The wheel works only when user touch it, move his finger on the side (out of the wheel) and then scroll up or down. Have anyone this ...
1
vote
0answers
38 views

How to implement horizontal circular scroll wheel in android? [duplicate]

Possible Duplicate: How to make android-wheel horizontal? I want to make horizontal circular scrolling wheel like this. Please suggest me how can I achieve it. Thanks
0
votes
1answer
181 views

CSS3 Spinning wheel animation not working in IE

I have designed a website for my driving instructor and have ran into a problem. I am using CSS3 keyframes to animate wheels on a car, but it doesn't work for the IE that he is using. Please check out ...
-1
votes
1answer
56 views

How to detect wheel slip? [closed]

I have a trolley running horizontally over rails. The trolley have two pair of wheels: driven wheels and non-driven wheels. I am looking for a way to detect wheel slip. Currently I use the simple ...
0
votes
0answers
69 views

Emulate car wheel by spinning android screen

I know how to get direct sensor value, xyz in android. And I hope I can use the values to emulator the sport car game. I think x value is for spin the angle of screen I want. But I found that ...
0
votes
1answer
266 views

animation: a spinning wheel

I'm working on a wheel-of-fortune-style spinning wheel, and I'm looking to animate the spin. So I want to try using a quadratic easing function. This is on an android device using openGL ES 2.0, so ...
0
votes
2answers
247 views

How to increase the wheel the size in rotating wheel in ios?

I am developing an iPad app in that am using rotating wheel. I used the code which is given in this link http://www.raywenderlich.com/9864/how-to-create-a-rotating-wheel-control-with-uikit. In this i ...
2
votes
1answer
234 views

Angle of rotation from vertical axis

I am currently trying to create a meter that can be adjusted in the percentage of fill. The problem I have is I'm not good at math at all. I want to start drawing an arc in the 'north' (first image), ...
0
votes
2answers
308 views

Rotate the wheel to a specific point

In this wheel we have 6 pieces. The top of the wheel is the specific point. The specific point gives information of pieces. Now it gives information of the blue piece. So if i click on one of the ...
0
votes
2answers
741 views

rotate a wheel jquery

I need a little help to finish this. what I need is the wheel to rotate when I hit the link / a href tag (start) and I need it to rotate only to the right and it must be run multiple times so I can ...
0
votes
0answers
150 views

Please help me with the d3.js sunburst layout~~

According to the sample http://www.jasondavies.com/coffee-wheel/ I could layout the sunburst like the sample, say 3 layer in total im my graph. but now I try to layout the jason file to single ...
2
votes
1answer
229 views

UIview Demo rotate only in one direction

I am working with this sample code RotationPie. It is a wheel, and I want to move it or rotate it in my project ONLY in one direction. I want to put different options and the user will have to choose ...
1
vote
0answers
90 views

How to adjust wheel speed of picker

Hi i'm student learning ios. when i use picker, i want to adjust wheel? scroll? speed of picker! like this situation... [pickerobj selectRow:1000 inComponent:0 animated:YES]; (row : 0 -> row : ...
-3
votes
2answers
1k views

jar. file for kankan wheel

I found the kankan wheel's code in here. I copied all the code but it did not work import kankan.wheel.R; import kankan.wheel.widget.OnWheelChangedListener; import ...
1
vote
1answer
2k views

How to convert xib to storyboard?

I download "Rotating Wheel Control" project. It is a XCode project that use xib and I would like to use Storyboards. Is there a good way to move xib "Rotating Wheel Control" files into the Storyboard? ...
0
votes
1answer
277 views

wheel demo not working

I have the kankan.wheel demo (cities, passwords, date/time etc.) and its working fine. I wrote a small program to see if I can use it by myself: This is how the class begins: public class ...
0
votes
0answers
55 views

adding scroll when mouse wheel movement

I've created a div with two arrows to scroll up and down. How can I add the option to scroll the div with the mouse wheel? <a href="#" onmousedown="scrollDivUp('ultimul')" onmouseup="stopMe()" ...
0
votes
1answer
142 views

How to lay out views with different sizes around a circle?

I'm trying to develop a Rotating Wheel Control, such as these: http://www.raywenderlich.com/9864/how-to-create-a-rotating-wheel-control-with-uikit ...
0
votes
0answers
74 views

Not able to adjust the wheel widget with the border

I have border and two wheel widgets placed side by side , not able to wrap these two widgets with the border mentioned. I have placed wheel widgets inside relative Layout which has background has ...
1
vote
4answers
2k views

Spinning wheel in jQuery

I am using following code to show a spinning wheel: $("#loading") .hide() .ajaxStart(function(){ $(this).show(); setTimeout("3000"); }) .ajaxStop(function(){ $(this).hide("slow"); }) ; ...
0
votes
2answers
276 views

How to change the rotate fuctionality of spinning wheel in onload

I am doing a site to be viewed from mobile. I've done a spinning wheel in it. Now the spinning wheel works in button click, i have to change the wheel to rotate in onload .Client wish the wheel to ...
0
votes
2answers
1k views

CSS3/JavaScript - Wheel of fortune

I am trying to build a "Wheel of Fortune" like element using CSS3 and JS. My problem is that I can't find a way to rotate an object multiple times. If I set rotate to for example 720deg using jQuery ...
0
votes
0answers
318 views

Rotate image like wheel Animation and which stops at random position

I am creating a game in which the dice action is shows in a circle.When user clicks on the wheel it rotates and stop at random position. I search and found some code which I tried to implement like:- ...
0
votes
6answers
983 views

How to get android project from code.google?

I don't understand how to get the code from code.google.com, more specifically I need the android wheel project located here . How to download the code and use it in eclipse?
3
votes
1answer
576 views

How to change the design of spinning wheel for mobile version of site

I am doing a site to be viewed from mobile. I've done a spinning wheel in it. I need to add some more graphics and need to change the design of spinning wheel, although we change it's color using ...
1
vote
1answer
1k views

How to adjust the spinning wheel speed

I am doing a site to be viewed from mobile. I've done a spinning wheel in it. In desktop browser the spinning wheel has an appropriate speed but in mobile browser the wheel rotation is too slow. ...
2
votes
3answers
2k views

Javascript: Capture mouse wheel event and do not scroll the page?

I'm trying to prevent a mousewheel event captured by an element of the page to cause scrolling. I expected 'false' as last parameter to have the expected result, but using the mouse wheel over this ...
0
votes
1answer
339 views

identify what I have chosen from a wheel android

I am using the code for the wheel chooser from here. So lets say that i want to implement something like the citiesactivities.java. Code is below. What I want now is: when the user chooses with the ...
1
vote
0answers
200 views

Create a “Task rabbit”-like in iOS

Any expert please help me, I've been struggling with this one for days. I'm implementing the rotary wheel control (which I found on the internet) but I need to make it spin while user swipe on the ...
0
votes
1answer
278 views

How can I stop an automatic scrolling function whenever the mouse wheel moves?

I have a site where the page scrolls slowly automatically through this script: function jumpScroll() { window.scrollBy(0,1); scrolldelay = setTimeout('jumpScroll()',10); } I want the ...
1
vote
0answers
284 views

Is there a Jquery plugin for wheel lottery?

I'm trying to make a lottery wheel in JQuery, and I'm wondering if anyone knows if it already exists ? By lottery wheel, I mean an animation to pick randomly an object in a list, where the different ...
0
votes
1answer
1k views

jquery/javascript mouse wheel scrolling horizontal/vertical

i'm working on site like http://artofflightmovie.com/, i know how to achieve that effect if you click on menu item and it will automaticly scroll you to that element, but a don't know ho to do the ...
2
votes
1answer
484 views

Actionscript 3, flexSDK, Blocking mouse wheel scrolling when it's over flash stage

I searched for this a lot, but I couldn't find a solution for this 'bug' as it's called here: http://fcontheweb.com/articles/scrollwheel/ Please, click on first flash, and use mouse wheel, then click ...
2
votes
1answer
1k views

Android “iPod wheel” seekbar

I'm trying to create a seekbar that is every bit the same as the standard seekbar in Android, but with one major difference: I want it to be circular and operate similarly to the iPod clickwheel. I've ...
0
votes
1answer
195 views

Android Share Button Get Value From App

i have a app that has three spinning wheels that display a sentance when the user spins the wheels you can see the code below. I am using the kankan wheel project btw ...
1
vote
2answers
551 views

Android Wheel Array Half Working

i have a four wheel picker with words in each wheel my problem at the moment is that each wheel is pulling in the same words you can see the code below. My question is can someone help me in giving ...
0
votes
2answers
260 views

Android Four Arrays

I have four wheels which spin with the numbers 0-9: I want to be able to input words into each of the wheels from four different arrays so each wheel would have its own specific array of words. ...
3
votes
1answer
2k views

smooth scroll with mousewheel to next or previous div

I'm trying to get a javascript on my site so when a person scrolls on the website, it automatically scrolls to the next or previous Div with a certain class. I'm working with smoothscroll and ...
0
votes
1answer
1k views

SWT MouseWheelListener

I have done research into this for a while now and have found very little information on SWT MouseWheelListeners. Looking to see if any of you have encountered this or have a link to something that ...
1
vote
1answer
413 views

Android WheelView is all black?

So I found this really nice WheelView here that has been mentioned here before. I tried using it but I hit a few problems, and don't know what am I doing wrong. So what I did is link the src folder ...
2
votes
1answer
74 views

How to implement such tagging interface in html?

I want to implement such tagging interface in html, each dot represents a tag that users can click. What kind of methods should I use for coding? The interface is intended to look like this. ...

1 2