View Single Post
  #2  
Old 03-11-2009, 05:13 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
I suggest using control.onMouseWheelDown(), control.onMouseWheelUp() and control.scrolldelta() if you can somehow manage to disable the default mousewheel scrolling behavior of the control. I have no idea how you could possibly disable that though, didn't have any similar problems before. I will probably try it when I have some time later today.

Edit: Okay, I played around with that a bit. I couldn't disable the default scroll stuff, and the onMouseWheelDown() and onMouseWheelUp() events don't trigger in the main part of the scroll control. Guess I can't help here.

Last edited by Crow; 03-11-2009 at 08:50 PM..
Reply With Quote