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

Pages: (2): « First [ 1 ] 2 » Last »
Animated Pictures
Author: Message:
c_clarky_89
Junior Member
**


Posts: 55
35 / Male / Flag
Joined: Nov 2008
O.P. Animated Pictures
hello im wondering how to get my gif animated pictures to move heres the code ive currently got:

code:
                <Control xsi:type="ButtonControl" Id="BtnCake">
                        <Position Top="165" Width="20" Left="330"/>
                        <Image>
                                 <Name>Icons\Ocations\msn-cake</Name>
                                 <Format>GIF</Format>
                        </Image>
                </Control>

02-02-2009 04:01 PM
Profile E-Mail PM Web Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: Animated Pictures
This won't work for images in ButtonControls, sorry. However, if you were using an ImageElement, you could use the AllowAnimate attribute.
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
02-02-2009 04:12 PM
Profile E-Mail PM Web Find Quote Report
c_clarky_89
Junior Member
**


Posts: 55
35 / Male / Flag
Joined: Nov 2008
O.P. RE: Animated Pictures
thats so unfair :'(
02-03-2009 03:50 PM
Profile E-Mail PM Web Find Quote Report
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 200 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
c_clarky_89
Junior Member
**


Posts: 55
35 / Male / Flag
Joined: Nov 2008
O.P. RE: Animated Pictures
THANK YOU, THANK YOU, THANK YOU, THANK YOU its woking :D:D:D:D:D:D:D:D:D
02-23-2009 08:27 PM
Profile E-Mail PM Web Find Quote Report
davidpolitis
Full Member
***


Posts: 371
Reputation: 16
Joined: Aug 2006
RE: RE: Animated Pictures
quote:
Originally posted by c_clarky_89
THANK YOU, THANK YOU, THANK YOU, THANK YOU its woking :D:D:D:D:D:D:D:D:D
NP (Y). Glad to see that you visited the thread again ;)
02-24-2009 06:09 AM
Profile PM Find Quote Report
c_clarky_89
Junior Member
**


Posts: 55
35 / Male / Flag
Joined: Nov 2008
O.P. RE: Animated Pictures
you dont know how happy i am :D i have the biggest smile ever on my face right now you made me really happy :D ive finished the name editor now uploading it tomorro :D

i liked your cake image btw i couldnt stop laughing at that :P
02-24-2009 06:14 AM
Profile E-Mail PM Web Find Quote Report
c_clarky_89
Junior Member
**


Posts: 55
35 / Male / Flag
Joined: Nov 2008
O.P. RE: Animated Pictures
i got a problem :( the images only move on my pc when i install it on another one they dont move :S :(
02-24-2009 05:21 PM
Profile E-Mail PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Animated Pictures
quote:
Originally posted by c_clarky_89
i got a problem :( the images only move on my pc when i install it on another one they dont move :S :(
What version of Messenger Plus! is the other one using?
02-24-2009 05:43 PM
Profile E-Mail PM Find Quote Report
c_clarky_89
Junior Member
**


Posts: 55
35 / Male / Flag
Joined: Nov 2008
O.P. RE: Animated Pictures
Messenger Plus! Live 4.80.0.356

EDIT: i found out tht the pictures move they just move really really really slow :(

This post was edited on 02-26-2009 at 12:28 PM by c_clarky_89.
02-24-2009 06:15 PM
Profile E-Mail PM Web Find Quote Report
Pages: (2): « First [ 1 ] 2 » 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