>> 
>> on scrollbarDrag
>>   set the thumbPos of me to (the thumbpos of me)
>> end scrollbarDrag
>> 
>> This sort of "snaps" to the proper thumbpositions, but it flickers as it's
>> doing so. I'll keep hunting for a better solution, but it would be great if
>> Rev had a "snapToPage" property (or equivalent) that would take the
>> flickering away.
> 
> 
> As W. C. Fields would say: "Pardon my redundancy."
> 
> Much simpler:
> 
> local temp
> 
> on scrollbarDrag
>  set startValue  of me to 1
>  set endvalue of me to 3
>  put  the thumbposition of me into temp
>  put round(temp) into temp
> end scrollbarDrag
> 
> on mouseUp
>  set the thumbposition of me to temp
> end mouseUp
Thank you!
Fine!
Friendly
Fran�ois
--------------------------------------------------------------------------

Fran�ois Cuneo
Au Champ du Pr�
1353 Bofflens

e-mail: mailto:[EMAIL PROTECTED]

Web Cuk New Technologies, programmes �ducatifs pour Mac: http://www.cuk.ch
Web CUK, humeurs et tests sur le mac: http://www.cuk.ch/articles

T�l: ++41 (024) 441.17.81
Fax: ++41 (024) 441.17.05



_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to