Re: Can't use double finger scroll on mac for grouped controls

2017-08-02 Thread Kaveh Bazargan via use-livecode
Genius. Thank you :-) On 2 August 2017 at 01:35, Monte Goulding via use-livecode < use-livecode@lists.runrev.com> wrote: > This is something you need to script for groups. Something like this: > > on rawKeyDown pKeyCode >if pKeyCode is 65308 then > get the scroll of me > add 10

Re: Can't use double finger scroll on mac for grouped controls

2017-08-01 Thread Monte Goulding via use-livecode
This is something you need to script for groups. Something like this: on rawKeyDown pKeyCode if pKeyCode is 65308 then get the scroll of me add 10 to it set the scroll of me to it else if pKeyCode is 65309 then get the scroll of me subtract 10 from it set

Can't use double finger scroll on mac for grouped controls

2017-08-01 Thread Kaveh Bazargan via use-livecode
Using LiveCode 9 on Mac OSX I have some controls that are grouped and the group has been made smaller, so have a vertical scroll bar – very nice feature. On one stack I can use two finger scroll on mac trackpad, but on another I can't. But mouse on scroll bar works ok. I have checked and all