What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Buttons & Images

Buttons & Images
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Buttons & Images
XML code:
                <Control xsi:type="ButtonControl" Id="BtnPlane">
                        <Position Top="165" Width="300" Height="20" Left="10"/>
                        <Image>
                                 <Name>Icons/airplane</Name>
                        </Image>
                </Control>


It should be
XML code:
                <Control xsi:type="ButtonControl" Id="BtnPlane">
                        <Position Top="165" Width="300" Height="20" Left="10"/>
                        <Image>
                                 <Name>Icons\airplane</Name>
                                 <Format>GIF</Format> <!-- added by pollolibredegrasa -->
                        </Image>
                </Control>

You have the slash backwards.

Also you have two <Elements> tags

XML code:
    <Elements>
        <Element xsi:type="LineElement" Id="FigLineVersion">
            <Position Top="25" Left="10" Height="0" Width="520"/>
   
            <Color><GlobalColor>bg</GlobalColor></Color>
        </Element>
    </Elements>
    <Elements>
        <Element xsi:type="LineElement" Id="FigLineVersion1">
            <Position Top="325" Left="130" Height="0" Width="260"/>
   
            <Color><GlobalColor>bg</GlobalColor></Color>
        </Element>
    </Elements>


Should be

XML code:
    <Elements>
        <Element xsi:type="LineElement" Id="FigLineVersion">
            <Position Top="25" Left="10" Height="0" Width="520"/>
   
            <Color><GlobalColor>bg</GlobalColor></Color>
        </Element>
        <Element xsi:type="LineElement" Id="FigLineVersion1">
            <Position Top="325" Left="130" Height="0" Width="260"/>
   
            <Color><GlobalColor>bg</GlobalColor></Color>
        </Element>
    </Elements>


This post was edited on 11-06-2008 at 04:49 PM by matty.
11-06-2008 04:20 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Buttons & Images - by c_clarky_89 on 11-04-2008 at 02:06 PM
RE: Buttons & Images - by matty on 11-04-2008 at 02:27 PM
RE: Buttons & Images - by c_clarky_89 on 11-04-2008 at 02:33 PM
RE: Buttons & Images - by matty on 11-04-2008 at 03:30 PM
RE: Buttons & Images - by Spunky on 11-04-2008 at 03:31 PM
RE: Buttons & Images - by c_clarky_89 on 11-04-2008 at 10:03 PM
RE: Buttons & Images - by matty on 11-05-2008 at 02:21 PM
RE: Buttons & Images - by c_clarky_89 on 11-05-2008 at 02:32 PM
RE: Buttons & Images - by matty on 11-05-2008 at 02:56 PM
RE: Buttons & Images - by c_clarky_89 on 11-06-2008 at 11:46 AM
RE: Buttons & Images - by matty on 11-06-2008 at 12:29 PM
RE: Buttons & Images - by c_clarky_89 on 11-06-2008 at 12:59 PM
RE: Buttons & Images - by matty on 11-06-2008 at 02:03 PM
RE: Buttons & Images - by matty on 11-06-2008 at 04:20 PM
RE: Buttons & Images - by c_clarky_89 on 11-06-2008 at 04:36 PM
RE: Buttons & Images - by pollolibredegrasa on 11-06-2008 at 04:38 PM
RE: RE: Buttons & Images - by pollolibredegrasa on 11-12-2008 at 10:10 PM
RE: Buttons & Images - by Matti on 11-06-2008 at 04:56 PM
RE: Buttons & Images - by c_clarky_89 on 11-07-2008 at 09:07 AM
RE: Buttons & Images - by c_clarky_89 on 11-11-2008 at 04:12 PM
RE: Buttons & Images - by matty on 11-11-2008 at 04:26 PM
RE: Buttons & Images - by vaccination on 11-11-2008 at 04:26 PM
RE: Buttons & Images - by c_clarky_89 on 11-11-2008 at 04:29 PM
RE: Buttons & Images - by c_clarky_89 on 11-12-2008 at 09:09 PM
RE: Buttons & Images - by matty on 11-12-2008 at 09:15 PM
RE: Buttons & Images - by markee on 11-12-2008 at 09:15 PM
RE: Buttons & Images - by c_clarky_89 on 11-12-2008 at 09:20 PM
RE: Buttons & Images - by matty on 11-12-2008 at 09:26 PM
RE: Buttons & Images - by markee on 11-12-2008 at 09:41 PM
RE: Buttons & Images - by c_clarky_89 on 11-12-2008 at 09:44 PM
RE: Buttons & Images - by markee on 11-12-2008 at 10:02 PM
RE: Buttons & Images - by c_clarky_89 on 11-12-2008 at 10:06 PM
RE: Buttons & Images - by c_clarky_89 on 11-12-2008 at 10:14 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