What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [HELP] Creating A Custom Skinops Panel

Pages: (7): « First « 2 3 4 5 [ 6 ] 7 » Last »
[HELP] Creating A Custom Skinops Panel
Author: Message:
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: [HELP] Creating A Custom Skinops Panel
the order doesn't change anything...There's nothing about that in the Skinning docs.
[Image: Empty.png]
03-02-2008 07:28 PM
Profile PM Web Find Quote Report
Soardra
Junior Member
**

Avatar
The original Soaring Dragon

Posts: 35
35 / Female / Flag
Joined: Mar 2008
RE: RE: [HELP] Creating A Custom Skinops Panel
quote:
Originally posted by Basilis
I don't think so. I have colorize before UMs and it works fine.
XD Look closely at what he said...colorize before is the RIGHT way...you just agreed with what he said silly :P

quote:
Originally posted by blessedguy
the order doesn't change anything...There's nothing about that in the Skinning docs.
Just because it doesn't say that in the docs doesn't mean that the order doesn't matter. When they wrote the documentation they more than likely assume that you'd make it the same way as they did. They probably SHOULD have put a warning like that in there though if that was the case...

This post was edited on 03-02-2008 at 07:34 PM by Soardra.
[Image: 81-0.png]
Thanks for uploading my pirate status buttons, MeEtc ^^
03-02-2008 07:31 PM
Profile E-Mail PM Web Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: [HELP] Creating A Custom Skinops Panel
i got it right already...
just renamed directory tag
[Image: Empty.png]
03-02-2008 07:32 PM
Profile PM Web Find Quote Report
stuartbennett
Senior Member
****

Avatar

Posts: 952
Reputation: 1
43 / Male / Flag
Joined: Nov 2003
O.P. RE: [HELP] Creating A Custom Skinops Panel
yes colorize has to preceed ums it cannot be placed after them, i did pick up on a few more syntax errors, its not that he typed anything wrong just that things were not in correct sequence, the only thing i will mentions is icon 724 blessedguy tryed to put an msgvsta source in there which isnt valid on icongroups it could be done on just normal icon but not icongroup, ive taken that line out so everything works and ill leave it with you to work out how you want to fix that blessedguy.

files attached in zip file

EDIT:

glad to hear that you fixed options panel but please download the new version of the skininfo as i think youll stil have problems with the old one based on what i saw in there. hope this helps.

.zip File Attachment: ALM.zip (12.05 KB)
This file has been downloaded 123 time(s).

This post was edited on 03-02-2008 at 07:41 PM by stuartbennett.
03-02-2008 07:39 PM
Profile E-Mail PM Web Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: [HELP] Creating A Custom Skinops Panel
Are you rly sure of the 724 icon thing?? I've based on Willz skinning guide and Evo's SkinInfo.xml (BASED, NOT COPIED) and he has done in that same way...and  according to what I know...in XML, the order of the blocks doesn't change anything...Just the Order of the "families"(for example...

<a>
<b></b><d></d><c></c>
</a>

being the same as:

<a>
<b></b><c></c><d></d>
</a>
and
<a>
<b></b>
</a>

being diffrent from

<b>
<a></b>
</a>)

If it is important...patchou should have included that in the skinning docs!!


Edit...And 724 DOES HAVE msgvista source..im in vista and the change of 724 hasn't been applied...it was working tough, with the msgvista source...

Edit: I will still "fix" that though

This post was edited on 03-02-2008 at 08:04 PM by blessedguy.
[Image: Empty.png]
03-02-2008 07:57 PM
Profile PM Web Find Quote Report
stuartbennett
Senior Member
****

Avatar

Posts: 952
Reputation: 1
43 / Male / Flag
Joined: Nov 2003
O.P. RE: [HELP] Creating A Custom Skinops Panel
all i know is when i used the schema to validate the skininfo file it said that certain tags appeared where they wasnt expected, now i use xmlspy and on left hand side as you are positioned after or before a tag it tells you what text can be entered at that location and the order in which they need to be entered, i just followed that, yes i agree patchou should have put some kind of warning in the skinning documentation.

as for msgvsta thingy well you can try and see if it works, i dont doubt the image itself has a vista property as per willz skinning guide but according to the plusskin schema icongroup doesnt support it as a valiud source.
03-02-2008 08:14 PM
Profile E-Mail PM Web Find Quote Report
stuartbennett
Senior Member
****

Avatar

Posts: 952
Reputation: 1
43 / Male / Flag
Joined: Nov 2003
O.P. RE: [HELP] Creating A Custom Skinops Panel
well heres howe i did my url

quote:
            <Control xsi:type="LinkControl" Id="AboutUrl">
                <Position Top="0" Width="170" Left="280"/>
                    <TextColor>
                        <Red>255</Red>
                        <Green>255</Green>
                        <Blue>255</Blue>
                    </TextColor>
                <Caption>365 Skin: Created by UK Skins United (2007 - 2008)</Caption>
            </Control>


sey linkcontrol to AboutUrl which gets its value from your skininfo file and set caption to whatever you want the wording to be.

EDIT:

wasnt trying to double post here below is evidence of a post by blessedguy which i was expecting to be in between my last post and this one.

quote:
blessedguy has just replied to a thread which you have subscribed to at the Messenger Plus! Live Forums. This thread is titled [HELP] Creating A Custom Skinops Panel. Here is an excerpt of the message:--well...right or not, it workedwith the msgvista source, and only with the msgvista source...and...just one last question...how to put your URL in the panel??(like clickable, with the website url but showing something like "website") I've tried


that was taken from the notification email so as to what happened to the actual post i have no idea.

This post was edited on 03-02-2008 at 09:05 PM by stuartbennett.
03-02-2008 09:02 PM
Profile E-Mail PM Web Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: [HELP] Creating A Custom Skinops Panel
quote:
Originally posted by stuartbennett
well heres howe i did my url



sey linkcontrol to AboutUrl which gets its value from your skininfo file and set caption to whatever you want the wording to be.

Thks!!
But...is there anyway to remove that underlined thing from the caption??


(see attachment)

.jpg File Attachment: Capturar.JPG (10.81 KB)
This file has been downloaded 92 time(s).
[Image: Empty.png]
03-02-2008 09:07 PM
Profile PM Web Find Quote Report
stuartbennett
Senior Member
****

Avatar

Posts: 952
Reputation: 1
43 / Male / Flag
Joined: Nov 2003
O.P. RE: [HELP] Creating A Custom Skinops Panel
yes heres how i just did it on mine

quote:
            <Control xsi:type="LinkControl" Id="AboutUrl">
                <Position Top="0" Width="170" Left="280"/>
                <Attributes>
                    <Underline>Never</Underline>
                </Attributes>
                    <TextColor>
                        <Red>255</Red>
                        <Green>255</Green>
                        <Blue>255</Blue>
                    </TextColor>
                <Caption>365 Skin: Created by UK Skins United (2007 - 2008)</Caption>
            </Control>

after position you can put an attribute tag, attribute has 2 options these are

align
uderline

so i put an underline tag in, that has 3 options

always (akways underlined)
never (never underlined)
whenhot (underlined when you hover over it, otherwise not)

to acheive your desired effect choose never.
03-02-2008 09:33 PM
Profile E-Mail PM Web Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: [HELP] Creating A Custom Skinops Panel
Thanks a lot!!
[Image: Empty.png]
03-02-2008 09:38 PM
Profile PM Web Find Quote Report
Pages: (7): « First « 2 3 4 5 [ 6 ] 7 » 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