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:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
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 ^o)
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. :P
* 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! :P)

This post was edited on 03-17-2008 at 05:36 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-17-2008 05:35 PM
Profile E-Mail PM Web Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
29 / Male / Flag
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.. :P
03-17-2008 05:57 PM
Profile PM Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
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...)
[Image: Empty.png]
03-19-2008 09:26 PM
Profile PM Web Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
29 / Male / Flag
Joined: Jul 2007
O.P. RE: [Help] Wrong Skin Trace errors
Well, here I am again :S

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
Profile PM Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
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)
[Image: Empty.png]
03-22-2008 12:36 PM
Profile PM Web Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
29 / Male / Flag
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 :P

EDIT:: Here you are..

.txt File Attachment: msgres_4004_920 - kopie (2).txt (36.87 KB)
This file has been downloaded 283 time(s).

This post was edited on 03-22-2008 at 12:43 PM by SmokingCookie.
03-22-2008 12:41 PM
Profile PM Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: [Help] Wrong Skin Trace errors
try replacing <*PlusSkin Conditions(ShowBuzzBtn = true) *> for <*PlusSkin Conditions(ShowBuzzBtn = true)*>
[Image: Empty.png]
03-22-2008 01:00 PM
Profile PM Web Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
29 / Male / Flag
Joined: Jul 2007
O.P. RE: [Help] Wrong Skin Trace errors
Thanx man :D

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
Profile PM Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: [Help] Wrong Skin Trace errors
quote:
Originally posted by SmokingCookie
Thanx man :D

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! =) )
[Image: Empty.png]
03-22-2008 01:54 PM
Profile PM Web Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
29 / Male / Flag
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 :P

This post was edited on 03-22-2008 at 02:01 PM by SmokingCookie.
03-22-2008 01:59 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