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

coding dynamic arrays
Author: Message:
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
RE: coding dynamic arrays
quote:
Originally posted by luisillo

code:
<Element     xsi:type="ImageElement" Id="Img5">
            <Position Top="5" Left="86"/>
            <Image><Name>WHAT-SHOULD-BE-HERE???</Name></Image>
        </Element>


make a directory in you scripts file ('C:\Program Files\Messenger Plus! Live\Scripts\CreateChildWnd' is the directory for the script im working on currently). so create a directory called 'Images' and save  your image in there (as png format i don't really know if any other formats work yet can anyone c/d that jpegs and stuff still load)

and then your code should be

code:
<Element     xsi:type="ImageElement" Id="Img5">
            <Position Top="5" Left="86"/>
            <Image><Name>name-of-image</Name></Image>
        </Element>


*note* don't put the file extension, i know it definately works on png files like this.

This post was edited on 08-09-2006 at 04:23 AM by Ash_.
[Image: jeansiger5.jpg]
08-09-2006 04:21 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
coding dynamic arrays - by luisillo on 07-06-2006 at 01:53 AM
RE: coding dynamic arrays - by Silentdragon on 07-06-2006 at 01:57 AM
RE: coding dynamic arrays - by luisillo on 07-06-2006 at 02:40 AM
RE: coding dynamic arrays - by Ash_ on 08-09-2006 at 04:21 AM
RE: coding dynamic arrays - by Shondoit on 08-09-2006 at 10:59 AM


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