Hello.
I have 3 panels. On each one there are many buttons.
At start panel1 is visible and the other two are set to not visible.
When I press a button on panel1, panel2 is shown (visible=true) and panel1.visible set to false.
Even if I set panel1.enabled = False the buttons in the panel1 are still working even if are not visible.
If I show the panel3 and hide the other two all the buttons in panel1 and panel2 are still working...
What am I doing wrong?
Thank you for your help
I have 3 panels. On each one there are many buttons.
At start panel1 is visible and the other two are set to not visible.
When I press a button on panel1, panel2 is shown (visible=true) and panel1.visible set to false.
Even if I set panel1.enabled = False the buttons in the panel1 are still working even if are not visible.
If I show the panel3 and hide the other two all the buttons in panel1 and panel2 are still working...
What am I doing wrong?
Thank you for your help