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

[HELP] Creating A Custom Skinops Panel
Author: Message:
stuartbennett
Senior Member
****

Avatar

Posts: 952
Reputation: 1
43 / Male / Flag
Joined: Nov 2003
O.P. RE: [HELP] Creating A Custom Skinops Panel
ok willz here you go

quote:
<?xml version="1.0" encoding="UTF-16"?>
<Interfaces xmlns="urn:msgplus:interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:msgplus:interface PlusInterface.xsd" Name="InterfaceOptions">
   
    <Window Id="WndOptions" Version="1">
        <Controls>
            <Control xsi:type="StaticControl" Id="LblInfo1">
                <Position Top="4" Width="200" Left="5" Height="15"/>
                <Color>
                    <BaseColor>
                        <Saturation>1.1</Saturation>
                        <Brightness>0.7</Brightness>
                        <Transparency>240</Transparency>
                    </BaseColor>
                </Color>
                <Font><Bold>true</Bold><Size>11</Size></Font>
                <Caption>Skin Options: 365 Skin</Caption>
            </Control>
           
            <Control xsi:type="LinkControl" Id="AboutUrl">
                <Position Top="222" Width="250" Left="5"/>
                <Caption>365 Skin: Created by UK Skins United (2007 - 2008)</Caption>
            </Control>
           
            <!-- Contact List -->
            <Control xsi:type="StaticControl" Id="lblCL">
                <Position Top="24" Width="150" Left="5"/>
                <Caption>Contact List:</Caption>
                <Font><Bold>true</Bold></Font>
            </Control>
                   
                <!-- Contact List: Remove -->                   
                <Control xsi:type="StaticControl" Id="lblCLRemove">
                    <Position Top="35" Width="150" Left="15"/>
                    <Caption>Remove:</Caption>
                </Control>
                    <Control xsi:type="CheckBoxControl" Id="RemMailBtn">
                        <Position Top="46" Width="150" Left="25"/>
                        <Caption>Mail Button</Caption>
                    </Control>
                    <Control xsi:type="CheckBoxControl" Id="RemOimBtn">
                        <Position Top="57" Width="150" Left="25"/>
                        <Caption>OIM Button</Caption>
                    </Control>
                    <Control xsi:type="CheckBoxControl" Id="RemSharedBtn1">
                        <Position Top="68" Width="150" Left="25"/>
                        <Caption>Sharing Folders Button</Caption>
                    </Control>
                    <Control xsi:type="CheckBoxControl" Id="RemSpaceBtn">
                        <Position Top="79" Width="150" Left="25"/>
                        <Caption>Spaces Button</Caption>
                    </Control>
                    <Control xsi:type="CheckBoxControl" Id="RemTodayBtn">
                        <Position Top="90" Width="150" Left="25"/>
                        <Caption>Windows Live Today Button</Caption>
                    </Control>
                    <Control xsi:type="CheckBoxControl" Id="RemDialerBtn">
                        <Position Top="101" Width="150" Left="25"/>
                        <Caption>Live Call Button</Caption>
                    </Control>
                    <Control xsi:type="CheckBoxControl" Id="RemSMSBtn">
                        <Position Top="112" Width="150" Left="25"/>
                        <Caption>SMS Button</Caption>
                    </Control>
                    <Control xsi:type="CheckBoxControl" Id="RemSearchBar">
                        <Position Top="123" Width="150" Left="25"/>
                        <Caption>Search Bar</Caption>
                    </Control>
                   
                <!-- Contact List: Add -->                   
                <Control xsi:type="StaticControl" Id="lblCLAdd">
                    <Position Top="145" Width="150" Left="15"/>
                    <Caption>Add:</Caption>
                </Control>
                    <Control xsi:type="CheckBoxControl" Id="AddSkinopsBtn">
                        <Position Top="156" Width="150" Left="25"/>
                        <Caption>Skin Options</Caption>
                    </Control>               
                   
            <!-- Conversation Windows -->
            <Control xsi:type="StaticControl" Id="lblConvo">
                <Position Top="24" Width="150" Left="180"/>
                <Caption>Conversation Windows:</Caption>
                <Font><Bold>true</Bold></Font>
            </Control>
           
                <!-- Contact List: Remove -->
                <Control xsi:type="StaticControl" Id="lblConvoRemove">
                    <Position Top="35" Width="150" Left="180"/>
                    <Caption>Remove:</Caption>
                </Control>
                    <Control xsi:type="CheckBoxControl" Id="RemInviteBtn">
                        <Position Top="46" Width="100" Left="180"/>
                        <Caption>Invite Button</Caption>
                    </Control>
                    <Control xsi:type="CheckBoxControl" Id="RemSharedBtn2">
                        <Position Top="57" Width="100" Left="180"/>
                        <Caption>Sharing Folders Button</Caption>
                    </Control>
                    <Control xsi:type="CheckBoxControl" Id="RemWebcamBtn">
                        <Position Top="68" Width="100" Left="180"/>
                        <Caption>Webcam Button</Caption>
                    </Control>
                    <Control xsi:type="CheckBoxControl" Id="RemCallBtn">
                        <Position Top="79" Width="100" Left="180"/>
                        <Caption>Call Button</Caption>
                    </Control>
                    <Control xsi:type="CheckBoxControl" Id="RemActivityBtn">
                        <Position Top="90" Width="100" Left="180"/>
                        <Caption>Activites Button</Caption>
                    </Control>
                    <Control xsi:type="CheckBoxControl" Id="RemGamesBtn">
                        <Position Top="101" Width="100" Left="180"/>
                        <Caption>Games Button</Caption>
                    </Control>
                    <Control xsi:type="CheckBoxControl" Id="RemBlockBtn">
                        <Position Top="112" Width="100" Left="180"/>
                        <Caption>Block Button</Caption>
                    </Control>
                   
            <!-- Customization -->
            <Control xsi:type="StaticControl" Id="lblCust">
                <Position Top="145" Width="150" Left="180"/>
                <Caption>Customization:</Caption>
                <Font><Bold>true</Bold></Font>
            </Control>
                <Control xsi:type="CheckBoxControl" Id="WordWheelLoc">
                    <Position Top="156" Width="150" Left="180"/>
                    <Caption>Move Word Wheel To Bottom</Caption>
                </Control>
                <Control xsi:type="StaticControl" Id="lblSTheme">
                    <Position Top="178" Width="150" Left="180"/>
                    <Caption>Choose A Theme:</Caption>
                </Control>
                <Control xsi:type="ComboBoxControl" Id="Theme">
                    <Position Top="189" Width="150" Left="180"/>
                </Control>
        </Controls>
    </Window>

</Interfaces>


ive looked through all that and cant find a single thing wrong with it, xmlspy is the only editor in all of human existance that can save as utf16 and i cant afford the £800 price tag so now what do i do? can someone write me a better editor please?

This post was edited on 02-02-2008 at 09:46 AM by stuartbennett.
02-02-2008 09:45 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[HELP] Creating A Custom Skinops Panel - by stuartbennett on 02-01-2008 at 08:16 PM
RE: [HELP] Creating A Custom Skinops Panel - by vikke on 02-01-2008 at 08:30 PM
RE: [HELP] Creating A Custom Skinops Panel - by stuartbennett on 02-01-2008 at 08:46 PM
RE: [HELP] Creating A Custom Skinops Panel - by Willz on 02-02-2008 at 12:17 AM
RE: [HELP] Creating A Custom Skinops Panel - by stuartbennett on 02-02-2008 at 09:16 AM
RE: [HELP] Creating A Custom Skinops Panel - by Willz on 02-02-2008 at 09:25 AM
RE: [HELP] Creating A Custom Skinops Panel - by stuartbennett on 02-02-2008 at 09:45 AM
RE: [HELP] Creating A Custom Skinops Panel - by Willz on 02-02-2008 at 09:50 AM
RE: [HELP] Creating A Custom Skinops Panel - by vikke on 02-02-2008 at 10:09 AM
RE: RE: [HELP] Creating A Custom Skinops Panel - by Willz on 02-02-2008 at 10:14 AM
RE: [HELP] Creating A Custom Skinops Panel - by Basilis on 02-02-2008 at 10:25 AM
RE: [HELP] Creating A Custom Skinops Panel - by Willz on 02-02-2008 at 10:32 AM
RE: [HELP] Creating A Custom Skinops Panel - by Basilis on 02-02-2008 at 10:37 AM
RE: [HELP] Creating A Custom Skinops Panel - by stuartbennett on 02-02-2008 at 10:38 AM
RE: [HELP] Creating A Custom Skinops Panel - by Basilis on 02-02-2008 at 11:14 AM
RE: [HELP] Creating A Custom Skinops Panel - by Volv on 02-02-2008 at 11:38 AM
RE: [HELP] Creating A Custom Skinops Panel - by stuartbennett on 02-02-2008 at 11:41 AM
RE: [HELP] Creating A Custom Skinops Panel - by Basilis on 02-02-2008 at 11:53 AM
RE: [HELP] Creating A Custom Skinops Panel - by Volv on 02-02-2008 at 11:53 AM
RE: [HELP] Creating A Custom Skinops Panel - by Basilis on 02-02-2008 at 12:19 PM
RE: [HELP] Creating A Custom Skinops Panel - by stuartbennett on 02-02-2008 at 12:21 PM
RE: [HELP] Creating A Custom Skinops Panel - by Basilis on 02-02-2008 at 12:28 PM
RE: [HELP] Creating A Custom Skinops Panel - by stuartbennett on 02-02-2008 at 12:30 PM
RE: [HELP] Creating A Custom Skinops Panel - by Volv on 02-02-2008 at 12:47 PM
RE: [HELP] Creating A Custom Skinops Panel - by Basilis on 02-02-2008 at 12:48 PM
RE: [HELP] Creating A Custom Skinops Panel - by stuartbennett on 02-02-2008 at 12:53 PM
RE: [HELP] Creating A Custom Skinops Panel - by Volv on 02-02-2008 at 12:54 PM
RE: [HELP] Creating A Custom Skinops Panel - by stuartbennett on 02-02-2008 at 12:58 PM
RE: [HELP] Creating A Custom Skinops Panel - by Volv on 02-02-2008 at 01:02 PM
RE: [HELP] Creating A Custom Skinops Panel - by stuartbennett on 02-02-2008 at 01:21 PM
RE: [HELP] Creating A Custom Skinops Panel - by Basilis on 02-02-2008 at 01:22 PM
RE: [HELP] Creating A Custom Skinops Panel - by stuartbennett on 02-02-2008 at 01:34 PM
RE: [HELP] Creating A Custom Skinops Panel - by Basilis on 02-02-2008 at 01:37 PM
RE: [HELP] Creating A Custom Skinops Panel - by stuartbennett on 02-02-2008 at 01:39 PM
RE: [HELP] Creating A Custom Skinops Panel - by Volv on 02-02-2008 at 01:44 PM
RE: [HELP] Creating A Custom Skinops Panel - by stuartbennett on 02-02-2008 at 01:55 PM
RE: [HELP] Creating A Custom Skinops Panel - by Basilis on 02-02-2008 at 02:09 PM
RE: [HELP] Creating A Custom Skinops Panel - by Volv on 02-02-2008 at 02:18 PM
RE: [HELP] Creating A Custom Skinops Panel - by Basilis on 02-02-2008 at 03:18 PM
RE: [HELP] Creating A Custom Skinops Panel - by Basilis on 02-02-2008 at 04:19 PM
RE: [HELP] Creating A Custom Skinops Panel - by stuartbennett on 02-02-2008 at 04:45 PM
RE: [HELP] Creating A Custom Skinops Panel - by Volv on 02-02-2008 at 05:31 PM
RE: [HELP] Creating A Custom Skinops Panel - by freak544 on 02-02-2008 at 06:06 PM
RE: [HELP] Creating A Custom Skinops Panel - by blessedguy on 03-02-2008 at 06:18 PM
RE: [HELP] Creating A Custom Skinops Panel - by Basilis on 03-02-2008 at 06:20 PM
RE: [HELP] Creating A Custom Skinops Panel - by blessedguy on 03-02-2008 at 06:22 PM
RE: [HELP] Creating A Custom Skinops Panel - by Basilis on 03-02-2008 at 06:30 PM
RE: [HELP] Creating A Custom Skinops Panel - by blessedguy on 03-02-2008 at 06:36 PM
RE: [HELP] Creating A Custom Skinops Panel - by stuartbennett on 03-02-2008 at 07:03 PM
RE: [HELP] Creating A Custom Skinops Panel - by Basilis on 03-02-2008 at 07:20 PM
RE: RE: [HELP] Creating A Custom Skinops Panel - by Soardra on 03-02-2008 at 07:31 PM
RE: [HELP] Creating A Custom Skinops Panel - by blessedguy on 03-02-2008 at 07:28 PM
RE: [HELP] Creating A Custom Skinops Panel - by blessedguy on 03-02-2008 at 07:32 PM
RE: [HELP] Creating A Custom Skinops Panel - by stuartbennett on 03-02-2008 at 07:39 PM
RE: [HELP] Creating A Custom Skinops Panel - by blessedguy on 03-02-2008 at 07:57 PM
RE: [HELP] Creating A Custom Skinops Panel - by stuartbennett on 03-02-2008 at 08:14 PM
RE: [HELP] Creating A Custom Skinops Panel - by stuartbennett on 03-02-2008 at 09:02 PM
RE: [HELP] Creating A Custom Skinops Panel - by blessedguy on 03-02-2008 at 09:07 PM
RE: [HELP] Creating A Custom Skinops Panel - by stuartbennett on 03-02-2008 at 09:33 PM
RE: [HELP] Creating A Custom Skinops Panel - by blessedguy on 03-02-2008 at 09:38 PM
RE: [HELP] Creating A Custom Skinops Panel - by stuartbennett on 03-02-2008 at 09:48 PM
RE: [HELP] Creating A Custom Skinops Panel - by stuartbennett on 02-15-2009 at 08:08 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