Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Grid

This topic is old and might contain outdated or incorrect information.

Code:

<rhythmzone upsidedown="no">
<size width="958" height="51"/>
<pos x="33" y="25"/>
<mask x="7" y="4375"/>
<colors chan1_active="#0095ff" chan1="#024a7d" chan2_active="#d60d1a" chan2="#8e141c"/>
<grid height="5" width="5" mainwidth="11">
<pos y1="70" y2="80"/>
</grid>
</rhythmzone>

Why I not see grid ? But if "<pos y1="less than 70">", I see grid. What's the problem?
 

Posted Tue 18 Oct 11 @ 3:15 am
<rhythmzone upsidedown="no">
<size width="958" height="51"/>
<pos x="33" y="25"/>
<mask x="7" y="4375"/>
<colors chan1_active="#0095ff" chan1="#024a7d" chan2_active="#d60d1a" chan2="#8e141c"/>
<rhythm y="25" height="40"/>
<grid height="5" width="5" mainwidth="11">
<pos y1="25+40+1" y2="25+40+1+5+1"/>
</grid>
</rhythmzone>

Your problems are:
1) You didn't told the skin how much tall your waves wanted to be (the <rythm y="" height=""/> element)
2) You can't place the grid lower than the window you defined. In other words:
Start position (vertical) = 25
Rythmview height = 51
_________________________
End of rythmview = 25+51=76
You can't place the grid lower than 76 position (vertical) and see it because it's out of bounds. Actually you have to set it in 76-5 = 71 pixels if you want to see all of it.
 

Posted Tue 18 Oct 11 @ 6:11 am
Thank you :D
 

Posted Tue 18 Oct 11 @ 6:33 am
In any case, I can't place the grid lower than 76 position ?
 

Posted Wed 19 Oct 11 @ 2:38 am
You will have to add more height... If you want your grid 2 to be in 80 position then you should change it as follows:

<rhythmzone upsidedown="no">
<size width="958" height="60"/>
<pos x="33" y="25"/>
<mask x="7" y="4375"/>
<colors chan1_active="#0095ff" chan1="#024a7d" chan2_active="#d60d1a" chan2="#8e141c"/>
<rhythm y="25" height="40"/>
<grid height="5" width="5" mainwidth="11">
<pos y1="70" y2="80"/>
</grid>
</rhythmzone>
 

Posted Wed 19 Oct 11 @ 3:39 am
Thanks :D
 

Posted Wed 19 Oct 11 @ 6:17 am


(Old topics and forums are automatically closed)