Quick Sign In:  

Forum: VirtualDJ Skins

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

Dieser Teil des Themas ist veraltet und kann veraltete oder falsche Informationen enthalten

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
 

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

geposted Fri 06 Jun 14 @ 1:31 am
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.
 

geposted Fri 06 Jun 14 @ 6:30 am
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.
 

geposted Fri 06 Jun 14 @ 8:17 am
Ok I'll try it out when I get home.

Thanks Dan!!

Also got the Rythum wave fixed last night.
 

geposted Fri 06 Jun 14 @ 8:30 am
Good stuff - i saw your skype message so didn't sorry too much. ;-)
 

geposted Fri 06 Jun 14 @ 8:31 am
Well I tried switching things around and they still don't show up on top.

Anything else I can try??
 

geposted Sat 07 Jun 14 @ 5:26 pm
what is the name of your skin?
 

geposted Sat 07 Jun 14 @ 10:18 pm
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.
 

geposted Sun 08 Jun 14 @ 2:46 am
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.
 

geposted Sun 08 Jun 14 @ 12:40 pm
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??
 

geposted Sun 08 Jun 14 @ 3:11 pm
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.
 

geposted Sun 08 Jun 14 @ 4:32 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
Clipmasks and masks in general should not be used in version 8. Instead, simply draw the part that you need to rotate with transparency.
 

geposted Sun 08 Jun 14 @ 4:52 pm
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??
 

geposted Sun 08 Jun 14 @ 7:16 pm
Ok heres the same skin on the PC side with absolutely nothing changed,



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

geposted Sun 08 Jun 14 @ 8:23 pm
Anyone wanna take a shot??
 

geposted Mon 09 Jun 14 @ 11:00 am
djdadPRO InfinityDevelopment ManagerMember since 2005
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.
 

geposted Mon 09 Jun 14 @ 3:10 pm
Well I guess I'll figure it out...... Can I get an exampl???
 

geposted Mon 09 Jun 14 @ 4:07 pm
Can I PLEASE get an example of the code??
 

geposted Mon 09 Jun 14 @ 6:35 pm
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.
 

geposted Fri 19 Sep 14 @ 8:26 am
80%