I have a second panel (semi-transparent and invisible) in layout that works like a custom dialog.
When I click in button1 (in the main panel) of the second panel is made visible.
I want that the second panel works like a modal panel, but if I click in the label in second panel, the event of button2 (in main panel) is consumed.
How I can fix it?
The project example is in attached.
Thanks in advance for any tips.
When I click in button1 (in the main panel) of the second panel is made visible.
I want that the second panel works like a modal panel, but if I click in the label in second panel, the event of button2 (in main panel) is consumed.
How I can fix it?
The project example is in attached.
Thanks in advance for any tips.