Rich Burgis
Posts: 17
Nickname: songbird
Registered: Mar, 2003
|
|
Re: Continuous Scrolling
|
Posted: Mar 20, 2003 3:54 PM
|
|
I agree. The problem is that I currently depend on mouse messages to tell me to scroll. And if the mouse doesn't move I don't get any messages. So failing that, it seems I need to set up a separate thread to automatically scroll as long as the mouse hasn't been released.
The idea being that if I can't depend on mouse messages, I'll need to use a timer instead.
Of course a less complicated solution would be better.
Thanks Rich
> I don't understand. Seems to me that scolling speed is > relative to the position of the mouse, not the movement. > Anyhow, back to your problem. If you track the fact that > the mouse is still down (meaning scrolling should > continue) and where it is, why does it matter whether it > is moving? The speed of the scroll is relative to the > current mouse position, so if that hasn't changed, keep > the scroll speed constant.
|
|