Questions tagged [spinning]
51 questions
0
votes
0 answers
kivy- How to make a widget spin?
SO ive got this code, but now i need it to spin with different speed( is because i got 6 of those with different length ) and different directions. so if anyone could please help me as ive been trying to do that for more than a month
:
…

Spike alben
- 3
- 1
0
votes
1 answer
Javascript Ajax: never ending loading spinner
I am facing a behaviour, I don't understand.
In Firefox 54.0 I have implemented a pretty simple Javascript to make an Ajax-request.
The Firefox works well, but doesn't stop to show the spinning wheel in the tab.
This seems to be not a real problem…

Christian Heisch
- 245
- 1
- 3
- 10
0
votes
2 answers
Busy Loop/Spinning sometimes takes too long under Windows
I'm using a windows 7 PC to output voltages at a rate of 1kHz. At first I simply ended the thread with sleep_until(nextStartTime), however this has proven to be unreliable, sometimes working fine and sometimes being of by up to 10ms.
I found other…

Mefaso
- 94
- 9
0
votes
1 answer
Creating a spinning pie chart (wheel) android
I have created an Pie chart which I want to spin randomly and stop on click.
Then my android program needs to read which value is above.
I already got this:
PieDataSet dataSet = new PieDataSet(yvalues, "");
ArrayList xVals = new…
user7307081
0
votes
1 answer
Embeding 3D-Cube to another site is not working
I have successfully created a 3D-Image-Cube with HTML and CSS.
It is perfectly fine on an empty page or on my information page itself.
I embed my information page on my main page with success too, but the cube is not showing up there at all. The div…

Justin Schmitz
- 108
- 5
0
votes
1 answer
Swift 3 UIPickerView programmatically start to spin
I'm making some kind of wheel of fortune in iOS with Swift 3. I used a library with an UIPickerView, I customized the views, I made the rows endless (so the user has the idea that he scrolls through endless items).
The only problem is that the user…

Charlotte1993
- 589
- 4
- 27
0
votes
1 answer
C++ Rotating Cube in Coordinates (non-draw)
I've been looking for this for quite a long time without any results, been trying to figure out the math for this myself for about a week+.
My goal is to set my cursor position(s) so in the way that it forms a rotating cube much in the way like an…

Harino
- 11
- 1
0
votes
0 answers
What should be the sector image size for 26 sectors in rotary wheel iOS?
I am following How To Create a Rotating Wheel Control with UIKit tutorial to create a spinning wheel.
I have 26 sectors in my wheel. The sector image provided on this site is overlapping each other for 26 sectors. What should be the ideal size of…

shakshi
- 231
- 1
- 2
- 9
0
votes
1 answer
Spinning UITableViewCells
I have a UITableView loading its data from the Web, and while the data is loading there are few cells, to indicate the process. Each cell got an UIImageView inside which i want to be spinning constantly.
Inside the UITableViewController i got…

Alexander
- 11
- 4
0
votes
1 answer
C# Spintax Coloring
Spintax is used for getting multiple pieces of content from one piece ex:
Spintax: The {dog|cat} {ran|jumped} very {quietly|far {ahead|away}}.
That would return sentences like these:
The dog ran very quietly.
The cat jumped very quietly.
The dog…

rdweedw
- 3
- 1
0
votes
1 answer
How to create a circle out of smaller circles in libgdx?
I am creating a ring that will spin made out of circles and I don't want to have to manually place each circle and then spin them all at once. Isn't there some mathematical way to create this circle? Each circle is an object.
It would look like…

coder42
- 13
- 3
0
votes
1 answer
Android Actionbar Spinning Samsung Galaxy 3 FEATURE_INDETERMINATE_PROGRESS
I'm adding the Compatibility Library V7 in a project, following the Android-Developers Blog:
http://android-developers.blogspot.co.uk/2013/08/actionbarcompat-and-io-2013-app-source.html
The action bar has been working well since the beginning, all…

Jose M Lechon
- 5,766
- 6
- 44
- 60
0
votes
1 answer
Progress Dialog should spin till loading of gridview completed
I am working on one android app in which i want to display progress Dialog till loading of gridview completed. But my problem is progress dialog is spin for some intial time. Then it stops spinning.
Here is my code.
public class allsites extends…

user2058320
- 97
- 4
- 12
0
votes
1 answer
Fullscreen spinning background image
i've been looking everywhere how to achieve this effect of an animated spinning image that is covering the whole screen. Like this one.
bassically, what i want is to make it spin and to be fullscreen.
this is what i got so far,…

danii
- 1
0
votes
1 answer
CSS Overlay Animation on PNG Image
Today i was customizing my website and i remembered a very nice CSS effect i saw a few months ago. I didnt find it on my Bookmarks.
The website had a Large logo with colors moving on it. After going on the Source Code, i saw that the Logo was a…

lucasmx
- 144
- 1
- 8