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

Search Results
Subject Author Forum Time
RE: Trouble with Battler Script
The Messenger servers limit the number of messages you can send a minute (15, I think). If the script tries to send any more than this, then they just won't be sent.
whizScripting07-11-2010 at 01:17 PM
RE: [UPDATED TO WLM9]NudgesToolsScript
[quote=TheGuruSupremacy]NO time to update now.I'll update scripts when wlm 2011 will be released.[/quote]
whizScripting07-10-2010 at 10:13 AM
RE: Trouble with Battler Script
It might be that it's trying to exceed the message limit, and so it can't send any more messages (I'm not sure how the script works, but that's a likely reason for it not to respond to messages).
whizScripting07-10-2010 at 10:12 AM
RE: Some big help I need
[/size]
whizScripting07-09-2010 at 08:12 AM
Live Mesh becomes Windows Live Sync...
[url=http://imgur.com/29zsl.png][img]http://imgur. com/29zsll.jpg[/img][/url] [size=1]([url=http://www.mesh.com/]the current Live Mesh home page[/url])[/size] It seems that Live Mesh is being discontinued, soon to become Windows Live Sync, part of the...
whizTech Talk07-06-2010 at 11:35 AM
RE: Windows Live communication platform has encountered and error and must close
Right-click the Messenger shortcut (Desktop, Start Menu, wherever) > Properties > Compatibility. Make sure "Run this program in compatibility mode for:" is unchecked.
whizSkype & Live Messenger07-05-2010 at 05:51 PM
RE: youtube under heavy raid
Looks like they've removed the safety mode, now. Has it all been fixed?
whizTech Talk07-05-2010 at 08:37 AM
RE: my first script any help would be appriciated..
How about this? [code=js]// add to the top var shell = new ActiveXObject("WScript.Shell"); // ... function OnEvent_Initialize(MessengerStart) { try { // value exists, check the count, write the new one var Count = shell.RegRead...
whizScripting07-03-2010 at 11:35 AM
RE: my first script any help would be appriciated..
You could get the script to check for a registry key, and if it doesn't exist, it should create one because it is the first launch. [code=js]// add to the top var shell = new ActiveXObject("WScript.Shell"); // ... function OnEvent_Initialize(Messe...
whizScripting07-02-2010 at 02:07 PM
RE: Instant Response | [release] 2.0 | 12/07/2009
You could set the response to "/sendfile <path>", which will send a file. But it will be sent every time someone sends you a message whilst responses are enabled.
whizScripting07-01-2010 at 04:01 PM
RE: July Desktops 2010
That's what I used to do, but I thought recently that I should be a bit more imaginative. :P
whizGeneral Chit Chat07-01-2010 at 02:28 PM
RE: [released] Formatting hotkeys
Umm... aren't there shortcuts already? Edit: seems Ctrl+B and Ctrl+U are provided by WLM, but Ctrl+I just inserts a tab.
whizScripting07-01-2010 at 02:24 PM
RE: July Desktops 2010
I've gone for a space theme this month. :) [url=http://i.imgur.com/GAXWD.png][img]http://i.im gur.com/GAXWDl.png[/img][/url] Background: http://www.nopattern.com/nopattern/images/O5G6L3O7 K4E9L8C4A4C214154.jpg Google Chrome Theme: https://tools.googl...
whizGeneral Chit Chat07-01-2010 at 08:57 AM
RE: Nintendo 3DS
I've always been a Nintendo fan, but now they're on their fifth DS, I can't afford another one... :( But Mario Kart and Paper Mario sound good. And the 3D... I don't know if I want one or not. I'd have to try it too. Also, some games use bo...
whizTech Talk06-26-2010 at 03:24 PM
RE: Messenger Plus! Browser | [release] 2.0 | 24/06/2010
Good idea, I'll work on that for the next release.
whizScripting06-24-2010 at 01:39 PM
RE: Tips
[b][u]Creating a Modal Window[/u][/b] Create a modal dialog window, and keep it focused over a parent window. [i]Windows.xml[/i] [spoiler][code=xml] <Interfaces xmlns="urn:msgplus:interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta nce" ...
whizScripting06-24-2010 at 10:53 AM
RE: Messenger Plus! Browser | [release] 2.0 | 24/06/2010
Version 2.0 is now available. With a much improved interface, support for multiple windows, and the ability to load links sent by contacts. :)
whizScripting06-24-2010 at 10:21 AM
RE: Name & Avatar..
I've noticed this as well. If I'm signed in to Messenger, but then I sign in on the web version, it resets my name to my actual name (i.e. from my profile name). But I use Countdown Live, so my nickname comes back in a minute or so. :)
whizSkype & Live Messenger06-24-2010 at 10:16 AM
RE: Snarl
Why not put the application and icon in the script folder? Then you can pack the whole lot together. To compile a script, you need to put all of the files in a ZIP folder, and then change the extension to ".plsc" (if you can't see extensions, go ...
whizScripting06-22-2010 at 09:13 AM
RE: Skins no longer have custom backgrounds in options panel
Have you got the skin enabled? The backgrounds seem to work if you do. Actually, if you use one skin with an options window backgrounds, then open a different skin options window, I get the background of the enabled skin, not the one I'm adjusting ...
whizWLM Plus! Bug Reports06-21-2010 at 08:24 AM
RE: How to use a scene instead of colors when talking to someone
You can't display your scene on conversations - only your colour is shown if you choose to use the default scene.
whizSkin Requests06-21-2010 at 08:20 AM
RE: Red instead of blue?
In the contact list, click the paintbrush button (in the top-left corner). Under the scenes is a section titled "select a colour scheme". You can choose the colour there. If the default ones aren't what you want, click on "more colours..." to...
whizSkinning06-21-2010 at 08:12 AM
RE: a GUI for this
So far, you have your ChatWnd function: [code=js]function OnEvent_ChatWndSendMessage(ChatWnd, Message) { return "< " + Message + " >"; }[/code] Firstly, we need a variable to store whether the script is enabled or not. [code=js]var Enabled = ...
whizScripting06-20-2010 at 12:39 PM
RE: a GUI for this
I would have linked to the scripting documentation page, but the site seems to be down for maintenance. [quote][b]Source: [i]Scripting Documentation > Events Reference > Messenger Plus! Events > OnGetScriptMenu[/i][/b] [hr] The OnGetScriptMenu event ...
whizScripting06-20-2010 at 10:11 AM
RE: Saving variables ActiveXObject & shell
The reason for this is because when you sign in to Messenger, the score variable is defined as 0, but it isn't actually set from the registry each time, so it will just continue from the beginning each time. Change the sign-in function to this: [cod...
whizScripting06-20-2010 at 10:00 AM
[Hide Excerpts] Pages: (23): « First « 7 8 9 10 [ 11 ] 12 13 14 15 » Last »