0
votes
1answer
10 views
Shift UIImageView or similar Picture trough view
Hello,
i want to shift images trough the app, maybe like in the album or something similar, so that i can watch one image after the next,...
how would you program that?
Such a k …
0
votes
1answer
8 views
Get correct start position when using jQuery slider for a scrollable pagination
Hi!
I am building a script for handling very long paginations. For this I use jQuery slider.
I using some modified functions from here.
This is the js code so far. The only thin …
0
votes
0answers
6 views
jquery tooltip on slider
as the topics says, there's a way to style a tooltip upon an horizontal jquery ui slider?
I saw an implementation of that while ago but it was too nested into another extension to …
0
votes
1answer
30 views
Slider control in Android…is SeekBar really my best/only option?
I'm using SeekBar as a slider because I can't find anything else, but I have to do so much hacky work because it doesn't allow me to set a minimum value or go in between ints. So, …
0
votes
1answer
218 views
How do I use a different image for each JQuery UI Slider handle
I'm using a JQuery UI slider which has two handles (a.k.a range slider). I know how to style the first handle:
.ui-slider-horizontal .ui-slider-handle {background: white url(http: …
0
votes
2answers
59 views
continuous loop with divs and jquery
Hi - I'm continuing a previous post, but I thought I'd open a new thread since it takes a different approach and has more actual code. Anyway, I'm trying to get an infinite loop go …
1
vote
2answers
277 views
Adding a second thumb to the slider control in WPF
Hello Everyone,
I am trying to make a range control which is basically a slider control with an extra thumb. The only code I found for one already built is here.
http://www.code …
2
votes
2answers
268 views
Slider in dashcode web app?
I am trying to make a web app in Dashcode that uses a range slider. I see that the code library has code for "get range slider value" and "set range slider value," but there is no …
0
votes
1answer
39 views
jQuery sliders control each other
Hello, I have created two sliders with jQuery but each slider controls the other, how can I resolve this?
$(function() {
$.extend($.ui.slider.defaults, {
handle: ".slide …
1
vote
3answers
440 views
Custom iPhone User Interface Component.
Can anyone list custom iPhone UI Components?
I know about the Three20 components which are UI and framework. Does anyone know of other similar libraries of UI components for the …
0
votes
1answer
34 views
Slider problem for buttons
I am using slider module for sliding the content page.
I want change the "next" and "previous" button.
When the slider page is loaded, I want to hide the "previous" button.
When I …
1
vote
1answer
290 views
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 …
0
votes
1answer
56 views
iPhone Unlock Slider With Mootools?
I try to make a slider similar to the iPhone unlock Slider, that forwards to a linked site, when complete, and returns to its initial position when the slider wasn't dragged to the …
0
votes
1answer
46 views
JQuery Slider alternative?
I am using the JQuery Slider control for use as a double sided slider.
It's a great UI control but I'm looking for an alternative that isn't so "fat".
Right now, just for me to u …
5
votes
4answers
2k views
How do you make a WPF slider snap only to discrete integer positions?
The title says it all. All too often I want a WPF slider that behaves like the System.Windows.Forms.TrackBar of old. That is, I want a slider that goes from X to Y but only allows …
