[Help] Wrong Skin Trace errors |
Author: |
Message: |
Matti
Elite Member
Script Developer and Helper
Posts: 1646 Reputation: 39
32 / /
Joined: Apr 2004
|
RE: [Help] Wrong Skin Trace errors
quote: Originally posted by SmokingCookie
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
Hmm, okay, you may be right there. Seems like I have mixed up the escaping rules, e.g. escaping the double-quote character: in XML it's done with " and in scripting it's \"
Okay, you're right.
* Matti shuts his mouth.
(And there's no need to treat me like I don't know anything about it... I'm not retarded... yet! )
This post was edited on 03-17-2008 at 05:36 PM by Matti.
|
|
03-17-2008 05:35 PM |
|
|
SmokingCookie
Senior Member
Posts: 815 Reputation: 15
30 / /
Joined: Jul 2007
|
O.P. RE: RE: [Help] Wrong Skin Trace errors
quote: Originally posted by blessedguy
have you done this without changing anything??
Dunno why, it doesn't even open messenger when i use that file, and msg plus create the skintrace.txt, wich was together with the .rar file...I'll try at another pc and see if it works fine...
edit: well...it worked...in my moms pc...but still doesn't work at mine!!!
weird...ill try removing all the skins (saving them to a backup cd), reinstalling messenger, and see if that solves my problem...
?? Thhere's no SkinTrace.txt in the archive..
@Mattike: Thanx for saying that I'm right.. I almost started thinking that I was getting paranoïd..
|
|
03-17-2008 05:57 PM |
|
|
blessedguy
Skinning Contest Winner
Posts: 1762 Reputation: 25
32 / /
Joined: Jan 2008
|
RE: [Help] Wrong Skin Trace errors
Ok...I quit...it hasn't really worked...even with the same file!!!
I already restarted all the work i've lost...but at least i've got an idea on how to do it...
thanks for all your help!
(although i still think it IS really weird...)
|
|
03-19-2008 09:26 PM |
|
|
SmokingCookie
Senior Member
Posts: 815 Reputation: 15
30 / /
Joined: Jul 2007
|
O.P. RE: [Help] Wrong Skin Trace errors
Well, here I am again
code: <*PlusSkin Conditions(ShowEmoticonBtn = true) *>
<button class="HIGToolbarDropDownButton" layout=borderlayout() id=atom(emoticonbtn) cmdid=35125 AccRole=58 Tooltip=true active=mouseandkeyboard|nosyncfocus>
<ButtonIcon class="HIGToolbarDropDownIcon" contentalign=middlecenter ID=Atom(ai118)/>
<element layoutpos=right class="HIGToolbarDropDownCaret" contentalign=middlecenter ID=Atom(ai119)/>
<element layoutpos=Right contentalign=middlecenter layout=filllayout()>
<ButtonText class="HIGToolbarDropDownText" content="" contentalign=middlecenter Shortcut=1 ID=Atom(ai120)/>
</element>
</button>
</*PlusSkin*>
Gives:
code: 08/03/22 08:23:27| **** The trace has started ****
08/03/22 08:23:27| Skin: GTA IV Skin 2.40
08/03/22 08:23:27| Messenger version: 8.5.1302.1018 (nl-nl)
08/03/22 08:23:27| Messenger Plus! version: 4.60.324
08/03/22 08:23:27| Last definition file loaded: 920
08/03/22 08:23:27| DUIParserFailure: Mismatched tag 'element' 185
What's wrong with this piece of code?
This post was edited on 03-22-2008 at 08:31 AM by SmokingCookie.
|
|
03-22-2008 07:20 AM |
|
|
blessedguy
Skinning Contest Winner
Posts: 1762 Reputation: 25
32 / /
Joined: Jan 2008
|
RE: [Help] Wrong Skin Trace errors
Line 185 of your definition 920 has a mismatch...(like <element></Element>)...could you send us this file? (920 definition)
|
|
03-22-2008 12:36 PM |
|
|
SmokingCookie
Senior Member
Posts: 815 Reputation: 15
30 / /
Joined: Jul 2007
|
O.P. RE: [Help] Wrong Skin Trace errors
If you're patient enough.. I have to find out where the attachment link is
EDIT:: Here you are..
Attachment: msgres_4004_920 - kopie (2).txt (36.87 KB)
This file has been downloaded 295 time(s).
This post was edited on 03-22-2008 at 12:43 PM by SmokingCookie.
|
|
03-22-2008 12:41 PM |
|
|
blessedguy
Skinning Contest Winner
Posts: 1762 Reputation: 25
32 / /
Joined: Jan 2008
|
RE: [Help] Wrong Skin Trace errors
try replacing <*PlusSkin Conditions(ShowBuzzBtn = true) *> for <*PlusSkin Conditions(ShowBuzzBtn = true)*>
|
|
03-22-2008 01:00 PM |
|
|
SmokingCookie
Senior Member
Posts: 815 Reputation: 15
30 / /
Joined: Jul 2007
|
O.P. RE: [Help] Wrong Skin Trace errors
Thanx man
BUT!!
code: <*PlusSkin Conditions(ShowOptionsChat = true) *>
<button class="HIGToolbarButton" layout=borderlayout() id=atom(SkinBtn) cmdid=7460 AccRole=43 Tooltip=true active=mouseandkeyboard|nosyncfocus>
<ButtonIcon class="HIGToolbarIcon" contentalign=middlecenter ID=Atom(SkinBtnImg)/>
<element layoutpos=Right contentalign=middlecenter layout=filllayout()>
<ButtonText class="HIGToolbarText" content="" contentalign=middlecenter Shortcut=1 ID=Atom(SkinBtnFnt)/>
</element>
</button>
</*PlusSkin*>
Works fine...
|
|
03-22-2008 01:48 PM |
|
|
blessedguy
Skinning Contest Winner
Posts: 1762 Reputation: 25
32 / /
Joined: Jan 2008
|
RE: [Help] Wrong Skin Trace errors
quote: Originally posted by SmokingCookie
Thanx man
BUT!!
code: <*PlusSkin Conditions(ShowOptionsChat = true) *>
<button class="HIGToolbarButton" layout=borderlayout() id=atom(SkinBtn) cmdid=7460 AccRole=43 Tooltip=true active=mouseandkeyboard|nosyncfocus>
<ButtonIcon class="HIGToolbarIcon" contentalign=middlecenter ID=Atom(SkinBtnImg)/>
<element layoutpos=Right contentalign=middlecenter layout=filllayout()>
<ButtonText class="HIGToolbarText" content="" contentalign=middlecenter Shortcut=1 ID=Atom(SkinBtnFnt)/>
</element>
</button>
</*PlusSkin*>
Works fine...
well...I don't know if the code up here (that you posted) works, but at least at the skinning docs it is said that you1've got to use =true)*> [without spaces]
(p.s.:you're welcome! =) )
|
|
03-22-2008 01:54 PM |
|
|
SmokingCookie
Senior Member
Posts: 815 Reputation: 15
30 / /
Joined: Jul 2007
|
O.P. RE: [Help] Wrong Skin Trace errors
I think I (finally) have some kind of idea what to do:
code: <*PlusSkin Conditions(Option = Value)*>
(...)
</*PusSkin*>
<*PlusSkin Conditions(Option = Value) *>
(...)
</*PusSkin*>
<*PlusSkin Conditions(Option = Value)*>
(...)
</*PusSkin*>
<*PlusSkin Conditions(Option = Value) *>
(...)
</*PusSkin*>
And so on...
EDIT:: Feels fine to be welcome
This post was edited on 03-22-2008 at 02:01 PM by SmokingCookie.
|
|
03-22-2008 01:59 PM |
|
|
Pages: (6):
« First
«
1
2
3
4
[ 5 ]
6
»
Last »
|
|