Quick Sign In:  

Forum: VirtualDJ Skins

Topic: some help changing color

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

if one of you guys with experience skinning could help me out it would be great

what i want to change is the size of the text and maybe the color of the cues that show up here as in the image below
not sure if its in the xml file or i need to edit the images ... i didn't see it in the images right off.

Thanks :-)

 

Posted Sat 14 Jun 14 @ 7:24 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
You can easily change the size of the Cue name, but its not possible to change the color of it.

to change the size, open the xml of the skin with a Text editor, and search for .. rhtyhmzone

You will probably find a bunch of groups starting with <rhtyhmzone ...> and ending with <rhythmzone>
I would suggest to edit them all in order yoru Cues to have the same size in all views.

<panel id="defaultwave" group="waveform" visible="yes" >
<rhythmzone mirror="false" upsidedown="false" fade="200">
<pos x="+0" y="+0"/>
<size width="1182" height="92"/>
<colors deck1="#007097" deck2="#8c0709" deck1_active="#009fd2" deck2_active="#cd0f10" />
<rhythm y="+0" height="75"/>
<grid height="6" width="6" maxwidth="10">
<pos y1="+79" y2="+85"/>
</grid>
<cue y="+0" height="92">
<text dx="15" dy="-1" size="14" /> <------------------- This is what you need to change ..e.g. from 14 to 16 or higher.
<mask width="12" height="92" x="942" y="1372"/>
</cue>
<overlay>
<size width="2" height="91"/>
<pos x="959" y="47"/>
<background x="1" y="1163"/>
</overlay>
</rhythmzone>
</panel>
 

Posted Sat 14 Jun 14 @ 8:03 pm
thanks appreciate that worked like a charm :-)
 

Posted Sat 14 Jun 14 @ 8:18 pm


(Old topics and forums are automatically closed)