matty
Scripting Guru
Posts: 8336 Reputation: 109
39 / /
Joined: Dec 2002
Status: Away
|
RE: Problem with Plus windows..
code: function OnEvent_ChatWndSendMessage(ChatWnd, Message) {
if(Message == "/OpenWnd") {
var Wnd = MsgPlus.CreateWnd("Windows.xml", "WndAbt");
Wnd.ImageElmt_SetImageFile('ImgBackgrnd', '\\'+Messenger.ScriptFilesPath+'\\Images\\Background.png'); //i am assuming it is a png file.
}
}
|
|