Re: Mouse wheel scrolling support...

2018-03-19 Thread Paul Dupuis via use-livecode
On 3/19/2018 3:18 PM, Richmond Mathewson via use-livecode wrote: > At the risk of sounding both naive and stupid I have just pasted a > large text into a field > with a vertical scrollBar in a field in a stack in LC 7.1.4 on Mac OS > 10.7.5. > > With the "blobby thing" that passes for a scroll whee

Re: Mouse wheel scrolling support...

2018-03-19 Thread Paul Dupuis via use-livecode
Thank you! Exactly what I was looking for. On 3/19/2018 2:49 PM, J. Landman Gay via use-livecode wrote: > On 3/19/18 11:15 AM, Paul Dupuis via use-livecode wrote: >> Does anyone have any code for supporting scrolling fields by use of a >> mouse wheel that they would care to post or email me? > > F

Re: Mouse wheel scrolling support...

2018-03-19 Thread Richmond Mathewson via use-livecode
At the risk of sounding both naive and stupid I have just pasted a large text into a field with a vertical scrollBar in a field in a stack in LC 7.1.4 on Mac OS 10.7.5. With the "blobby thing" that passes for a scroll wheel on my A1152 Apple mouse I am able to scroll up and down in the field

Re: Mouse wheel scrolling support...

2018-03-19 Thread J. Landman Gay via use-livecode
On 3/19/18 11:15 AM, Paul Dupuis via use-livecode wrote: Does anyone have any code for supporting scrolling fields by use of a mouse wheel that they would care to post or email me? From my cribbed collection: on rawKeyDown pKeyNumber if pKeyNumber is 65308 then put 15 into tScrollInc -- incr

Re: Mouse wheel scrolling support...

2018-03-19 Thread Paul Dupuis via use-livecode
On 3/19/2018 1:23 PM, dunbarx via use-livecode wrote: > Paul. > > What beyond trapping the "scrollBarDrag" message were you looking for? > Is that the event message LiveCode generates when a mouse with a mouse wheel is turned? I can find no documentation on mouse wheel support in the scrollbardrag

Re: Mouse wheel scrolling support...

2018-03-19 Thread dunbarx via use-livecode
Paul. What beyond trapping the "scrollBarDrag" message were you looking for? Craig Newman -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode mailing list use-livecode@lists.runrev.com Please v