Page 2 of 2
Re: ScrollBar events only on release
Posted: Sat Dec 24, 2011 1:00 pm
by srod
An 'expensive' way to check for scroll events.

Re: ScrollBar events only on release
Posted: Sat Dec 24, 2011 10:57 pm
by Shardik
charvista wrote:The difference with srod's solution is that RASHAD's code is portable (no APIs), but using a simple Thread.
Did you take a look into my cross-platform example for Windows,
Linux and MacOS which uses specific API calls on each platform
and demonstrates live scrolling on all platforms by scrolling an
image?
http://www.purebasic.fr/english/viewtop ... 45&start=2
Re: ScrollBar events only on release
Posted: Mon Dec 26, 2011 1:48 am
by charvista
@Shardik
I have taken a deep look at it. Thank you very much for the example with a picture, which is very useful.
Now it is your turn to take a look at my reply there as I made some important corrections.
http://www.purebasic.fr/english/viewtop ... =2#p370251
Re: ScrollBar events only on release
Posted: Wed Jan 11, 2017 9:42 am
by collectordave
You can roll your own and get whatever events you want at any mouse event etc.
Try this
http://www.purebasic.fr/english/viewtop ... 12&t=67411
Regards
cd