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.
ScrollAreaGadget Not Scrolling
-
collectordave
- Addict

- Posts: 1310
- Joined: Fri Aug 28, 2015 6:10 pm
- Location: Portugal
Re: ScrollAreaGadget Not Scrolling
Any intelligent fool can make things bigger and more complex. It takes a touch of genius — and a lot of courage to move in the opposite direction.
Re: ScrollAreaGadget Not Scrolling
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
-
collectordave
- Addict

- Posts: 1310
- Joined: Fri Aug 28, 2015 6:10 pm
- Location: Portugal
Re: ScrollAreaGadget Not Scrolling
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.
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
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")
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
Any intelligent fool can make things bigger and more complex. It takes a touch of genius — and a lot of courage to move in the opposite direction.
