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

Animated Pictures
Author: Message:
davidpolitis
Full Member
***


Posts: 371
Reputation: 16
Joined: Aug 2006
RE: RE: Animated Pictures
quote:
Originally posted by c_clarky_89
thats so unfair :'(
I spent quite a while figuring out stuff/making an example for you. Hopefully this will help you and others.
XML code:
<?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">
    <Window Id="WndTest" Version="1">
        <Attributes>
            <Caption>WndTest</Caption>
        </Attributes>
        <TitleBar>
            <Title>
                <Text>WndTest</Text>
            </Title>
        </TitleBar>
        <Position Width="100" Height="100"/>
        <DialogTmpl/>
        <Elements>
            <Element xsi:type="ImageElement" Id="ImgCake" Visible="true">
                <Position Top="10" Left="10" Width="33" Height="39">
                    <Units>AllPixels</Units>
                </Position>
                <Attributes>
                    <AllowAnimate>true</AllowAnimate>
                </Attributes>
                <Image>
                    <Name>ImgCake</Name>
                    <Format>GIF</Format>
                </Image>
            </Element>
        </Elements>
        <Controls>
            <Control xsi:type="ButtonControl" Id="BtnCake">
                <Position Top="10" Left="10" Width="33" Height="39">
                    <Units>AllPixels</Units>
                </Position>
                <CustomLook/> <!-- Makes sure the button isn't shown at all or over the image -->
            </Control>
        </Controls>
    </Window>
</Interfaces>


I've attached ImgCake.gif below for you to test the XML (yes I know it isn't even close to a cake).

.gif File Attachment: ImgCake.gif (2.41 KB)
This file has been downloaded 201 time(s).

This post was edited on 02-04-2009 at 09:10 AM by davidpolitis.
02-04-2009 09:08 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Animated Pictures - by c_clarky_89 on 02-02-2009 at 04:01 PM
RE: Animated Pictures - by Matti on 02-02-2009 at 04:12 PM
RE: Animated Pictures - by c_clarky_89 on 02-03-2009 at 03:50 PM
RE: RE: Animated Pictures - by davidpolitis on 02-04-2009 at 09:08 AM
RE: Animated Pictures - by c_clarky_89 on 02-23-2009 at 08:27 PM
RE: RE: Animated Pictures - by davidpolitis on 02-24-2009 at 06:09 AM
RE: Animated Pictures - by c_clarky_89 on 02-24-2009 at 06:14 AM
RE: Animated Pictures - by c_clarky_89 on 02-24-2009 at 05:21 PM
RE: Animated Pictures - by matty on 02-24-2009 at 05:43 PM
RE: Animated Pictures - by c_clarky_89 on 02-24-2009 at 06:15 PM
RE: RE: Animated Pictures - by davidpolitis on 03-23-2009 at 06:35 AM
RE: Animated Pictures - by c_clarky_89 on 03-24-2009 at 02:30 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