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
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
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
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
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
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
Does anyone have any code for supporting scrolling fields by use of a
mouse wheel that they would care to post or email me?
A search showed that this has been discussed in the past and seems to be
possible by creating an appropriate handler in LC, but my Google skills
failed me in finding an examp