+1
Аяқталған
z order in the code.
The stack order of wire code is set so that objects living below (lower in the code) their siblings within the main tag are behind in the Z order. If you want to bring an object to the top of the Z order, you can use an attribute called "tofront".
For example:
The blue box would be in front of the red box according to the Z order.
For example:
<panel name="red" width="10%" height="10%" ypos="200">
<panel name=blue" width="10%" height="10%">
The blue box would be in front of the red box according to the Z order.
Customer support service by UserEcho