My script doesn't display windows - 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 script doesn't display windows (/showthread.php?tid=93868) My script doesn't display windows by QQQ932 on 02-17-2010 at 10:58 AM
Hi all. First of all...sorry for my really bad english ^^. code:I checked each to arguments, but they're right. Also tried with xml files taken from another scripts, but it doesn't work >.< RE: My script doesn't display windows by billyy on 02-17-2010 at 12:26 PM
You are trying to show a window at startup? RE: My script doesn't display windows by Matti on 02-17-2010 at 12:29 PM
Make sure you've saved your XML file as Unicode (a.k.a. UTF-16 a.k.a. UCS-2 Little Endian). . by QQQ932 on 02-17-2010 at 12:38 PM
I said that the two arguments are right...i checked them >.< RE: My script doesn't display windows by billyy on 02-17-2010 at 12:46 PM
Well im sorry but something must be wrong, just checking :/ RE: My script doesn't display windows by matty on 02-17-2010 at 01:55 PM As Matti said have you made sure that the XML file is saved as Unicode? RE: My script doesn't display windows by billyy on 02-17-2010 at 02:04 PM
Well he said he took working xml files from other scripts... RE: My script doesn't display windows by QQQ932 on 02-17-2010 at 02:19 PM
Here's the debug tracing quote:It's in italian...it says that the script is loaded and OnEvent_Initialize is called. There are no traces of errors RE: My script doesn't display windows by billyy on 02-17-2010 at 02:21 PM Could you maybe send it? RE: My script doesn't display windows by matty on 02-17-2010 at 02:22 PM Can you ZIP all of the files and post them here. Doesn't need to be a PLSC I dont need to import it just need to look over it. RE: My script doesn't display windows by QQQ932 on 02-17-2010 at 02:25 PM
Sure RE: My script doesn't display windows by matty on 02-17-2010 at 02:26 PM Use the boards attachment feature and zip all the files and post them. Not just the JS file. Post the XML as well. RE: My script doesn't display windows by billyy on 02-17-2010 at 02:29 PM
I just made a simple xml file and it does open... RE: My script doesn't display windows by QQQ932 on 02-17-2010 at 02:29 PM
Sorry RE: My script doesn't display windows by matty on 02-17-2010 at 02:31 PM
The problems: xml code: RE: My script doesn't display windows by QQQ932 on 02-17-2010 at 02:35 PM
O.O RE: My script doesn't display windows by matty on 02-17-2010 at 02:38 PM It shouldn't work with being UTF-8 that is for sure. RE: My script doesn't display windows by billyy on 02-17-2010 at 02:41 PM
If you want we might find out with the original script... RE: My script doesn't display windows by QQQ932 on 02-17-2010 at 04:57 PM No. I modified the header and saved the file as Unicode with notepad(I tried all the options exept ANSI) RE: My script doesn't display windows by billyy on 02-17-2010 at 05:42 PM
Thats strange, your script works fine with any xml file i made... RE: My script doesn't display windows by matty on 02-17-2010 at 05:57 PM
quote:Try using Notepad++ and in the Format menu choose Encode in UCS-2 Little Endian. RE: My script doesn't display windows by QQQ932 on 02-17-2010 at 07:26 PM
Thx, it works ^^ RE: My script doesn't display windows by billyy on 02-17-2010 at 11:37 PM yesh it's good stuff, takes a lotta work off yer shoulders |