Custom scroll bars yet?

Hi all,

I did some digging and couldn’t find a recent custom scrollbar thread. I’m hoping maybe something new has developed since

http://scripty.walterdavisstudio.com/scroll/

It will work for me, but I was wondering if any actions with more designs options were in the works or any other alternatives. Thanks this forum is priceless.

JAC


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks for this, Walter…btw.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Walter,

I gave this a try together with a WebYep (RichText) Element and it works like a charm.

However - is it possible to add a +/- up/down btn combination? (the black areas in example).

This would be finally the substitution of the ugly default scrollbar version.

http://www.kimmich-dm.de/testings/scrollable/index.php

Thanks for any pointings

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

On Jun 30, 2011, at 1:18 PM, Thomas Kimmich wrote:

Hi Walter,

I gave this a try together with a WebYep (RichText) Element and it
works like a charm.

However - is it possible to add a +/- up/down btn combination? (the
black areas in example).

This would be finally the substitution of the ugly default scrollbar
version.

http://www.kimmich-dm.de/testings/scrollable/index.php

Thanks for any pointings

Make your up and down buttons have the id ‘plus’ and ‘minus’,
respectively, and add this code directly after the rest of the code
inside Protaculous, and you should be set.

To adjust the distance of the jump, change the number 0.1 to something
larger or smaller and see how it goes.

If you want it to morph smoothly, that’s a little more involved, but
not impossible. This is the fastest and easiest way to move the slider.

Walter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Cooool - that did the game so far - many thanks.

But you should know me now, Walter.

Smooth = Cooool too.

And what does it need, if I “keep on clicking” the plus and minus. Actually it is moving by single click (but it’s much more I have had to expect)

Thanks again Walter.

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Forgot to get back to you about the continuous scrolling. Try this – no guarantees it will work perfectly everywhere.

Tack that on to the end of your script, after the other two observers for click.

The mousedown event fires over and over (I think) while you hold the button down on your mouse. I believe this is related to the key repeat frequency, where if your cat takes a nap on your keyboard, you find 3500 pages of MMMMMMMM.

If this doesn’t work, just take it back out, and let me know. I’tt try to make something that calls itself in a loop.

Walter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Walter,

thanks for this - no, unfortunately it doesn’t change anything.

The click is still functional but not continuous.

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options