[DjDad Edit]
Sorry Svenino, i tried to quote and pressed the wrong button :P and i deleted your message
Your question was about to display cuenames depending which deck was selected ...
Here is the answer ...
You need to have 2 panels with visible condition
<panel panel="cuenames" id="deck1cuesSel" group="deck1cues" visible="deck 1 select">
<...dimensions and size of the area your cuenames are>
</panel>
<panel panel="cuenames" id="deck2cuesSel" group="deck1cues" visible="deck 2 select">
<...Same dimensions >
</panel>
and then have 2 textzones depending on what panel is on..
<textzone panel="deck1cuesSel" deck="1">
<size width="208" height="31"/>
<pos x="544" y="132"/>
<up x="859" y="2962"/>
<text font="arial narrow" size="29" format="%namecue1" scroll="yes" color="red"/>
</textzone>
<textzone panel="deck2cuesSel" deck="1">
<size width="208" height="31"/>
<pos x="544" y="132"/>
<up x="859" y="2962"/>
<text font="arial narrow" size="29" format="%namecue1" scroll="yes" color="blue"/>
</textzone>
Same for deck 2
Sorry Svenino, i tried to quote and pressed the wrong button :P and i deleted your message
Your question was about to display cuenames depending which deck was selected ...
Here is the answer ...
You need to have 2 panels with visible condition
<panel panel="cuenames" id="deck1cuesSel" group="deck1cues" visible="deck 1 select">
<...dimensions and size of the area your cuenames are>
</panel>
<panel panel="cuenames" id="deck2cuesSel" group="deck1cues" visible="deck 2 select">
<...Same dimensions >
</panel>
and then have 2 textzones depending on what panel is on..
<textzone panel="deck1cuesSel" deck="1">
<size width="208" height="31"/>
<pos x="544" y="132"/>
<up x="859" y="2962"/>
<text font="arial narrow" size="29" format="%namecue1" scroll="yes" color="red"/>
</textzone>
<textzone panel="deck2cuesSel" deck="1">
<size width="208" height="31"/>
<pos x="544" y="132"/>
<up x="859" y="2962"/>
<text font="arial narrow" size="29" format="%namecue1" scroll="yes" color="blue"/>
</textzone>
Same for deck 2
Posted Fri 09 Mar 12 @ 10:54 am
Thank You djdad but I give up.
I tried hours and everything is confused now.
So my cuenames stay white!
Thank You again for Your kindness.
Svenino
I tried hours and everything is confused now.
So my cuenames stay white!
Thank You again for Your kindness.
Svenino
Posted Fri 09 Mar 12 @ 5:09 pm
Just wanna say THANKS again.
Everything is fine and my Cuenames are colored.
DjDad You made it.
Everything is fine and my Cuenames are colored.
DjDad You made it.
Posted Sat 14 Apr 12 @ 3:36 am