Ok, let’s say i have a frame (FRAME A), and another frame (FRAME B) and A is the parent of B. Is there a way such that B is drawn before frame A? I have tried fiddeling with Z-Indexes, but to no avail. For my reasons, A MUST be the parent of B.
As you can see, the transparent clone (B) of A is drawn on top even though the Z-index is lower than that of A.