+1
Ukończony

z order in the code.

icahill (Administrator) 12 lat temu 0
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:

<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.