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

Problem with Plus windows..
Author: Message:
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
O.P. Problem with Plus windows..
Hi,

I can't get ANY Plus! window to show an image background.
Can anybody tell me what I've done wrong (this time)?

The .JS code:
code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message) {
    if(Message == "/OpenWnd") {
        var Wnd = MsgPlus.CreateWnd("Windows.xml", "WndAbt");
    }
}


The XML code:

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="WndAbt" Version="1">
    <Attributes>
        <Caption>TestWindow</Caption>
    </Attributes>
   
        <TitleBar>
            <AllowMinimize>false</AllowMinimize>
            <Title>
                <Text>TestWindow</Text>
            </Title>
        </TitleBar>
        <Position Width="860" Height="600"/>
        <DialogTmpl/>
    </Window>
    <Elements>
        <Element xsi:type="ImageElement" Id="ImgBackgrnd">
            <Position Top="100" Left="100"/>
            <Image>
                <Name>C:\Program Files\Messenger Plus! Live\Scripts\New Message Alert\IMG\Backgrnd</Name>
                <Format>PNG</Format>
            </Image>
        </Element>
    </Elements>
</Interfaces>


This post was edited on 01-04-2008 at 06:07 PM by SmokingCookie.
01-04-2008 06:07 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Problem with Plus windows.. - by SmokingCookie on 01-04-2008 at 06:07 PM
RE: Problem with Plus windows.. - by matty on 01-04-2008 at 06:11 PM
RE: RE: Problem with Plus windows.. - by SmokingCookie on 01-04-2008 at 06:17 PM
RE: Problem with Plus windows.. - by pollolibredegrasa on 01-04-2008 at 06:14 PM
RE: Problem with Plus windows.. - by matty on 01-04-2008 at 06:49 PM
RE: Problem with Plus windows.. - by SmokingCookie on 01-04-2008 at 06:53 PM
RE: Problem with Plus windows.. - by Matti on 01-04-2008 at 07:07 PM
RE: Problem with Plus windows.. - by SmokingCookie on 01-04-2008 at 07:13 PM
RE: Problem with Plus windows.. - by Matti on 01-04-2008 at 07:58 PM
RE: Problem with Plus windows.. - by SmokingCookie on 01-04-2008 at 08:03 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