Ingreso rápido:  

Forum: VirtualDJ Skins

Tema: What are the grey boxes called - Page: 3

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

FruitPRO InfinityMember since 2003
Of course you MUST put the menu below the button in the xml. The menu being transparent.

BUT, on top of that, you can also set a clickthrough event for buttons :

<button class="colorVisual" action="nothing" clickthrough="true" query="var '$deckA' 1">
 

Mensajes Wed 06 Aug 14 @ 5:36 pm
locoDogPRO InfinityModeratorMember since 2013
clickthrough interesting, that isn't in the wiki (*fires an internet glare at Dan*)

but... not needed this time, the Variable is always true to the deck, If it is 1, deck 1 is shown in slot A and the button will be blue (true) if it is 5 then deck 5 is shown instead and the white button will be true instead.
But very interesting thanks.
 

Mensajes Wed 06 Aug 14 @ 9:32 pm
locoDogPRO InfinityModeratorMember since 2013
So I can stomach a bit of skinning today and I fancied gridding scratch waves
So for deck 1 I have this, that works quiet nicely, but when copypasta'ing (marked in the code below) on to to deck 2 wave I can see the cues but not the grid.

<panel name="6Waves" group="BrowserSpace">
<size width="1900-2" height="374"/>
<pos x="11" y="695"/>
<scratchwave deck="1" orientation="horizontal">
<size width="2902" height="46"/>
<pos x="-1000" y="+0"/>
<overlay>
<size width="2" height="91"/>
<pos x="300" y="47"/>
<background x="1" y="1163"/>
</overlay>
</scratchwave>
{copy pasta from here}
<rhythmzone mirror="no" upsidedown="yes" fade="0">
<size width="2902" height="3"/>
<pos x="-1000" y="+0"/>
<colors deck1="#00b8ff"/>
<rhythm y="+0" height="0"/>
<cue y="+0" height="46">
<text dx="15" dy="-1" size="14" />
<mask width="12" height="46" x="942" y="1372"/>
</cue>
<grid height="12" width="3" mainwidth="5">
<pos y1="+0"/>
</grid>
</rhythmzone>
btm <rhythmzone mirror="no" upsidedown="yes" fade="0">
<size width="2902" height="3"/>
<pos x="-1000" y="+0"/>
<colors deck1="#00b8ff"/>
<rhythm y="+0" height="0"/>
<grid height="12" width="3" mainwidth="5">
<pos y1="+34"/>
</grid>
</rhythmzone>
{copy pasta to here}


This is what I've attempted for deck 2 scratch wave ( problem no visible grid) I've tried tweeking stuff here and there but I don't know where I've gone wrong.

<scratchwave deck="2" orientation="horizontal">
<size width="2902" height="46"/>
<pos x="-1000" y="+48"/>
<overlay>
<size width="2" height="91"/>
<pos x="959" y="47"/>
<background x="1" y="1163"/>
</overlay>
</scratchwave>
top <rhythmzone mirror="no" upsidedown="yes" fade="0">
<size width="2902" height="3"/>
<pos x="-1000" y="+48"/>
<colors deck2="#00b8ff"/>
<rhythm y="+0" height="0"/>
<cue y="+0" height="46">
<text dx="15" dy="-1" size="14" />
<mask width="12" height="46" x="942" y="1372"/>
</cue>
<grid height="12" width="3" mainwidth="5">
<pos y1="+0"/>
</grid>
</rhythmzone>
btm <rhythmzone mirror="no" upsidedown="yes" fade="0">
<size width="2902" height="3"/>
<pos x="-1000" y="+0"/>
<colors deck2="#00b8ff"/>
<rhythm y="+0" height="0"/>
<grid height="12" width="3" mainwidth="5">
<pos y1="+34"/>
</grid>
</rhythmzone>
 

Mensajes Wed 27 Aug 14 @ 6:54 am
have you try with y2 instead of y1
 

Mensajes Wed 27 Aug 14 @ 10:16 am
locoDogPRO InfinityModeratorMember since 2013
Thanks very much jmf28, that's put me back on to the path of progress.
 

Mensajes Wed 27 Aug 14 @ 11:12 am


(Los tópicos y foros antiguos son automáticamente cerrados)