Entra:     


Forum: VirtualDJ Skins

Topic: Change postion of scratchwave Deck 2

Questo argomento è obsoleto e potrebbe contenere informazioni obsolete o errate.

How can i change the postion of the scratchwave of Deck 2 only?



XML:
<define class="songpos" classdeck="2" colorPlayed="#00a5e4" colorBass="#7a0005" colorMed="#e4000d" colorHigh="#e97f81" >
<size width="642+40" height="38"/>
<cues>
<size width="7" height="38"/>
<pos x="244" y="233"/>
<up x="887" y="1373"/>
<down x="911" y="1373"/>
<over x="864" y="1373"/>
<clipmask x="836" y="1389"/>
</cues>
</define>
 

Inviato Tue 20 Mar 18 @ 12:04 pm
What skin is that? Why only deck 2 - is it OK in deck 1? If the size (width) is OK in deck 1 then just use that same size for deck 2.
 

groovindj wrote :
What skin is that? Why only deck 2 - is it OK in deck 1? If the size (width) is OK in deck 1 then just use that same size for deck 2.




As you can see it is okay on Deck 1. But on the Deck 2 I want the songposition on the left side and the Elapsed time on the right side. The size is also okay on Deck 2, but i want to change the position.

 

So you want the right deck to be a mirror image of the left deck?

I now see from the close up image that everything else is in place - only the waveform needs to be moved left.

I will ask again - what skin is it? The code you posted doesn't contain the x and y co-ordinates of the songpos waveform, so you need to look elsewhere in the skin for that.
 

groovindj wrote :
So you want the right deck to be a mirror image of the left deck?

I now see from the close up image that everything else is in place - only the waveform needs to be moved left.

I will ask again - what skin is it? The code you posted doesn't contain the x and y co-ordinates of the songpos waveform, so you need to look elsewhere in the skin for that.


Skin is the the Thing, i want to modify it for my own use only. Yes only the waveform needs to be moved left. That was my problem that there where no x and y co-ordinates in the code. I have delete it and set it manualy, that works fine for me.

Thank you!

 

DJ-Elliot wrote :
there where no x and y co-ordinates in the code

Not in the part you quoted (that was only the class definition), but it would have been in the skin XML somewhere - the part(s) that use the definition.

 

While any decent skinner could sit and study the skin to figure out what to do, I do believe the skin creator is german, try message him, he can explain in your common tongue, which should be more instructive than 3rd parties.
 

Search in your XML file for ... class="songpos"
Except the <define> part that you found, there must be at least another skin element that will look like .. <songpos .... class="songpos"
Inside that element, there should be a <pos line where you need to edit the x="" value

If you find that and e.g.you change it from x="100" to x="50" then you also need to add 50 pixels to the <size width="" of the <define>
If the same class on the same deck is called/used in various places and changing its width affects other panels as well, you could add a <size width="" height=""/> in the <songpos> element. When a class is called, its <size> will not be used if the skin element has such a line.



 

Thank you djdad, i have found a entry with <songpos .... class="songpos", so i can change it
 

You could have a direkt contact with me; just wondering, why you don't ask me about this little modification....
Who cares, problem is solved ;o)
 



(Vecchi argomenti e forum sono automaticamente chiusi)