Page 2 of 2
Re: ScrollAreaGadget Not Scrolling
Posted: Sat Sep 07, 2019 1:16 pm
by collectordave
Just another piece of info
On the mac I notice that the help file example for the scroll area gadget has no events associated with it so the window title is never set.
Re: ScrollAreaGadget Not Scrolling
Posted: Sun Sep 08, 2019 2:42 pm
by mk-soft
Re: ScrollAreaGadget Not Scrolling
Posted: Mon Sep 09, 2019 4:35 am
by collectordave
Hi
Tried both workarounds, they work fine for the events not being reported but as soon as you add a canvas gadget then no deal.
Code: Select all
ScrollAreaGadget(0, 10, 10, 390,220, 575, 555, 30)
CanvasGadget(22,0,0,575,555)
ButtonGadget (1, 10, 10, 230, 30,"Button 1")
There is a clue in the help docs.
On Mac the events are passed to the gadget under the cursor whether it has the focus or not so the canvas gadget is getting the events and does not know what to do the scroll area is never seeing these events.
CD