Re: Slider Questions

2005-04-24 Thread Eric Chatonet
Hi Varen,
As for the first point, you could check the Custom Volume Slider stack 
from Klaus Major.
RevOnline, user: klausimusi
As for the second point, you could check my #007 How-To stack: How to 
manage "Snap to" scrollbars.
RevOnline, user: So Smart Software

Best regards from Paris,
Le 24 avr. 05, à 23:25, Varen Swaab a écrit :
I have a couple of questions about sliders. I’m using my slider to 
adjust
the speed of playback for a presentation.

1. Is there a way to build a new slider widget to replace the system
sliders? I’d like to have the identical slider on all platforms.
2. Is there a way to “snap” the slider handle into specific positions 
so the
slider handle is in the absolute position of the closest whole value 
it was
near when the user releases the mouse click there must be an 
easier way
to say that :)
Amicalement,
Eric Chatonet.

So Smart Software
For institutions, companies and associations
Built-to-order applications: management, multimedia, internet, etc.
Windows, Mac OS and Linux... With the French touch

Web sitehttp://www.sosmartsoftware.com/
Email   [EMAIL PROTECTED]/
Phone   33 (0)1 43 31 77 62
Mobile  33 (0)6 20 74 50 86

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Slider Questions

2005-04-24 Thread Varen Swaab

Thank you Dennis, that worked perfectly!!!


On 4/24/05 4:31 PM, "Dennis Brown" <[EMAIL PROTECTED]> wrote:

> 
> On Apr 24, 2005, at 5:25 PM, Varen Swaab wrote:
> 
>> 2. Is there a way to ³snap² the slider handle into specific positions so the
>> slider handle is in the absolute position of the closest whole value it was
>> near when the user releases the mouse click there must be an easier way
>> to 
>> say that :)
>> 
> 
> Varen,
> 
> I did this with a simple mouseup handler in the slider script:
> 
> on mouseup
>set thumbposition of me to round(thumbposition of me)
> end mouseup
> 
> ___
> use-revolution mailing list
> use-revolution@lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Slider Questions

2005-04-24 Thread Dennis Brown
On Apr 24, 2005, at 5:25 PM, Varen Swaab wrote:
2. Is there a way to “snap” the slider handle into specific positions 
so the
slider handle is in the absolute position of the closest whole value 
it was
near when the user releases the mouse click there must be an 
easier way
to say that :)

Varen,
I did this with a simple mouseup handler in the slider script:
on mouseup
  set thumbposition of me to round(thumbposition of me)
end mouseup
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Slider Questions

2005-04-24 Thread Varen Swaab


Hi everyone,

I have a couple of questions about sliders. I¹m using my slider to adjust
the speed of playback for a presentation.

1. Is there a way to build a new slider widget to replace the system
sliders? I¹d like to have the identical slider on all platforms.
2. Is there a way to ³snap² the slider handle into specific positions so the
slider handle is in the absolute position of the closest whole value it was
near when the user releases the mouse click there must be an easier way
to say that :)

   Thanks
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution