What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [need help] How do i make a splash with XML engine?

[need help] How do i make a splash with XML engine?
Author: Message:
Cradenburg
New Member
*


Posts: 5
Joined: Oct 2006
O.P. [need help] How do i make a splash with XML engine?
Well... I'm trying to make a splash, but with the current xml code, it dosent seem to work :(...

code:
<Interfaces xmlns="urn:msgplus:interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:msgplus:interface PlusInterface.xsd">
    <Window Id="abt" Version="1">

    <Position Width="419" Height="284"/>   

    <Elements>
    <Element xsi:type="Image" Id="Background">
        <Position Top="0" Left="0" Width="419" Height="284"/>
        <Name>splash</Name>
        <Format>PNG</Format>
    </Element>
    </Elements>

    </window>
</Interfaces>

And I call it like this:     
code:
var WndAbt = MsgPlus.CreateWnd("splash.xml", "Abt");

Please advice me as to what I should do to rectify this, I tried searching for splash but nothing came out. Is it possible to make windowless images in Messenger Plus?
10-23-2006 05:30 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[need help] How do i make a splash with XML engine? - by Cradenburg on 10-23-2006 at 05:30 PM
RE: [need help] How do i make a splash with XML engine? - by Ezra on 10-23-2006 at 05:32 PM
RE: [need help] How do i make a splash with XML engine? - by Matti on 10-23-2006 at 05:40 PM
RE: [need help] How do i make a splash with XML engine? - by Silentdragon on 10-23-2006 at 09:13 PM
RE: [need help] How do i make a splash with XML engine? - by Cradenburg on 10-24-2006 at 10:00 AM
RE: [need help] How do i make a splash with XML engine? - by phalanxii on 10-24-2006 at 10:44 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