Hey!
I know we don't have a z-index option but we handle that with the "bring-to-front" option on the designer. I am going to use "z-index" term to talk about this problem, so it should be clear to understand.
So, i have 2 panels on the same screen and one of them shows up only if i click a button.
Panel01 - zindex = 0 ( always visible )
Panel02 - zindex = 1 ( visible if i click a button on panel01 )
I am using Panel02 as the first control on Views Tree. In this list, it is above Panel01.
Using the designer window, i used "bring-to-front" on the Panel02, so it is over Panel01, higher level on z-index.
The problem is that i have a button in the panel01, and when i turn panel02 visible, over panel01, i still can click the panel01 button, it is catching clicks even with a panel02 over it.
Is it normal? Like fixed clicks coordinates on the screen, no matter if you have "layers".
I hope you guys can understand the problem.
Thanks!
I know we don't have a z-index option but we handle that with the "bring-to-front" option on the designer. I am going to use "z-index" term to talk about this problem, so it should be clear to understand.
So, i have 2 panels on the same screen and one of them shows up only if i click a button.
Panel01 - zindex = 0 ( always visible )
Panel02 - zindex = 1 ( visible if i click a button on panel01 )
I am using Panel02 as the first control on Views Tree. In this list, it is above Panel01.
Using the designer window, i used "bring-to-front" on the Panel02, so it is over Panel01, higher level on z-index.
The problem is that i have a button in the panel01, and when i turn panel02 visible, over panel01, i still can click the panel01 button, it is catching clicks even with a panel02 over it.
Is it normal? Like fixed clicks coordinates on the screen, no matter if you have "layers".
I hope you guys can understand the problem.
Thanks!