Questions tagged [circular-slider]

16 questions
3
votes
1 answer

How to insert touch events into html5 circular slider?

The code works perfectly using mouse events but when switch to touch event or vmouse event, it stopped working. Here's the link for the mouse event code [https://jsfiddle.net/tk2zd47e/2/ ] I've tried vmousemove/vmouseup/vmousedown,…
Stephen
  • 79
  • 9
3
votes
2 answers

Making a circular NSSlide look and behave like in GarageBand

I am new to drawing with Cocoa, and I am making some software which will have sliders similar to these found in GarageBand: GB Sliders http://img33.imageshack.us/img33/2668/schermafbeelding2010061r.png These look beautiful and can be controld by…
user142019
3
votes
1 answer

EFCircularSlider - How to avoid the slider, sliding past the maximum value set

I am using instances of EFCircular slider in my project. There are 6 sliders and each of them has a different maximum value. Once the slider reaches the maximum value, normally if we slide further, it goes back to the minimum value (0). But I want…
muktesh
  • 31
  • 2
1
vote
1 answer

How to make a circular slider in react-native to rotate on both sides?

I want to achieve some thing like this
hamzaahzam
  • 306
  • 3
  • 14
1
vote
2 answers

Creating a circular slider in React Native

I am wanting to create a circular slider in React Native for a project of mine. Although I am not entirely sure on how to create one. Could someone help me out? Here is a little sketchup of what I want it to look like: I did some searching on…
Mart
  • 13
  • 7
1
vote
2 answers

EFCircularSlider in iOS

I'm using EFCircularSlider to display circular slider. Here's my code EFCircularSlider *circularSlider = [[EFCircularSlider alloc] initWithFrame:CGRectMake(0, 0, _myView.frame.size.width, _myView.frame.size.height)]; [circularSlider addTarget:self…
user7372676
1
vote
1 answer

EFCircularSlider set currentValue programmatically

I am using EFCircularSlider IOS component and I would like to change its value to apply on the interface. Only setting the value to currentValue is not worling.
Ronaldo Campos
  • 361
  • 2
  • 13
0
votes
1 answer

React.js Circular slider with two thumbs

I am trying to build a circular slider with two thumbs(knobs). The requirement is very specific our client wants it to be circular in shape and should have two knobs .I tried changing the shape of MUISlider to circular(already supports two knobs not…
naveen
  • 107
  • 1
  • 1
  • 10
0
votes
2 answers

Why addTarget not calling function?

I added MTCircularSlider pod in my project. My viewController looks like below: class ViewController: UIViewController { @IBOutlet var slider: MTCircularSlider! @IBOutlet var sliderLabel: UILabel! let temperatureArray =…
Vikas
  • 1,548
  • 2
  • 12
  • 25
0
votes
0 answers

Xcode How to make a circular slider

I am trying to make a circular slider. I don't know where to start really. I have tried downloading ones from github and trying to implement them in my code however, they use older version of swift which i cant debugg. I have tried using cocoa pods…
0
votes
2 answers

how to implement circular scrolling on a carousel/slider

I am using a slider i found on the web. It works great except that i need it to do circular scrolling. At the moment when u get to the last image, it slides very quickly to the left back to the first one. I want it to be able to keep going in a…
aliba
  • 1
  • 1
0
votes
0 answers

Not sure how to implement "Change the class of a view from UIView to CircularSlider"

I'm trying to use: http://cocoadocs.org/docsets/HGCircularSlider/2.0.0/index.html Under the "Usage" section, the first step is : "Change the class of a view from UIView to CircularSlider, RangeCircularSlider or MidPointCircularSlider" I'm not quite…
shle2821
  • 1,856
  • 1
  • 19
  • 26
0
votes
0 answers

drawTextOnPath does not render the text properly

I want to draw a circle and a pointer which moves along the path. I am able to write text properly on the path. But on the pointer the text gets truncated/overlapped. Tried increasing the textSize and the spanSize with no gain. Below is the code. …
Sahana Prabhakar
  • 581
  • 1
  • 8
  • 21
0
votes
0 answers

Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element' - Angular Circular Slider

I'm trying to use https://github.com/princejwesley/angular-circular-slider inside my website as a gender slider, it works when I initially load the page with it. But when I go to another page in the website and then back to the profile, the slider…
BelgoCanadian
  • 893
  • 1
  • 11
  • 31
0
votes
1 answer

Steps feature in circular slider

I am using Jquery Circular Slider and for the last few hours, I have been trying to add step feature in it. Like it should add step:20 in setting and then jump to plus or minus 20 from current location just like jquery UI slider. Any help will be…
Safi Mustafa
  • 175
  • 2
  • 14
1
2