I think this can NOT be done, but you may show me this is possible.
Here is the situation:
I have a panel covering most (or all) of the screen.
On this panel I have many labels (about 45 labels)
Each label should respond to a Click/LongClick event
The "underneath" panel should respond to swipes (event _Touch; DOWN,MOVE,UP)
The problem is that the labels consume any touch (clicks) so the panel does not receive the Touch event.
Even if I put another transparent panel on top of everything I still have the same problem, only reversed:
This new panel will consume its Touch event and the labels underneath it will not receive the Click/LongClick events.
Is there a way to "delegate" an event from one view to another view "below" it?
I know that Click and Touch can "interfere" with one another, so I will settle for a LongClick on the labels.
Will it make any solution easier/harder if the labels were just small panels?
Here is the situation:
I have a panel covering most (or all) of the screen.
On this panel I have many labels (about 45 labels)
Each label should respond to a Click/LongClick event
The "underneath" panel should respond to swipes (event _Touch; DOWN,MOVE,UP)
The problem is that the labels consume any touch (clicks) so the panel does not receive the Touch event.
Even if I put another transparent panel on top of everything I still have the same problem, only reversed:
This new panel will consume its Touch event and the labels underneath it will not receive the Click/LongClick events.
Is there a way to "delegate" an event from one view to another view "below" it?
I know that Click and Touch can "interfere" with one another, so I will settle for a LongClick on the labels.
Will it make any solution easier/harder if the labels were just small panels?
Last edited: