request: onclick for scrollbar possible?
#1
Would be a help for me if not others, thanks Big Grin
Reply
#2
Just out of interest: what do you intend to do with it?
Reply
#3
More annoying is that there is no onfocus/onunfocus for scrollbar.

You could fake it by having a fake hidden button that has
Code:
<onleft>Control.Move(LISTID,-5)</onleft>
<onright>Control.Move(LISTID,5)</onright>
<onclick>whatever</onclick>
Change the number it moves by with however many items are visible in the list.

And then use a fade animation on your scrollbar that shows it when the fake button is focused.
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#4
(2017-03-18, 13:43)Jeroen Wrote: Just out of interest: what do you intend to do with it?

I focus on it first entry to dialogvideoinfo (plot scrollbar), so would be nice to have a default click while on it to play item.
Would also be good to click on when moving through lists with scrollbar, to select the item it lands on, rather then move off it first.
Reply
#5
Nm.
Reply

Logout Mark Read Team Forum Stats Members Help
request: onclick for scrollbar possible?0