Displaying 13 results from an estimated 13 matches for "slidervalues".
Did you mean:
slidervalue
2010 Jun 11
1
Windows, OSX and Linux: updating a graphic device and double buffering
Hello there,
I'm struggling with the base graphics system on different
operating systems.
I would like to get an animation effect by re-plotting with the plot
function. See the attached code example: move the slider
quick from one side to the other.
I experience different levels of success, depending on which OS I use.
- Linux (Ubuntu >9.10, R 2.9.2-3): Each plot command gets
2005 Dec 11
0
setValue() and sliderValue not affecting Slider
Good Afternoon-
New to the list and new to script.aculo.us/javascripting as well. I
am fluent in PHP and C++ so I am not completely benign when it comes
to javascript. Anyways after following a guide online I figured out
how to set up a slider in order to resize a set of pictures.
My problem is neither the sliderValue option in the constructor nor
the setValue() function seem to work. Perhaps
2005 Sep 21
8
Slider controls
Heya!
Thanks to Marty Haught, script.aculo.us (as of changeset 2281) now
sports
a new Control for horizontal and vertical sliders.
See the functional test file (test/functional/slider_test.html) for
information
on how to use it.
Basically, you do:
<div id="track1" style="width:200px;background-color:#aaa;height:5px;">
<div id="handle1"
2005 Aug 18
8
Extending a js class
It''s been a few days since I posted my last two emails (of which, no one
replied to) so I''ve gone ahead and coded a working slider class as well
as a ''resizeable'' class that allows a user to drag and resize the
element. I also linked these two together as I want to have slider
behavior that can resize the resizeable element. The end result is both
the
2006 Feb 18
1
spinner not working inside a table with IE 6
Hello, I''m trying to use the slider inside a table and am having problems.
I''m wondering if anybody can help or, if it just isn''t possible for some
reason. The following 2 samples contain same code (1 inside <div></div> and
1 inside <table><tr><td></td></tr></table>). The div one works fine but the
table one
2006 Feb 18
1
slider not working in a table for IE 6
Hello, I''m trying to use the slider inside a table and am having problems.
I''m wondering if anybody can help or, if it just isn''t possible for some
reason. The following 2 entries are the exact same code (1 inside
<div></div> and 1 inside <table><tr><td></td></tr></table>). The div one
works fine but the table one
2006 Feb 18
0
slider component inside a table not working
Hello, I''m trying to use the slider inside a table and am having problems.
I''m wondering if anybody can help or, if it just isn''t possible for some
reason. The following 2 entries are the exact same code (1 inside
<div></div> and 1 inside <table><tr><td></td></tr></table>). The div one
works fine but the table one
2006 May 20
1
Slider.js - Attemting to put values in form.
I can''t figure out how to take that value that the user has chosen in
the slider and put that into a form value. Does anybody know how to do
this?
Here is my code so far (It''s pretty much directly from script.aculo.us):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Text effects tests</title>
<script
2006 May 23
0
Slider.js - Attemting to put values in form.
I can''t figure out how to take that value that the user has chosen in
the slider and put that into a form value. Does anybody know how to do
this?
Here is my code so far (It''s pretty much directly from script.aculo.us):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Text effects tests</title>
<script
2006 May 24
0
script.aculo.us add multiple slider values together
Hy there
I''m sucessfully use the scriptaculous sliders. I''m not a programmer at
all and managed to set up the sliders on a page. Great work guys!
I like to add diffrent slidervalues together and make an output of the
sum. Something like
slider 1: 23.4567
Slider 2: 10.123
Output: Sum=33.5797
If ($Sum >=30) { output(''Great Score!)}
If ($Sum <30 {output(''You can do better!)}
I would like to implement it in this demo:
http://www.vum.ch/schulfernsehen/in...
2006 Jan 31
1
Slider values from .25 - 1
I am having some difficulty understanding how to set the slider
values to a specific range
<div id="track" style="position:absolute; left:25px; top:10px; width:
150px; height:10px;">
<div id="scaller" style=" width:10px; height:15px; background-
image: url(slidder2.png)"></div>
</div>
var scalebar = new
2008 Jun 05
0
Javascript & Scrolling
I am currently in the middle of creating a horizontal scrolling
product list with page buttons that use effects to scroll from one
page to another using scriptaculous.
I am having problem that when the window is resized, so only the
viewable area of the div changes, this causes the width to change and
then because of that the scroll effect will scroll to position 2000
but then when the scroll bar
2006 Jan 31
5
resizing multiple images using getElementsByClassName
I am building a iPhoto like (Read rip-off) interface for thumbnails
and I am having a couple problems that I thought some one on the list
might be able to assist me on ...
first off here is the page: http://v4.incontrolsolutions.com/galltest/
I am no Javascript whizz and I am sure there is a FAR more efficient
way to do what I am trying. Having said that, the 2 things I was
looking for