XWidgetSoft Forum https://bbs.xwidget.com/ |
|
HELP: onMouseWheelUP - RE-OPENED https://bbs.xwidget.com/viewtopic.php?f=8&t=4605 |
Page 1 of 1 |
Author: | yereverluvinuncleber [ May 29th, 2014, 1:39 pm ] |
Post subject: | HELP: onMouseWheelUP - RE-OPENED |
Is there a code example anywhere for onMouseWheelUp / onMouseWheelDown? Please point me in the right direction. |
Author: | hamid [ May 29th, 2014, 2:34 pm ] |
Post subject: | Re: HELP: onMouseWheelUP |
i don't see anything about it before in forum, as i tested right now it will work simply as other functions and when you roll the mouse wheel up/down on the specified object it will execute that function and if you want an example here it is: Code: function text1OnMouseWheelUp(Sender)
{ showTrayBalloon("mouse wheel goes up","5") } function text1OnMouseWheelDown(Sender) { showTrayBalloon("mouse wheel goes down","5") } |
Author: | Jimking [ May 29th, 2014, 3:02 pm ] |
Post subject: | Re: HELP: onMouseWheelUP |
Is just a simple tag like the others where you can assign simple functions. Nothing special. Hamid shows you an example using script, but really, selecting the default tags, you don't need any script and you can do almost "everything" .. |
Author: | yereverluvinuncleber [ May 29th, 2014, 3:18 pm ] |
Post subject: | Re: HELP: onMouseWheelUP |
That's easy enough - thanks for the help, I was expecting a scrollwheel delta value to be populated and fed back. Good to know you are here to answer questions. |
Page 1 of 1 | All times are UTC - 8 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |