iOS Question How to disable touch and click event on transparent panel

mcqueccu

Well-Known Member
Licensed User
Longtime User
I have a button on a layout, and I also have an Overlay panel that is transparent and covers the full width and height of the layout, also containing some buttons.
Because it's transparent, you can see the button through it.

In B4A, without click event, I am able to click on the button below through the panel, but in B4i, it seems its different, even though click and touch event are not set, the transparent panel still prevents me from clicking the button below.
 
Top