Quick Sign In:  

Forum: VirtualDJ Skins

Topic: skin vdj 8 copy code help.

Dieses Thema ist veraltet und kann veraltete oder falsche Informationen enthalten.

hey i want to change this browser ddj sx

code <!-- BROWSER -->
<browser visibility="var '$browser' 0">
<size width="1900-2" height="404+35-31+138"/>
<pos x="11" y="665-35+31-138"/>
</browser>
<browser visibility="var '$browser' 1">
<size width="1900-2" height="404+35-31+138+210"/>
<pos x="11" y="665-35+31-138-210"/>
</browser>

</Skin>
to this one


the code is ****************** BROWSER *******************************************************
<browser toolbar="yes" effects="yes" >
<size width="1894" height="512" />
<pos x="14" y="556"/>
<colors background="black">
<toolbars background="#171717" text="ffffff" iconbackground="black" border="#2E2E2E" />
<lists background="black" stripes="#1E1D20" over="#ff0040" overstripes="#ff0040" selected="#4D3F08" focus="#1c40cd" text="#ffffff" overtext="#ffffff" selectedtext="ffffff" focustext="white" automix="#2E2E2E" livefeedback="red" download="#2E2E2E" scan="#990D03" button="#525151" buttonover="white" buttonselected="#1a2aff" buttonactive="#0a3af9" insert="red" />
<grids background="#171717" over="#ff0040" selected="#4D3F08" focus="#8A7213" text="#ffffff" overtext="#FCF6C2" selectedtext="#FCF6C2" focustext="white" stripes="#2E2E2E" overstripes="#ff0040" selectedstripes="#4D3F08" focusstripes="#4D3F08" label="white" />
<columns background="#2E2E2E" text="#B2B3B3" />
<scrollbars background="#2E2E2E" button="white" />
<info background="black" stripes="#1E1D20" text="#ffffff" label="#B2B3B3" artist="#FCF6C2" title="#FCF6C2" />
<search background="black" border="#2E2E2E" selected="#585858" text="white" cursor="red" />
<prelisten background="black" border="#2E2E2E" selected="#2E2E2E" cursor="white" button="#2E2E2E" buttonbackground="#638563" buttonselected="#039E03" />
</colors>
<font size="20" />
<fontheader size="20" />
<fontgridtitle size="20" />
</browser>

how i need to copy the code? i tried couple times and its didn't works for me.
 

geposted Thu 24 Jul 14 @ 5:51 am
djdadPRO InfinityDevelopment ManagerMember since 2005
You just need to copy the code starting from <colors and ending to </colors> and paste to both the <browser> elements of the skin between the <pos ans the </browser> line.
so ..
<browser visibility="var '$browser' 0">
<size width="1900-2" height="404+35-31+138"/>
<pos x="11" y="665-35+31-138"/>
<-------- here
</browser>
<browser visibility="var '$browser' 1">
<size width="1900-2" height="404+35-31+138+210"/>
<pos x="11" y="665-35+31-138-210"/>
<--------------------- and here
</browser>
 

geposted Thu 24 Jul 14 @ 8:12 am
i try to copy the code as you said and this in the result

this is the code after

<!-- BROWSER -->
<browser visibility="var '$browser' 0">
<size width="1900-2" height="404+35-31"/>
<pos x="11" y="665-35+31"/>
</colors>
<colors background="black">
<toolbars background="#171717" text="ffffff" iconbackground="black" border="#2E2E2E" />
<lists background="black" stripes="#1E1D20" over="#ff0040" overstripes="#ff0040" selected="#4D3F08" focus="#1c40cd" text="#ffffff" overtext="#ffffff" selectedtext="ffffff" focustext="white" automix="#2E2E2E" livefeedback="red" download="#2E2E2E" scan="#990D03" button="#525151" buttonover="white" buttonselected="#1a2aff" buttonactive="#0a3af9" insert="red" />
<grids background="#171717" over="#ff0040" selected="#4D3F08" focus="#8A7213" text="#ffffff" overtext="#FCF6C2" selectedtext="#FCF6C2" focustext="white" stripes="#2E2E2E" overstripes="#ff0040" selectedstripes="#4D3F08" focusstripes="#4D3F08" label="white" />
<columns background="#2E2E2E" text="#B2B3B3" />
<scrollbars background="#2E2E2E" button="white" />
<info background="black" stripes="#1E1D20" text="#ffffff" label="#B2B3B3" artist="#FCF6C2" title="#FCF6C2" />
<search background="black" border="#2E2E2E" selected="#585858" text="white" cursor="red" />
<prelisten background="black" border="#2E2E2E" selected="#2E2E2E" cursor="white" button="#2E2E2E" buttonbackground="#638563" buttonselected="#039E03" />
</colors>
</browser>
<browser visibility="var '$browser' 1">
<size width="1900-2" height="404+35-31+205"/>
<pos x="11" y="665-35+31-205"/>
</colors>
<colors background="black">
<toolbars background="#171717" text="ffffff" iconbackground="black" border="#2E2E2E" />
<lists background="black" stripes="#1E1D20" over="#ff0040" overstripes="#ff0040" selected="#4D3F08" focus="#1c40cd" text="#ffffff" overtext="#ffffff" selectedtext="ffffff" focustext="white" automix="#2E2E2E" livefeedback="red" download="#2E2E2E" scan="#990D03" button="#525151" buttonover="white" buttonselected="#1a2aff" buttonactive="#0a3af9" insert="red" />
<grids background="#171717" over="#ff0040" selected="#4D3F08" focus="#8A7213" text="#ffffff" overtext="#FCF6C2" selectedtext="#FCF6C2" focustext="white" stripes="#2E2E2E" overstripes="#ff0040" selectedstripes="#4D3F08" focusstripes="#4D3F08" label="white" />
<columns background="#2E2E2E" text="#B2B3B3" />
<scrollbars background="#2E2E2E" button="white" />
<info background="black" stripes="#1E1D20" text="#ffffff" label="#B2B3B3" artist="#FCF6C2" title="#FCF6C2" />
<search background="black" border="#2E2E2E" selected="#585858" text="white" cursor="red" />
<prelisten background="black" border="#2E2E2E" selected="#2E2E2E" cursor="white" button="#2E2E2E" buttonbackground="#638563" buttonselected="#039E03" />
</colors>
</browser>

</Skin>
 

geposted Fri 25 Jul 14 @ 2:15 pm
your error is after the pos
</colors>
you must drop it
 

geposted Fri 25 Jul 14 @ 2:25 pm
i did it!! :)
thanks!!!! bro
 

geposted Fri 25 Jul 14 @ 2:59 pm
salut j'aimerais avoir ce skin pofa tu j'il peux passer..
c'est mon courrier arieljahirorellanapalma2@gmail.com
 

geposted Sat 19 Nov 16 @ 7:40 am


(Alte Themen und Foren werden automatisch geschlossen)