![]() Help with MsgPlus.CreateWnd - 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: Help with MsgPlus.CreateWnd (/showthread.php?tid=74726) Help with MsgPlus.CreateWnd by pedro_cesar on 05-27-2007 at 01:51 AM
I'm embarrassed by posting this. I'm trying to use the function MsgPlus.CreateWnd and I can't seem to accomplish it, even following the documentation. code: placed on the same directory as this Script code: but when the script initializes nothing happens, what's wrong? ![]() RE: Help with MsgPlus.CreateWnd by Ezra on 05-27-2007 at 01:53 AM Did you save it as UTF-16 ? RE: Help with MsgPlus.CreateWnd by felipEx on 05-27-2007 at 01:56 AM
it works fine here RE: Help with MsgPlus.CreateWnd by pedro_cesar on 05-27-2007 at 02:03 AM I saved it as UTF-8. does it makes any diference? RE: Help with MsgPlus.CreateWnd by Ezra on 05-27-2007 at 02:04 AM
Yes, it only works with UTF-16 RE: Help with MsgPlus.CreateWnd by pedro_cesar on 05-27-2007 at 02:10 AM
Notepad, Wordpad and Microsoft Word, doesn't seem to have the ability to save as UTF-16 RE: Help with MsgPlus.CreateWnd by Ezra on 05-27-2007 at 02:12 AM Notepad calls it Unicode. RE: RE: Help with MsgPlus.CreateWnd by felipEx on 05-27-2007 at 02:13 AM
quote: in Notepad, you can use "unicode" and it works fine RE: Help with MsgPlus.CreateWnd by pedro_cesar on 05-27-2007 at 02:29 AM I was just coming back to say that I figured it out, but thanks!! I'm starting to fill the window now, I'll be back if I need anything l8r! RE: Help with MsgPlus.CreateWnd by pedro_cesar on 05-28-2007 at 05:29 PM
I have this XML code (this is just part of it): code: how do I make StealBTN realize function "stealDP" only if "DPsCBox" is activated? I have this code which does not work: code: and I KNOW the problem is when it checks for the DPsCbox (at: && (Config['DPsCBox'] == "on") ) 'cuz if I erase that part it works just fine. |