Page 1 of 1

Scrollbar events

Posted: Wed Jan 16, 2008 7:54 am
by utopiomania
The scrollbargadget only generates events at mouseup, not 'continously' like the
trackbar do. This makes them unusable in applications like mixers, or as in a program
I'm translating, a HSV colorpicker.

The latter uses scrollbars for the HSV values and updates the result continously, but
works differently in PB.

So I hope the scrollbargadget can be made to work like the trackbargadget, and
generate events while a user changes its position.

Posted: Wed Jan 16, 2008 8:23 am
by Mistrel

Re: Scrollbar events

Posted: Sun Nov 01, 2009 3:19 am
by eddy
+1

- fires event type
- or SetScrollingCallback function

Re: Scrollbar events

Posted: Fri Jan 06, 2017 7:33 am
by collectordave
Try a roll your own

http://www.purebasic.fr/english/viewtop ... 12&t=67411

Sorry for bumping an old thread seems to be a lot of them.

cd