Can anyone tell me what this could be?
As far as i know it could be the VDJ Logo overlaped with something. Checked No.
VDJ Logo smaller than ... checked. No
Anything else ?
PS Please i'm finishing a skin and an error list would be very usefull
As far as i know it could be the VDJ Logo overlaped with something. Checked No.
VDJ Logo smaller than ... checked. No
Anything else ?
PS Please i'm finishing a skin and an error list would be very usefull
Posted Tue 09 Jan 07 @ 12:47 am
i had this error aslo and it was because elements where overlapping ,
once i moved the logo to another place the skin worked
aslo are you using version "4" with the xml?
once i moved the logo to another place the skin worked
aslo are you using version "4" with the xml?
Posted Tue 09 Jan 07 @ 10:03 am
Found it !
Somewhere around line 400 i missed a " character.
It seems that the program counts the " characters and gives a general error 0 and not a specific line, if the number is even.
Somewhere around line 400 i missed a " character.
It seems that the program counts the " characters and gives a general error 0 and not a specific line, if the number is even.
Posted Tue 09 Jan 07 @ 11:06 am
cool , look forward to seeing your skin =)
Posted Tue 09 Jan 07 @ 11:11 am
try www.philo.de/xmledit - this xml editor will point out missing " or > etc when you save the file. It isn't perfect, as sometimes it will complain and take you to the end of the file, but you can then hit undo and redo to get to the last line you were working on. I have found this a helpful feature, and it is a free program too!
Mykel
Mykel
Posted Tue 09 Jan 07 @ 1:11 pm
Thank you all.
In about a week, a BCD2000 (1024x768) skin will be available !!!
In about a week, a BCD2000 (1024x768) skin will be available !!!
Posted Tue 09 Jan 07 @ 5:54 pm
I also got this error when I tried to comment out lines with <!-- and -->
I'm guessing that although the file looks like XML, its not real XML as comment tags should be allowed, and they have ## and # tags, which are definately not valid XML :-)
JD
I'm guessing that although the file looks like XML, its not real XML as comment tags should be allowed, and they have ## and # tags, which are definately not valid XML :-)
JD
Posted Wed 10 Jan 07 @ 9:45 pm
Techically speaking, you are right JD. The skin engine is XML BASED, therefore it appears to be XML and functions in much the same manner. The engine looks for recognised commands and will error if there are commands it cannot interpret.
I believe there to be some major work forthcoming on the skin engine in the near future.
Mykel
I believe there to be some major work forthcoming on the skin engine in the near future.
Mykel
Posted Thu 11 Jan 07 @ 3:45 pm
You also get a huge VDJ Crash when you try to load a skin that has a referation to x,y position that does not excists.
FOr example you have a bitmap 1024x5000, and a line in the xml that says x=3, y=5329.
FOr example you have a bitmap 1024x5000, and a line in the xml that says x=3, y=5329.
Posted Tue 23 Jan 07 @ 7:23 pm