This is the error message I'm getting when trying to delete the value "%pbpm" from the v4.1 "Full" skin. Is this the way I should be editing the file to hide BPM's? That's what it seems to say in previous threads on the subject... I opened the file with notepad, saved it as an xml, put it back into the zipped "VirtualDJ" skin folder, and it gives me that error message. Should I be doing something to the file to make it compatible with VDJ? Is this the right way to get rid of the BPM counter?
Thanks!
Thanks!
Posted Thu 26 Oct 06 @ 7:00 am
That's exactly how you should edit the xml, however you cannot leave the empty value (format=""), you must either
more info: Skin SDK
e
- delete the whole <textzone> element,
- delete just the <text> definition of the element if there are multiple definitions present (i.e. <text>, <text2>, ...),
- replace it with other function (e.g. "%pitch"),
- or leave an empty space if you want "empty" text field:
example of the display on/off switch:
<text font="LCD" size="18" color="#FF0000" format=" "/>
<text2 font="LCD" size="18" color="#FF0000" format="%Ppitch%"/>
more info: Skin SDK
e
Posted Thu 26 Oct 06 @ 10:56 am
I just started getting this meeage with Vmix skin and I never tried to delete anyting.
Maybe I accidently deleted something.
What could that be that I deleted?
Cyder was looking into it.
Maybe I accidently deleted something.
What could that be that I deleted?
Cyder was looking into it.
Posted Thu 26 Oct 06 @ 12:56 pm
Thanks for the help! But still, a problem... This time I did an experiment, changing nothing at all in the file, but simply changing its name... Put it back in the zipped VirtualDJ skin folder, and poof, I get the same error message - "Invalid Skin File"... So clearly it's not something I'm changing in the file that is causing the problem. Could it be how I am editing it? I think it must be, cuz that's all I'm doing ... This is what I'm doing exactly:
1) I extracted the "VirtualDJ" folder from within the skins folder
2) I made a copy of the file "Basic", back into the zipped folder
Should I be doing something to this file to convert it back into the format it needs to be in the zipped folder? Zip it somehow? How do I do that? Or what could be causing this problem? I mean, all I'm doing now, is copying the file to a folder, then putting it back into the original folder again... Same exact file, no changes... and I'm getting this error "Invalid Skin File"... What am I doing wrong?
1) I extracted the "VirtualDJ" folder from within the skins folder
2) I made a copy of the file "Basic", back into the zipped folder
Should I be doing something to this file to convert it back into the format it needs to be in the zipped folder? Zip it somehow? How do I do that? Or what could be causing this problem? I mean, all I'm doing now, is copying the file to a folder, then putting it back into the original folder again... Same exact file, no changes... and I'm getting this error "Invalid Skin File"... What am I doing wrong?
Posted Fri 27 Oct 06 @ 4:32 am
sounds like you might have missed a line or character in the xml
If you don't want the BPM just pm me and ill edit it for you
If you don't want the BPM just pm me and ill edit it for you
Posted Fri 27 Oct 06 @ 4:59 am
No.
Listen.
I didn't change the file at all.
This is what I'm doing:
I extract the file
I re-compress it
I get an error message, and it does not work. I am not doing a damn thing to the file except extracting and re-compressing it. What the !@#$* is going on here?
Listen.
I didn't change the file at all.
This is what I'm doing:
I extract the file
I re-compress it
I get an error message, and it does not work. I am not doing a damn thing to the file except extracting and re-compressing it. What the !@#$* is going on here?
Posted Fri 27 Oct 06 @ 5:05 am
Wait I got it! Nevermind, sorry for wasting all your time :) I didn't realize it, but you need a bitmap file of the same name to go with the xml file... I was changing the name of the xml without creating a bitmap file with the same name...
Posted Fri 27 Oct 06 @ 5:24 am