slider

Javascript image slider

Hi I'm looking for a simple Javascript Image slider that have the following features. A little horizontal box that shows images thumbnail and slides them. Once you select a thumbnail, the image shows on a div or some else where on the page. I want something easy and pro looking. Thanks ...

jQuery UI slider - can't slide to 0

jQuery 1.3.2 / jQueryUI 1.7 / Slider $("#slider").slider({ range: "min", min: 0, max: 40, value: 0, slide: function(event, ui) { CalculateOrder(event, ui); } }); it starts off just fine, but after I move the slider I can't get it back to 0, ui.Value is 1 when i slide it all the way to the left. I've tried setting m...

WinForms Volume Slider/Trackbar User Control

Hi All, I'm looking for a trackbar-like user/custom control to use in my .NET 2.0 WinForms app. Note: I'm NOT asking how to control the volume in a WinForms app. Anyone knows of a nice looking custom painted slider/trackbar control that could be used in my app to let user set the volume? (such as the ones used in multimedia apps) Id...

VerticalSlider inside a Dialog: issue with IE

In general, I have no trouble using a dijit.form.VerticalSlider (with right decorations). Everything usually works fine in Firefox, Safari, IE6 or IE7. Things go pear-shaped in IE6 or IE7 when I try to put that VerticalSlider inside a dijit.Dialog. In that scenario, it still works great in FF and Safari, but in IE 6 and 7, there are a...

jquery slider max value problem

hi all i am using jquery slider plugin below this: <script type="text/javascript"> $(document).ready(function() { $("#slider").slider({ min:-10 }, { max: 500 }, { step: 1 }); $('#slider').bind('slidechange', function(event, ui) { var value = $('#slider').slider('option', 'value'); ...

Is there a plugin or example of a jquery slider working with non-equably divisible values?

I have found two excellent jquery plugins for generating a slider for a web form, which degrade nicely in browsers that do not support javascript have styles turned off etc. The first is the Jquery.UI version : http://ui.jquery.com/demos/slider/#steps The second is a select element to slider : http://www.filamentgroup.com/lab/update_jq...

WPF: Slider with an event that triggers after a user drags

I am currently making an MP3 player in WPF, and I want to make a slider that will allow the user to seek to a particular position in an MP3 by sliding the slider to the left or right. I have tried using the ValueChanged event but that triggers every time it's value is changed, so if you drag it across, the event will fire multiple times...

Working with jQuery Slider - positions

I have been working with the slider and am using the following code: $(function(){ $('#slider').slider({ animate: true, step: 1, min: 0, max: 10, orientation: 'vertical', start: function(event, ui){ $('#current_value').empty(); $('#current_value').fadeIn().append('Value is ' + ui.value); }, change: fun...

Update options to jQuery slider via form

I have a jQuery Slider, and I am trying to make it more dynamic by adding three input fields: min max step I want to take those fields and then onblur update my slider options. I read that you can set options like this: $('.selector').slider('option', 'max', 7); And do the same for min,step, etc along with the other op...

How do you make a Winform track bar (slider) behave sensibly on a touch-screen monitor

What's the easiest way to modify a Winforms track bar so that when a user clicks on it the track bar jumps to the location of the mouse? By default the track bar moves to half way between it's current location and where the mouse was clicked. Update: I'm trying to do this so that I can use the track bar on a touch-screen. With a touch-...

jQuery Slider UI - Enhancements

I was trying out jQuery Slider and used an example to play around. EDIT: I would like to have the slider show the values, like a ruler, to increase usability. As it is now, I am finding it difficult to pass the usability testing. People complain that they want to know what value they are picking before they start sliding. Any ideas h...

WPF: How to make controls stretch in a StackPanel?

A Slider and some other controls won't stretch to fill available space when placed in a StackPanel; instead the width is always MinWidth (or about 10 pixels if MinWidth is not set). How do I make it stretch (the equivalent of Anchor.Left|Anchor.Right in WinForms)? Example: <StackPanel DockPanel.Dock="Bottom" Orientation="Horizontal"> ...

Logarithmic slider

I have a slider with steps 0-100; I want the range to be from 100 to 10,000,000. I've seen some functions scattered around the net but they're all in C++; i need it in javascript. Any ideas? ...

How to make slider labels clickable [Flex 3]

I have a simple slider, with only 3 options. It seems strange to force the user to drag the small thumbnail on the slider, when it would be a lot easier to click one of the 3 actual labels by the side of the slider. Does anyone know how to accomplish this? ...

JQuery Slider Examples With Classic ASP?

I'm about to try and implement the JQuery slider into an old Classic ASP store, where the slider would control the price range. So have a price between say $40 and $80 and you could use the slider to go between $50 and $60... Anyone know of any examples of using the slider with ASP in this way? I'm guessing I store the values in hidd...

jQuery slider bubble

Does anyone know how to get a bubble to appear above the jQuery slider control when the user is moving the slider pointer? Ideally I'd like to have both pointers in a range slider have their own independent bubble. The bubbles will dynamically show the currently selected value of the slider pointer being moved by the user. It's a tough o...

Customise WPF "Slider" control to slide on a path

What would be the best way to get a slider control that slides on a path. At the moment I think the path I will use is a half circle arc. But I may need to change this later (or create other sliders with different paths. So I need to take that into account. Would it be best to start with the default Slider control and modify/extend it? ...

photo slider

random question,,...but does anyone know what photo slider is being used here? http://www.rolandgarros.com/en_FR/index.html or here: http://www.theglobeandmail.com/in-photos/best-from-the-past-24-hours/article1169782/ I'm assuming neither was developed in house...(i tried looking at the source but couldn't find any clues) Andrew ...

JQuery Slider, how to make "step" size change

Is it possible to use the JQuery Slider (range slider / dual slider) to have non-linear (non consistent "step" size) values? I want to horizontal Slider to look like: |----|----|----|----|----|--------|--------|-------------------------|--------------------------|... 0 500 750 1000 1250 1500 2000 2500 ...

Auto-resize custom horizontal scrollbar/slider?

I'm working on a site that scrolls horizontally. I know very little about jQuery and prototype and I got this slider script working as the page scrollbar. When the window is resized smaller, the custom horizontal slider/scrollbar won't resize to the viewport's width. I have the page and js files here http://keanetix.co.cc/scrollpage/ T...