Ingreso rápido:  

Forum: VirtualDJ Skins

Tópico: Help! error in XML code

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.


hi,,,, i need your help, I'm changing again the Skin DN-S3500 Suggestion,,, and the fragment of previous code it was this way



PREVIOUS CODE runs perfectly!!!!
--------------------------------------------------------------------------------------------------------------------
<Skin name="DN-S3500 Suggestion" version="V4" width="1024" height="768">
<copyright> VSOFT </copyright>
------------------------------------------------------------------------------------------------------------------------

Now modify the VERSION code and enable the LOGO code,,
but it leaves me the following error

"Skin File Invalid" (Error in the lines 0 in file xml)


NEW CODE
-------------------------------------------------------------------------------------------------------------------
<Skin name="DN-S3500 Suggestion" version="4" width="1024" height="768">
<copyright> VSOFT </copyright>

<logo>
<size width="0" height="17"/>
<pos x="9" y="1"/>
</logo>
-------------------------------------------------------------------------------------------------------------------
 

Mensajes Wed 15 Aug 07 @ 9:32 pm
Are you sure there is nothing in the code that is overlayed with the logo?
 

Width=0 Logo too small? there is a minimum size too from memory.
 

width=0 is the new standard.

VDJ takes the height value, and scales the logo to the correct width size.

this has been done so that Cue and VDJ logos don't look bad on skins that were initialy designed for either Cue or VDJ.
 

The new logo code is valid for V4+... what version of VDJ are you using?
 

the version is 4.2 downloaded from here web page, is the demo version but my skin denon INSPIRE run perfectly
 

whats meaning "there is nothing in the code that is overlayed with the logo" ???
 

The logo can NOT be interfered with by any other skin element. It MUST occupy an area that contains NO other information. If for example the clock crosses the area set by the logo script the skin will error.

If you wish to verify this is the problem, consider moving the logo to an unscripted area in your skin.

Mykel
 

Thank you friends for the help, the problem was that the code of the logo was on another element, i move to another side and now run perfectly, thanks
 

You are welcome. Hope you can manage to make it to Pro user soon :D
 



(Los tópicos y foros antiguos son automáticamente cerrados)