Shoutbox

My windows are not working - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: My windows are not working (/showthread.php?tid=90384)

My windows are not working by Baggins on 04-27-2009 at 03:11 PM

Hey guys, I am trying to make a script with some interface windows, but no matter what I try the window doesn't show up. I make sure to validate the xml against the schema and all that jazz. Still didn't work.

So I tried using the test code that is in the documentation, but it still didn't work. I tried that twice. Is there something I am missing? I don't really think you need to see my xml or js, because even the example didn't work.

EDIT: I see you guys sitting on latest posts, come help me :p


RE: My windows are not working by pollolibredegrasa on 04-27-2009 at 03:17 PM

Are you saving the XML as unicode?


RE: My windows are not working by Baggins on 04-27-2009 at 03:18 PM

let me check
EDIT: It is Unicode UTF-8


RE: My windows are not working by pollolibredegrasa on 04-27-2009 at 03:23 PM

Try saving as Unicode UTF-16 (just 'Unicode' in Notepad save dialog) and see if that helps.

EDIT: no problem :P


RE: My windows are not working by Baggins on 04-27-2009 at 03:24 PM

Works now, thanks :p
That should really be in large print in the documentation :p


RE: My windows are not working by matty on 04-27-2009 at 03:33 PM

XML code:
<?xml version="1.0" encoding="UTF-16"?>


That should tell you right there at the top of the xml window file...
RE: My windows are not working by Baggins on 04-27-2009 at 03:57 PM

quote:
Originally posted by matty
XML code:
<?xml version="1.0" encoding="UTF-16"?>


That should tell you right there at the top of the xml window file...
shuttup, I don't read :)
RE: My windows are not working by matty on 04-27-2009 at 05:08 PM

quote:
Originally posted by Baggins
quote:
Originally posted by matty
XML code:
<?xml version="1.0" encoding="UTF-16"?>


That should tell you right there at the top of the xml window file...
shuttup, I don't read :)
Clearly lol. But you are correct it doesn't really make this fact known very well...