Well, it's working now, so I don't care about images in buttons.. I can also use text, like "close" or "sluiten" (Dutch for "close")..
EDIT:: I've got 3 days of "vakantie"
EDIT2:: Can I also use this as a remote command? Like:
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Message) {
if(Message == "!OpenWnd") {
var Wnd = MsgPlus.CreateWnd("Windows.xml", "WndAbt");
}
}