登录:     


Forum: VirtualDJ Skins

Topic: Platter Problems......... - Page: 1

由于该帖子的部分内容已年深日久,可能包含陈旧过时或描述错误的信息。

Ok so I have my skin updated for 8 but Im having 1 last problem. I have white platter but the text thats on the platters (time, range,bpm & key) aren't showing. If you look at the picture you can see the numbers when the needle passes over them,





Can someone please tell me how to fix this??

One more thing, Im on a Mac yet the same skin works fine on my PC..........Thanks for the time and info
 

发表时间 Fri 06 Jun 14 @ 1:10 am
Have you checked the font color? For me it looks like if it is set to white...
 

Yup, changed it to black and still nothing. Like I said the same skin works on my PC but this is only happening on my Mac.
 

Huey,

Had a quick look at your XML an it looks like it is a layering issue.

Remember that version 8 will layer the items as they are written in XML. At the moment your patter/rotation appears AFTER your text. So your text is going to be placed under the platter. Hence when you can only see it when a mask passes over it.

Try re-ordering it and place the rotation BEFORE the text.
 

Ok I'll try it out when I get home.

Thanks Dan!!

Also got the Rythum wave fixed last night.
 

Good stuff - i saw your skype message so didn't sorry too much. ;-)
 

Well I tried switching things around and they still don't show up on top.

Anything else I can try??
 

what is the name of your skin?
 

Ill have a look later buddy.

Might be to do with the image and how the on/off etc and no clipmask work in 8.
 

The weird part is, it works fine on my PC. The XML on my PC I haven't made any changes to and it works just fine.
 

Ok heres the code Im using,

------------------------time--------------------------------------

<textzone deck="1">
<size width="78" height="23"/>
<pos x="361" y="149"/>
<text font="arial" size="20" color="#000000" weight="bold" align="center" format="%Pspent"></text>
<text2 font="arial" size="20" color="#FFFFFF" weight="bold" align="center" format="%Pspent"></text2>
<text3 font="arial" size="20" color="#BBBBBB" weight="bold" align="center" format="%Pspent"></text3>
</textzone>

<textzone deck="1">
<size width="78" height="23"/>
<pos x="361" y="222"/>
<text font="arial" size="20" color="#000000" weight="bold" align="center" format="%Pleft"></text>
<text2 font="arial" size="20" color="#FFFFFF" weight="bold" align="center" format="%Pleft"></text2>
<text3 font="arial" size="20" color="#BBBBBB" weight="bold" align="center" format="%Pleft"></text3>
</textzone>

<textzone deck="2">
<size width="78" height="23"/>
<pos x="842" y="148"/>
<text font="arial" size="20" color="#000000" weight="bold" align="center" format="%Pspent"></text>
<text2 font="arial" size="20" color="#FFFFFF" weight="bold" align="center" format="%Pspent"></text2>
<text3 font="arial" size="20" color="#BBBBBB" weight="bold" align="center" format="%Pspent"></text3>
</textzone>

<textzone deck="2">
<size width="78" height="23"/>
<pos x="843" y="222"/>
<text font="arial" size="20" color="#000000" weight="bold" align="center" format="%Pleft"></text>
<text2 font="arial" size="20" color="#FFFFFF" weight="bold" align="center" format="%Pleft"></text2>
<text3 font="arial" size="20" color="#BBBBBB" weight="bold" align="center" format="%Pleft"></text3>
</textzone>

--------------------ROTACION------------------------
<scratch deck="1">
<size width="155" height="155"/>
<pos x="322" y="119"/>
<mousemask x="477" y="1657"/>
</scratch>

<visual deck="1" type="rotation" source="get rotation" >
<size width="155" height="155"/>
<pos x="322" y="118"/>
<down x="164" y="1826"/>
<clipmask x="8" y="1825"/>WW
</visual>

<songpos deck="1" orientation="circle" waveform="no" >
<size width="155" height="155"/>
<pos x="322" y="117"/>
<selected x="165" y="1656"/>
<clipmask x="9" y="1656"/>
<mousemask x="9" y="1656"/>
<up x="322" y="117"></up>
</songpos>

<scratch deck="2">
<size width="155" height="155"/>
<pos x="804" y="119"/>
<mousemask x="477" y="1657"/>
</scratch>

<visual deck="2" type="rotation" source="get rotation">
<size width="155" height="155"/>
<pos x="804" y="118"/>
<down x="164" y="1826"/>
<clipmask x="8" y="1825"/>WW
</visual>

<songpos deck="2" orientation="circle" waveform="no" >
<size width="155" height="155"/>
<pos x="804" y="117"/>
<selected x="165" y="1656"/>
<clipmask x="9" y="1656"/>
<mousemask x="9" y="1656"/>
<up x="804" y="117"></up>
</songpos>


Is there anything anyone can see is wrong??
 

Ok Im pretty sure it has something to do with this,

<visual deck="1" type="rotation" source="get rotation" >
<size width="155" height="155"/>
<pos x="322" y="118"/>
<down x="164" y="1826"/>
<clipmask x="8" y="1825"/>WW
</visual>


The size/position are the platters up top,
the down is all black square
the clip mask is a white square with a black needle on it.
 

Clipmasks and masks in general should not be used in version 8. Instead, simply draw the part that you need to rotate with transparency.
 

I don really think that's problem as it works fine on my PC.

This is a Mac problem. And I'm not even sure I understand what your saying when you say draw it with transparency??
 

Ok heres the same skin on the PC side with absolutely nothing changed,



Something is not right on the Mac side................
 

Anyone wanna take a shot??
 

Again, dont try to think like we used to skin with version 7. Even if its a bug on the Mac side, i dont think the Dev Team will spend time at the moment to take a look.
As said previously, dont use masks. Simply draw the elements with transparent background, so have one that will look like a ring (for the circular songposition), and another one with the rotated marker. Make sure the rotation part is after the textzones in the xml and you will be fine.
 

Well I guess I'll figure it out...... Can I get an exampl???
 

Can I PLEASE get an example of the code??
 

I've run into the same issue on a skin I've just modified for a Pro Member.

Same style jogs with text on them. Everything works fine on PC, but on his Mac there's no text.

I did try the new transparency method when I first started the modification, but couldn't even get the jogs to appear.
 

80%