What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request]Help B4 I Go INSANE

[Request]Help B4 I Go INSANE
Author: Message:
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
RE: [Request]Help B4 I Go INSANE
you dont want to do it with the script... it would be better if you do it with the xml... though you could do some xml work with the script to edit it before load...

anyway here is the code to do it:
code:
<Window Id="WindowName" Version="1">
[...]
<WindowTmpl>
<BackGroundColor>
<Red>255</Red>
<Green>0</Green>
<Blue>0</Blue>
<Alpha>255</Alpha>
</BackGroundColor>
</WindowTmpl>
[...]
</Window>

that should make the window red...

also you can make a Figure Element span the whole window and make that a color...

code:
<Element xsi:type="FigureElement" Id="RectMiddleColor">
<Position Top="-1" Left="-1" Width="202" Height="202"/>
<Figure><RoundRect><Radius>0</Radius></RoundRect></Figure>
<Fill>
<PlainColor>
<Red>255</Red>
<Green>0</Green>
<Blue>0</Blue>
<Alpha>255</Alpha>
</PlainColor>
</Fill>
</Element>

that will make the window red for a 200x200 window :)


I hope this is what you wanted...

please tell me if you need the code to edit the xml before loading the window... and i will try my best for you :)

This post was edited on 10-31-2007 at 06:40 AM by NanaFreak.
10-31-2007 06:39 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request]Help B4 I Go INSANE - by waynewilson2 on 10-31-2007 at 06:11 AM
RE: [Request]Help B4 I Go INSANE - by NanaFreak on 10-31-2007 at 06:39 AM
RE: [Request]Help B4 I Go INSANE - by waynewilson2 on 10-31-2007 at 08:23 PM
RE: [Request]Help B4 I Go INSANE - by NanaFreak on 10-31-2007 at 08:37 PM
RE: [Request]Help B4 I Go INSANE - by waynewilson2 on 10-31-2007 at 08:53 PM
RE: [Request]Help B4 I Go INSANE - by RaceProUK on 10-31-2007 at 09:40 PM
RE: [Request]Help B4 I Go INSANE - by waynewilson2 on 11-01-2007 at 12:31 AM
RE: [Request]Help B4 I Go INSANE - by markee on 11-01-2007 at 12:44 AM
RE: [Request]Help B4 I Go INSANE - by waynewilson2 on 11-01-2007 at 02:33 AM
RE: [Request]Help B4 I Go INSANE - by waynewilson2 on 11-01-2007 at 05:23 AM
RE: [Request]Help B4 I Go INSANE - by NanaFreak on 11-01-2007 at 05:50 AM
RE: [Request]Help B4 I Go INSANE - by Matti on 11-01-2007 at 08:35 AM
RE: [Request]Help B4 I Go INSANE - by waynewilson2 on 11-01-2007 at 07:36 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