What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [suggestion] dynamic skin

[suggestion] dynamic skin
Author: Message:
Jarrod
Veteran Member
*****

Avatar
woot simpson

Posts: 1304
Reputation: 20
– / Male / Flag
Joined: Sep 2006
O.P. RE: [suggestion] dynamic skin
so is this valid code?
code:
<SkinInfo Version="1.1">
    <Information>
        <Name>my skin</Name>
        <Description>a skin created with Jarrod's skin customiser, based on open live</Description>
        <AboutUrl>website</AboutUrl>
        <Version>1.5</Version>
        <Screenshot>
            <File>shot.png</File>
        </Screenshot>
    <Compatibility>
         <MsgVersion Major="8" Minor="5/>
    </Compatibility>
    </Infomation>
<Options>
<Messenger>
<ResetUserColour/>
</Messenger><PlusSkin>
    ResGroup>
        <PlusVersion Major="4" Minor"60"/>
        <InterfaceDir>PlusWindows</InterfaceDir>
</ResGroup>
</PlusSkin>
</SkinInfo>


sneak peak at source code
code:
def header():
    version = "1.1"
    name = "my skin"
    des = "a skin created with Jarrod's skin customiser, based on open live"
    website = "website"
    version_info = "1.5"
    screenshot = "shot.png"
    compat_maj = "8"
    compat_mi = "5"
    nfo1 = '<SkinInfo Version="' + version + '">\n\t<Information>\n\t\t<Name>' + name +'</Name>'
    nfo2 = '\n\t\t<Description>' + des + '</Description>\n\t\t<AboutUrl>' + website + '</AboutUrl>'
    nfo3 = '\n\t\t<Version>' + version_info + '</Version>\n\t\t<Screenshot>\n\t\t\t<File>' + screenshot + '</File>\n\t\t</Screenshot>'
    nfo4 = '\n\t<Compatibility>\n\t\t <MsgVersion Major="'+ compat_maj + '" Minor="' + compat_mi + '/>' + '\n\t</Compatibility>\n    '
    nfo5 = '</Infomation>'
    nfo = nfo1 + nfo2 + nfo3 + nfo4 + nfo5
   
    return nfo


to make it eaiser to skin wlm 9 do we have full lists of skinable elements, so i can map the list in python?

This post was edited on 09-15-2008 at 09:32 AM by Jarrod.

[Image: 5344.png]
[Image: sig.png]

A.k.a. The Glad Falconer














09-15-2008 09:13 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[suggestion] dynamic skin - by Jarrod on 09-14-2008 at 10:41 AM
RE: [suggestion] dynamic skin - by Spunky on 09-14-2008 at 12:05 PM
RE: [suggestion] dynamic skin - by aNILEator on 09-14-2008 at 12:27 PM
RE: [suggestion] dynamic skin - by Willz on 09-14-2008 at 12:51 PM
RE: [suggestion] dynamic skin - by Basilis on 09-14-2008 at 01:08 PM
RE: [suggestion] dynamic skin - by Jarrod on 09-15-2008 at 06:43 AM
RE: [suggestion] dynamic skin - by Spunky on 09-15-2008 at 08:35 AM
RE: [suggestion] dynamic skin - by Jarrod on 09-15-2008 at 09:13 AM
RE: RE: [suggestion] dynamic skin - by Willz on 09-15-2008 at 09:38 AM
RE: [suggestion] dynamic skin - by Jarrod on 09-15-2008 at 10:11 AM
RE: [suggestion] dynamic skin - by Jarrod on 09-17-2008 at 06:13 AM
RE: [suggestion] dynamic skin - by NanaFreak on 09-17-2008 at 06:16 AM
RE: [suggestion] dynamic skin - by Jarrod on 09-17-2008 at 06:20 AM
RE: [suggestion] dynamic skin - by Willz on 09-18-2008 at 01:29 AM
RE: [suggestion] dynamic skin - by Jarrod on 09-18-2008 at 02:03 AM
RE: [suggestion] dynamic skin - by Willz on 09-18-2008 at 02:31 AM
RE: [suggestion] dynamic skin - by Basilis on 09-23-2008 at 03:07 PM
RE: [suggestion] dynamic skin - by Spunky on 09-23-2008 at 03:24 PM
RE: [suggestion] dynamic skin - by Basilis on 09-23-2008 at 03:26 PM


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