I have a Container
with so many Labels
added inside it. When I try to capture the pointerReleased
event in this Container
, I have found some problems. The event only is captured when I released in the free area of the Container
, no when I made the release over the Labels
. Is there any way to encapsulate this event? I mean when I will do the realase over the main Container
(instead I'm on a Label), the event must be launched.
Here you can take a look at my Container