Questions tagged [sliders]
99 questions
0
votes
1 answer
Swift Sliders - fatal error: unexpectedly found nil while unwrapping an Optional value (lldb)
I'm new to Swift and I was making a basic app that changes the text of a lable with the text in an inputbox and I wanted to add RGB sliders to change the color of the lable that will be changed but I got an errors soon as I try to move a…

Sam
- 35
- 5
0
votes
1 answer
Bootstrap 4 slider text only testimonals
I am trying to create just a testimonial sliders in Bootstrap 4 which will be using custom post types in WordPress but I am struggling to just get the slider to work.
So my question to you is, how do I just have the text in the carousel? When I…

Tired_Man
- 97
- 1
- 15
0
votes
1 answer
panel box work on local host but not on github
So I have created this project for my Show and for some reason I created a panel box that works fine on my local host but not after I hosted it on Github.
Here is my source-code:
…

Nam Vu
- 1,727
- 1
- 11
- 24
0
votes
0 answers
Chart.js with slider bar
Trying to include slider bars with Chart.js. I tried to follow the code the sgrillion posted but could not get it to work properly. I also wanted to add tooltip to slider handle. Is there another way of accomplishing this without loosing the…

own
- 15
- 1
- 7
0
votes
1 answer
Adding additional sliders in matplotlib
I am trying to create a third slider to control my plot.
fig, ax = plt.subplots()
plt.subplots_adjust(left=0.25, bottom=0.25)
l, = plt.plot(u,v, lw=1, color='red')
plt.axis([-20, 20, -20,20])
amp_slider_ax = fig.add_axes([0.25, 0.15, 0.65, 0.03],…

peasqueeze
- 121
- 2
- 10
0
votes
1 answer
Impossibility to index some plt.text within a slider
I want to create a plot where there is 2 subplots : a cone plus a plane, and the volume corresponding when I move the plan height thanks to the slider.
I would like to implement a text that changes every time I change the value of the slider.
Now,…

QuentinL
- 47
- 2
- 7
0
votes
1 answer
How to make the following sliders for a RGB program
I need make a program like a RGB selector, i have the sliders(sliderR, sliderG, sliderB) in my window, but i don't know how make that the sliders change the color instantly, the only i have is the following sliders code:
…

retro_var
- 145
- 5
0
votes
0 answers
Sliders work in d3.js v3 but not in v4
I have some sliders that work okay in "https://d3js.org/d3.v3.min.js" but not in "https://d3js.org/d3.v4.min.js">. Can anyone suggest how to make this work in version 4? Snapshot in version 3:
Following are my codes: