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

Pages: (4): « First « 1 [ 2 ] 3 4 » Last »
Buttons & Images
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Buttons & Images
Yup
11-06-2008 12:29 PM
Profile E-Mail PM Find Quote Report
c_clarky_89
Junior Member
**


Posts: 55
34 / Male / Flag
Joined: Nov 2008
O.P. RE: Buttons & Images
Done that and still dont work :'(

do i have to put a code in the .js file?:P

This post was edited on 11-06-2008 at 01:00 PM by c_clarky_89.
11-06-2008 12:59 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: Buttons & Images
No why dont you zip it up and attach it and we can take a look.
11-06-2008 02:03 PM
Profile E-Mail PM Find Quote Report
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
c_clarky_89
Junior Member
**


Posts: 55
34 / Male / Flag
Joined: Nov 2008
O.P. RE: Buttons & Images
still dnt work :'(
11-06-2008 04:36 PM
Profile E-Mail PM Web Find Quote Report
pollolibredegrasa
Full Member
***

Avatar
formerly fatfreechicken

Posts: 483
Reputation: 34
34 / Male / Flag
Joined: May 2005
RE: Buttons & Images
Just to add to what matty has said, you have the emoticons saved as gifs. IIRC, support for gif files is only available in Plus! 4.79.342 (the public beta), meaning if you don't have this version the images will not show. You will also have to add <Format> tags, as Plus! looks for PNGs by default.

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>
                        </Image>
 
                </Control>


Hope this helps

Edit: fixed xml :P

This post was edited on 11-06-2008 at 04:40 PM by pollolibredegrasa.
;p

[Image: chickennana.gif] Vaccy is my thin twin! [Image: chickennana.gif]
11-06-2008 04:38 PM
Profile PM Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: Buttons & Images
quote:
Originally posted by pollolibredegrasa
IIRC, support for gif files is only available in Plus! 4.79.342 (the public beta), meaning if you don't have this version the images will not show.
GIF support has always been in Plus! Live, but animated GIF support was added since the 4.79 beta. ;)
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
11-06-2008 04:56 PM
Profile E-Mail PM Web Find Quote Report
c_clarky_89
Junior Member
**


Posts: 55
34 / Male / Flag
Joined: Nov 2008
O.P. Grin  RE: Buttons & Images
THANKYOU!! 'pollolibredegrasa' its worked :D and thanks for everybody elses help to :P
11-07-2008 09:07 AM
Profile E-Mail PM Web Find Quote Report
c_clarky_89
Junior Member
**


Posts: 55
34 / Male / Flag
Joined: Nov 2008
O.P. RE: Buttons & Images
Problems again :( the images on the buttons work for me but when other people install the script the images on the buttons dont show :(
11-11-2008 04:12 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: Buttons & Images
All of the images are included when you pack the script correct?
11-11-2008 04:26 PM
Profile E-Mail PM Find Quote Report
Pages: (4): « First « 1 [ 2 ] 3 4 » 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