Questions tagged [sliders]
99 questions
1
vote
1 answer
How do I get the value of the slider's position in Qt Eclipse?
I have about 5 push buttons and one slider. Every time I click the push button, the function for the particular push button gets called.
However, I also want the slider to do the same. So, instead of pressing the push button, you can drag the slider…

JeremyK
- 11
- 2
1
vote
2 answers
Wordpress 3.5 and Galleries
I am some difficulty working with the new galleries in WordPress 3.5. Here is a brief description of the problem we are having.
Project Details
Desktop and Mobile site generated from the same WP install
Currently using a modified version of swipe…

Simalam
- 359
- 1
- 8
0
votes
2 answers
iPad touch events but still allow for pinch zoom
I am working on a page which containes jquery sliders. I want to enable those sliders for iPad site visitors. I got this working with the following code:
function touchHandler(event)
{
var touches = event.changedTouches,
…

tonejac
- 1,083
- 3
- 18
- 32
0
votes
1 answer
Flexslider multi slide functionality
Does anyone know how I can accomplish this:
I am referencing the flexslider plugin which you can view here: http://flex.madebymufffin.com/
3 Flexslider containers -
$(window).load(function () {
$('#primary-slider').flexslider({
…

J0NNY ZER0
- 707
- 2
- 13
- 32
0
votes
1 answer
Replacing the pen function in MFC C++ for a .bmp
Basically I have a program that moves lines drawn with the pen tool in MFC. I manipulate the pen tool by using a slider. I was just wondering if it was at all possible to replace the pen tool with using a .bmp? Here is some example code:
if…

bigbaz34
- 385
- 2
- 8
- 27
0
votes
1 answer
jQuery sliders calculator
Hi I want to create some sliders, what i need to do is to make a slider which has 3 options in it:
the amount the user wants to borrow (from 12,500 upto 100,000) - will display a value from where the selector is here
over how long (from five yrs…

Graham Barnes
- 235
- 2
- 6
- 18
0
votes
1 answer
Draggable box in jquery-ui sliders not rendering
I am using Trent Richardson's timepicker and I am having an issue with the jquery-ui sliders that are used in his widget. The draggable boxes in the sliders are not rendering fully. I am left with what looks like the border of what would have been…

Set
- 58
- 1
- 8
0
votes
1 answer
Flex 3 - sporadic erroneous mouse out events on slider thumb
The slider thumbs in my Flex 3 application usually work correctly, but often they seem to become insensitive to mouse downs on what should be thumbPress events.
It turns out that mouseOut events are being fired as the mouse moves away from the edge…

Peter
- 1
0
votes
1 answer
what does "Invariant Violation : Native component for does not exist means?
I imported a third party library using " npm install --save react-native-range-slider" and getting this error!
I can't find out where am I wrong! Please help :)

Rishav Kumar
- 4,979
- 1
- 17
- 32
0
votes
1 answer
Interactive jupyter plot using ipywidgets at its left side
I've lot of ipywidgets sliders connected to a graph and I'd like to have them on the left side of the layout. In addition to that, the output graph shall be on the right side in order to optimize space and increase usability.
The result without…

Nicolas Martin
- 1
- 2
0
votes
0 answers
Prevent document from scrolling while in an element on Mobile
How do I prevent of the body of the html document from scrolling when I am engaging the "moving-images" slider. Currently a simple thumb swipe sends the pages up or down. This is more noticeable on IOS Devices.

Jacklyn N
- 77
- 1
- 12
0
votes
2 answers
Text update with sliders not working correctly
I have 10 sliders that have text components attatched to them, they are supposed to display the slider values and save the values to playerprefs. This all works perfectly except that some of the text boxes will not update/display their text when the…

cyo
- 69
- 1
- 14
0
votes
0 answers
How to implement this slider functionality
I am trying to create a slider, using javascript and css. I recognize that there are "tons" of them out there, but I am building this to educate myself.
I have attached a video showing the HTML of an example I am trying to recreate. In particular…

dsampson
- 11
- 1
- 4
0
votes
1 answer
Want to control the hue of the scene using UI Slider
I am using the post processing tool to change the colors of my scene (My scene includes an AR camera, the only main component).
My aim is to change the hue of the scene using sliders. The tool allows me to do it while building it but I want to make…

Anand Ashar
- 1
- 2
0
votes
0 answers
Finding values for multiple range sliders
I am new to coding and I trying to find value for multiple range sliders on a website. I have this code which works well with the first range slider. My problem is I have 3 more range sliders which I can't seem to make work using the only 1…

Davicoder
- 1
- 2