In the performance skin i see this line in the XML file;
<panel group="fullwave_right" visibility="not deck 4 rightdeck">
What does "not deck 4 rightdeck" mean? This isn`t a simple query like explained as loop / play.
Is it linked to this button action?
<button action="deck 4 rightdeck & deck 4 select" condition="var_not_equal '@$4decks' 0">
<pos x="+810-34-10" y="+1"/>
<size width="24" height="80-2"/>
<off color="padbuttonselected" shape="square" border="deckcolorbright" border_size="1"/>
<text fontsize="13" color="texton" align="center" text="B"/>
</button>
Marcel
<panel group="fullwave_right" visibility="not deck 4 rightdeck">
What does "not deck 4 rightdeck" mean? This isn`t a simple query like explained as loop / play.
Is it linked to this button action?
<button action="deck 4 rightdeck & deck 4 select" condition="var_not_equal '@$4decks' 0">
<pos x="+810-34-10" y="+1"/>
<size width="24" height="80-2"/>
<off color="padbuttonselected" shape="square" border="deckcolorbright" border_size="1"/>
<text fontsize="13" color="texton" align="center" text="B"/>
</button>
Marcel
Posted Sat 21 Feb 26 @ 3:48 pm
It means if deck 4 is the right deck (by default deck 2 is the right deck) this panel will not show.
So if the button is pressed in your 2nd example code, the panel in your first will not be visible.
So if the button is pressed in your 2nd example code, the panel in your first will not be visible.
Posted Sat 21 Feb 26 @ 4:00 pm





