What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: Sending a message to a text box in an XML window
Do you want to set the text of a control to that of a script variable? In which case, use [font=Courier]PlusWnd.SetControlText(ControlId, Value)[/font].
whizScripting03-19-2011 at 01:54 PM
RE: [Release] Answer Machine Plus v2.72(09/20/08)
Okay, I've just installed it and had a look. You need to copy the Config.xml file to somewhere. Then, if you format your computer, just reinstall Answer Machine Plus, and replace the Config.xml in the script directory with the old one you copied. ...
whizScripting03-15-2011 at 08:23 PM
RE: [Release] Answer Machine Plus v2.72(09/20/08)
IIRC, the script stores all the settings in an XML file within its own script directory. Open up the folder where you installed Messenger Plus! (C:\Program Files [size=1](x86)[/size]\Yuna Software\Messenger Plus! is the default), navigate to WLM-S...
whizScripting03-12-2011 at 01:46 PM
Origin and Messenger.MyName...
I'm having an issue where I'm trying to see if a message sent to a conversation was sent by the current user, or the other contact. Normally, I'd use something like this: [code=jscript]function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Messag...
whizScripting03-12-2011 at 01:39 PM
RE: Make a script get content from a website
You need to submit it to the [url=http://www.msgplus.net/Downloads/Scripts]Scri pts Database[/url]. You'll need a MyPlus! account (sign up or login [url=https://www.msgplus.net/SpecialPages/logon.as px]here[/url]) to add contributions, which you can ...
whizScripting03-11-2011 at 08:25 PM
RE: Scipts Dont Work in WLM 2011
C:\Windows\system32\REGSVR32.exe "C:\Program Files (x86)\Yuna Software\Messenger Plus!\WLM-Scripts\SendTo\_sendfile.dll" /s /n /i:[b]<email>[/b]*[b]<email>[/b] ""
whizWLM Plus! Help03-10-2011 at 09:04 PM
RE: Scipts Dont Work in WLM 2011
I've also got SendTo installed, and I'm receiving the same error. Using SendTo 2.4.2 on WLM 2011 and Plus! 5. Edit: and Windows 7 64-bit (if that makes any difference). [img]http://shoutbox.menthix.net/attachment.php?pi d=1010984[/img]
whizWLM Plus! Help03-09-2011 at 09:14 PM
RE: Debug registry key...
You're right - looks like a few scripts seems to write to this key. Just did a file search for the key in Notepad++... [code][b][color=navy]Search "ScriptEnableDebug" (15 hits in 5 files)[/color][/b] [color=green] C:\Program Files\Yuna Softwa...
whizWLM Plus! Bug Reports02-22-2011 at 11:37 AM
Debug registry key...
Not something that important, but I'd thought I'd point it out anyway. [img]http://shoutbox.menthix.net/attachment.php?pi d=1009966[/img] It's the only registry key there, and it comes back if I delete it, so it must still be being used by Plus! at...
whizWLM Plus! Bug Reports02-20-2011 at 03:28 PM
Old site?
Dunno if anyone's noticed, or if it's deliberate, or if they just haven't got round to it yet, but http://www.msgplus.com and http://www.msgpluslive.com are still showing the old (MP!L) site, although version 5 is available to download from them.....
whizForum & Website02-20-2011 at 11:23 AM
RE: Messenger Plus! Lock problem
Locking and unlocking Messenger now both have the same shortcut. So where your sstatus kept changing, you were probably enabling and disabling the lock.
whizWLM Plus! Bug Reports02-19-2011 at 11:29 PM
RE: Script menu not showing all scripts...
Looks like I'll just have to experiment with it some more... Not the case with WLM 2009 on XP, it seems. I'm having no trouble setting the PSM via scripting...
whizWLM Plus! Bug Reports02-14-2011 at 06:45 PM
RE: Script menu not showing all scripts...
Well, I've just been experimenting with Idle Manager (one of my own scripts), which wasn't working at all, and I found a particularly weird problem. The start of the code in one of the files is like this: [code=js]var Idle = false; var IdleStat = ...
whizWLM Plus! Bug Reports02-14-2011 at 03:49 PM
Script menu not showing all scripts...
I've been tweaking some of my scripts to work better with Plus! 5, but I've since noticed that the menus of some scripts aren't being shown in the script menu. The [b]OnGetScriptMenu()[/b] is, however, being called, since the event trace is shown...
whizWLM Plus! Bug Reports02-13-2011 at 05:19 PM
RE: Help needed with showing my own element under personal message
You (on your end) will see any new elements you create using the skin. None of your other contacts will see this, unless they too are using the same skin.
whizScripting02-12-2011 at 02:27 PM
RE: [?] Unlock Messenger key sequence...
Ahh... makes sense, I guess. :)
whizWLM Plus! Help02-12-2011 at 01:35 PM
RE: Help needed with showing my own element under personal message
If you just want to show text, can't you just use the personal message box?
whizScripting02-12-2011 at 12:47 PM
RE: Msg Plus 5 question about Reg
You're trying to write to the registry, therefore you need to use [b]MsgPlus.ScriptRegPath[/b]. As for arrays, you define them just as you would for JScript. [code=jscript]var arr1 = new Array(); // new empty array var arr2 = new Array("Item 1", ...
whizScripting02-12-2011 at 12:46 PM
[?] Unlock Messenger key sequence...
In Plus! 4.9 (and before), you could set a hotkey for both locking and unlocking Messenger. But I can't find the unlock hotkey option anywhere, and my original key sequence (Shift+Alt+]) no longer works. Has this feature been removed? [img]http://...
whizWLM Plus! Help02-12-2011 at 12:22 PM
RE: Plus! 5 is out!
Just installed it, and looks good! Although I thought the installer couldn't restart Messenger automatically since it would then start with administrator privileges... or something. :S ...and now my Interface Writer script seems to have broken, s...
whizWLM Plus! General02-09-2011 at 09:27 PM
RE: [?] Hiding subclass windows...
[code=xml]<Window Id="WndSubclass" Version="1"> <Attributes> <ShowInTaskbar>False</ShowInTaskbar> </Attributes> <Position Width="0" Height="0"/> <TitleBar> <AllowMinimize>False</AllowMinimize> <AllowMaximize>False</AllowMaximize> ...
whizScripting02-07-2011 at 02:57 PM
RE: [?] Hiding subclass windows...
[code=xml]<Window Id="WndSubclass" Version="1"> <Attributes> <ShowInTaskbar>false</ShowInTaskbar> </Attributes> <Position Width="0" Height="0"/> <DialogTmpl/> </Window>[/code] That's the one out of Interface Writer, but I think the sub...
whizScripting02-06-2011 at 02:36 PM
[?] Hiding subclass windows...
After starting to use a minimize-to-tray app, I was getting a number of invisible windows with the Plus! logo. After a bit of investigation, I found that they were subclass windows I used in my scripts. [img]http://shoutbox.menthix.net/attachment.ph...
whizScripting02-06-2011 at 10:58 AM
[?] Messenger 2009 memory usage...
Don't know if anyone else has noticed this, but Messenger 2009 seems to start using a lot of memory after a while. I have a 512MB RAM Windows XP computer, and after Messenger's been running for an hour or two, the whole PC keeps freezing, even if ...
whizSkype & Live Messenger01-23-2011 at 06:52 PM
RE: Delete a folder
That's a property of the ChatWnd object, you can set it like this: [code=jscript]ChatWnd.ChatLogEnabled = false;[/code]
whizScripting01-21-2011 at 08:26 AM
[Hide Excerpts] Pages: (23): « First « 3 4 5 6 [ 7 ] 8 9 10 11 » Last »