mousewheel
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
mousewheel
Hi All
It is a way to capture the mousewheel to move an object ?
Best regards
Jean-Marc
It is a way to capture the mousewheel to move an object ?
Best regards
Jean-Marc
You can use the rawkey messages for that, but unfortunately i don't remember the exact number, so you have to try it yourself:
put the code into a field, then use the scroll wheel while the curser is within said field.
Code: Select all
on rawKeyUp theKey
put theKey
pass rawKeyUp
end rawKeyUp
Various teststacks and stuff:
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
Actually, I think the problem was due to me VNCing to the machine running Revolution, PC to Mac. I don't think it's sending the wheel data exactly right. I can use it to scroll a web browser, so SOMETHING is getting through, but it doesn't trigger rawKeyUp at all.
As soon as I an the stack are in the same place, I'll test again.
As soon as I an the stack are in the same place, I'll test again.

~ Nonsanity
~ Chris Innanen
~ Chris Innanen