What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [Help] Wrong Skin Trace errors

Pages: (6): « First « 1 2 [ 3 ] 4 5 6 » Last »
[Help] Wrong Skin Trace errors
Author: Message:
Volv
Skinning Contest Winner
*****

Avatar

Posts: 1233
Reputation: 31
34 / Male / Flag
Joined: Oct 2004
RE: [Help] Wrong Skin Trace errors
You should be using '\' in SkinInfo.xml for all local file paths.

This post was edited on 03-09-2008 at 12:48 PM by Volv.
03-09-2008 12:43 PM
Profile PM Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
O.P. RE: [Help] Wrong Skin Trace errors
Whatever ^o)

EDIT:: Let's make a new topic titled "Discuss whether to use "/" or "\" in SkinInfo.xml" ^o)

This post was edited on 03-09-2008 at 12:49 PM by SmokingCookie.
03-09-2008 12:46 PM
Profile PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [Help] Wrong Skin Trace errors
Well, it's not a path is it? It's an markup language. ;):p
<Eljay> "Problems encountered: shit blew up" :zippy:
03-09-2008 05:05 PM
Profile PM Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: [Help] Wrong Skin Trace errors
To make it even worse... you should escape the backslash in your paths! :grin:
code:
<File>Images\\04.png</File>
This is because when you have an image called "nothing.png", the "Images\nothing.png" will be parsed as:
quote:
Images
othing.png
:P

This post was edited on 03-09-2008 at 05:44 PM by Matti.
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
03-09-2008 05:43 PM
Profile E-Mail PM Web Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [Help] Wrong Skin Trace errors
I've only seen them with single slashes. Only seen doubles in scripts
<Eljay> "Problems encountered: shit blew up" :zippy:
03-09-2008 06:02 PM
Profile PM Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
O.P. RE: RE: [Help] Wrong Skin Trace errors
quote:
Originally posted by Mattike
To make it even worse... you should escape the backslash in your paths! :grin:
code:
<File>Images\\04.png</File>
This is because when you have an image called "nothing.png", the "Images\nothing.png" will be parsed as:
quote:
Images
othing.png
:P

That is called SCRIPTING.. This sub forum is called SKINNING.
I have to admit that these two words look like each other, since both have an S as first character and they both end with "-ing", but please learn to read properly and see the difference between them ^o)

This post was edited on 03-09-2008 at 06:15 PM by SmokingCookie.
03-09-2008 06:14 PM
Profile PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [Help] Wrong Skin Trace errors
quote:
Originally posted by SmokingCookie
quote:
Originally posted by Mattike
To make it even worse... you should escape the backslash in your paths! :grin:
code:
<File>Images\\04.png</File>
This is because when you have an image called "nothing.png", the "Images\nothing.png" will be parsed as:


That is called SCRIPTING.. This sub forum is called SKINNING.
I have to admit that these two words look like each other, since both have an S as first character and they both end with "-ing", but please learn to read properly and see the difference between them ^o)

Learn to talk with a bit more respect to those superior to you ^o)
<Eljay> "Problems encountered: shit blew up" :zippy:
03-09-2008 06:54 PM
Profile PM Find Quote Report
Soardra
Junior Member
**

Avatar
The original Soaring Dragon

Posts: 35
35 / Female / Flag
Joined: Mar 2008
RE: [Help] Wrong Skin Trace errors
Also, scripting practices apply to skinning as well since it's basically using the same resources and such. The \n is because it's a code in strings for referring to a certain data set.
Ex)
code:
30=%1\nhas just signed in.
[Image: 81-0.png]
Thanks for uploading my pirate status buttons, MeEtc ^^
03-11-2008 12:49 AM
Profile E-Mail PM Web Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [Help] Wrong Skin Trace errors
quote:
Originally posted by Soardra
Also, scripting practices apply to skinning as well since it's basically using the same resources and such. The \n is because it's a code in strings for referring to a certain data set.
Ex)
code:
30=%1\nhas just signed in.


No, strings are processed and so \n is converted to a new line. Paths are not however, the path is read as it is, else the skin would be looking for files with the newline character in them for example
<Eljay> "Problems encountered: shit blew up" :zippy:
03-11-2008 02:25 PM
Profile PM Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
O.P. RE: [Help] Wrong Skin Trace errors
And the newline charater comes back in C(+(+)) and probarbly many other programming languages..
03-11-2008 02:29 PM
Profile PM Find Quote Report
Pages: (6): « First « 1 2 [ 3 ] 4 5 6 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On