Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Grunge Hardy {Skin} - Page: 4

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

groovindj wrote :
I'm thinking maybe you could draw a visual (a dark rectangle) in that space before placing the songpos code. That should hide the cover!


Okay, I found the section of code that is causing the issue. If I move the Cover Art code above the code I've pasted below, then you don't see the corners. Is it safe to move this entire code to the bottom or past the section of the jogwheel code in question without causing any issues with the skin later on?

<cover x="242" y="47">
<size width="90" height="90"/>
</cover>

<group name="deck" x="242" y="144">

<group name="title" x="+0" y="+0">
<visual>
<pos x="+0" y="+0"/>
<size width="515" height="129"/>
<off x="1112" y="1576"/>
</visual>

<button action="file_info" rightclick="file_info">
<pos x="+5" y="+9"/>
<size width="352" height="25"/>
<text size="25" color="#E1E1E1" weight="bold" format="%Title"/>
<text2 size="25" color="#E1E1E1" weight="bold" scroll="yes" format="`get loaded_song 'bitrate'`"/>
</button>

<textzone>
<pos x="+5" y="+10+25"/>
<size width="352" height="22"/>
<text size="22" color="#00b8ff" weight="bold" scroll="yes" format="%Author"/>
<text2 size="22" color="#E1E1E1" weight="bold" format="%Album"/>
</textzone>


<textzone>
<pos x="+5" y="+64"/>
<size width="26" height="15"/>
<text size="12" color="#A0A0A0" align="center" format="COM"/>
</textzone>


<textzone>
<pos x="+5+26" y="+60"/>
<size width="112" height="22"/>
<text size="17" color="#E1E1E1" align="left" scroll="no" format="`get loaded_song 'comment'`"/>
</textzone>


<textzone>
<pos x="+169" y="+64"/>
<size width="26" height="15"/>
<text size="12" color="#A0A0A0" align="center" format="GNR"/>
</textzone>


<textzone>
<pos x="+198" y="+60"/>
<size width="81" height="22"/>
<text size="17" color="#E1E1E1" align="left" scroll="no" format="`get loaded_song 'genre'`"/>
</textzone>

<textzone>
<pos x="+287" y="+64"/>
<size width="26" height="15"/>
<text size="12" color="#A0A0A0" align="center" format="YEAR"/>
</textzone>


<textzone>
<pos x="+318" y="+60"/>
<size width="37" height="22"/>
<text size="17" color="#E1E1E1" align="left" scroll="no" format="`get loaded_song 'year'`"/>
</textzone>


<textzone>
<pos x="+5+176" y="+60"/>
<size width="176" height="22"/>
<text size="18" color="#E1E1E1" align="left" scroll="yes" format=""/>
</textzone>

<textzone>
<pos x="+5+176+140" y="+60"/>
<size width="90" height="22"/>
<text size="18" color="#E1E1E1" align="left" scroll="yes" format=""/>
</textzone>
<textzone action="edit_bpm" visibility="masterdeck">
<Tooltip>BPM\nClick to Open BPM Editor\nColor indicates if this deck is Master Deck</Tooltip>
<pos x="+364" y="+7"/>
<size width="90" height="30"/>
<text size="32" color="#00B8FF" align="right" weight="bold" format="%Pbpmex"/>
</textzone>
<textzone action="edit_bpm" visibility="not masterdeck">
<Tooltip>BPM\nClick to Open BPM Editor\nColor indicates if this deck is Master Deck</Tooltip>
<pos x="+364" y="+7"/>
<size width="90" height="30"/>
<text size="32" color="#E1E1E1" align="right" weight="bold" format="%Pbpmex"/>
</textzone>

<textzone>
<pos x="+428" y="+5+30"/>
<size width="26" height="11"/>
<text size="12" color="#908F8D" align="right" weight="bold" format="BPM"/>
</textzone>

<button action="beat_tap" rightclick="edit_bpm">
<pos x="+466" y="+10"/>
<tooltip>TAP BEAT\n tap once to set downbeat, tap multiple times to manually set bpm</tooltip>
<size width="43" height="29"/>
<on x="447" y="1088"/>
<off x="399" y="1088"/>
<over x="399" y="1120"/>
<text size="14" weight="bold" color="#E1E1E1" align="center" format="TAP"/>
</button>

<textzone>
<pos x="+361" y="+64"/>
<size width="37" height="15"/>
<text size="12" color="#A0A0A0" align="center" format="GAIN"/>
</textzone>


<textzone>
<pos x="+361" y="+43"/>
<size width="37" height="15"/>
<text size="12" color="#E1E1E1" align="center" format="lvl"/>
</textzone>


<textzone>
<pos x="+361+37" y="+43"/>
<size width="37" height="15"/>

<text size="18" color="#A0A0A0" align="left" format="%level"/>
</textzone>

<textzone>
<pos x="+361+37" y="+63"/>
<size width="37" height="15"/>
<text size="18" color="#E1E1E1" align="left" format="%Plevel"/>

</textzone>

<textzone>
<pos x="+433" y="+64"/>
<size width="31" height="15"/>
<text size="12" color="#A0A0A0" align="center" format="KEY"/>
</textzone>
<textzone>
<pos x="+433+31" y="+63"/>
<size width="32" height="15"/>
<text size="18" color="#E1E1E1" align="left" action="get_harmonic"/>
<text size="18" color="#E1E1E1" align="left" action="get_key"/>
<text size="18" color="#E1E1E1" align="left" action="get_key_modifier"/>
</textzone>

<textzone>
<pos x="+433+31" y="+43"/>
<size width="32" height="15"/>

<text size="18" color="#E1E1E1" align="right" format="%Pkeyoffset"/>
</textzone>

<button action="load_deck_set" rightclick="save_deck_set">
<pos x="+433+32+32" y="+64"/>
<tooltip>Load Deck Sets (Right Click to Save)</tooltip>
<size width="13" height="13"/>
<down x="204" y="1348"/>
<up x="204" y="1348"/>
</button>

<songpos class="songpos_blue">
<pos x="+2" y="+89"/>
<size width="511" height="38"/>
</songpos>

</group>
 

Posted Fri 23 Jan 15 @ 2:39 pm
Anyone know a quick code to allow me to draw a square over the song position area? I have the square in the png file but don't know how to put the XML code into the skin. Any assistance would be greatly appreciated. Thanks in advance for your kind help.
 

Posted Mon 26 Jan 15 @ 5:59 am
FruitPRO InfinityMember since 2003
<visual type="color" source="constant '#252525'" tooltip="">
<pos x="+2" y="+89"/>
<size width="511" height="38"/>
</visual>

<visual tooltip="">
<pos x="+2" y="+89"/>
<size width="511" height="38"/>
<up x="" y=""/> <----------------------------------- link to your pic
</visual>
 

Posted Mon 26 Jan 15 @ 9:40 am
Fruit wrote :
<visual type="color" source="constant '#252525'" tooltip="">
<pos x="+2" y="+89"/>
<size width="511" height="38"/>
</visual>

<visual tooltip="">
<pos x="+2" y="+89"/>
<size width="511" height="38"/>
<up x="" y=""/> <----------------------------------- link to your pic
</visual>


Is there anything you don't know? =) Appreciate this my man. Thanks for all your help -- I will give it a go.
 

Posted Thu 29 Jan 15 @ 5:57 am


(Old topics and forums are automatically closed)