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

Search Results
Subject Author Forum Time
RE: [request] Open custom window
As far as I know, it isn't possible due to the limitations of Messenger. You can see a contact's status if they're on your list but blocked, but not if they're not on the list in the first place.
whizScripting06-20-2010 at 09:54 AM
RE: [request] Open custom window
From the contact list menu bar (press Alt if it isn't showing), go to "Actions" > "Send an instant message...". You can then type the address of the contact you want to talk to. You can also type "/msg <contact email>" in a conversation to op...
whizScripting06-19-2010 at 06:53 PM
RE: Skins no longer have custom backgrounds in options panel
I noticed this as well. Although they seem to work if you have the particular skin enabled.
whizWLM Plus! Bug Reports06-19-2010 at 03:00 PM
RE: [released] | [beta] Video Converter Plus!
"An error occurred while importing the script files." Seems to open alright as a ZIP folder, though. :S Is it because I'm using XP?
whizScripting06-18-2010 at 05:37 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
Fixed it, I think. Sorry about that, forgot to make it optional.
whizScripting06-17-2010 at 08:39 AM
RE: [split] show error toast instead of in debug window
Fair enough. :)
whizScripting06-13-2010 at 01:12 PM
RE: [split] show error toast instead of in debug window
Yeah, the evaluator can be useful for testing code snippets. Maybe I'll put a file reader in as well... ;)
whizScripting06-13-2010 at 10:14 AM
RE: [split] show error toast instead of in debug window
Line 72 is the call to [u]Debugger::Catch[/u]. [code=js]Debugger.Catch("Initialize", error);[/code] FSO is defined globally, in a file called "VarGlobals.js". [code=js]var FSO = new ActiveXObject("Scripting.FileSystemObject");[/co de] I've chan...
whizScripting06-12-2010 at 11:30 AM
RE: [split] show error toast instead of in debug window
Still returns the same error. New code: [spoiler][code=js]var Debugger = { "Start" : new Date(), "Data" : [], "Trace" : function(Text) { if (Messenger.MyStatus > 1) { try { if (Registry.Read("Options\\ChkDebug")) { ...
whizScripting06-11-2010 at 07:19 PM
[split] show error toast instead of in debug window
Yes. Here's the full Debugger object: [spoiler][code=js]var Debugger = {}; Debugger.Start = new Date(); Debugger.Data = []; Debugger.Trace = function(Text) { if (Messenger.MyStatus > 1) { try { if (Registry.Read("Options\\ChkDebug")) ...
whizScripting06-10-2010 at 06:58 PM
[split] show error toast instead of in debug window
Can someone split it from my first post, please?[/size]
whizScripting06-10-2010 at 06:36 PM
[split] show error toast instead of in debug window
I thought about that, but then I'd have to put one into every function... Can it go across all functions in a file, like this? [code=js]try { function Test1() { // invalid function foo.bar(); } function Test2() { ...
whizScripting06-10-2010 at 11:30 AM
RE: June Desktops
[url=http://img149.imageshack.us/img149/1796/deskt opok.png][img]http://img816.imageshack.us/img816/5 949/desktop.png[/img][/url] [url=http://www.stardock.com/products/fences/]Star dock Fences[/url] and [url=http://rainmeter.net/RainCMS/]Rainmeter[/url] ...
whizGeneral Chit Chat06-09-2010 at 07:37 PM
RE: Your iTunes Smart Playlists?
I have five "Favourites" playlists, with different numbers of tracks in each (for different devices that only support, say, 50 tracks in a playlist). :)
whizGeneral Chit Chat06-09-2010 at 07:31 PM
[split] show error toast instead of in debug window
Like this. [img]http://shoutbox.menthix.net/attachment.php?pi d=995425[/img] [size=1]Occurs when opening the settings window for the second time (or fourth, sixth, and so on).[/size]
whizScripting06-09-2010 at 05:20 PM
[split] show error toast instead of in debug window
Just out of interest, how do you make Plus! show a toast with an error code instead of an error in the Debug window? I had a quick look at your code but couldn't see it... *-)
whizScripting06-09-2010 at 04:29 PM
RE: Help required with Bead Draw Script
You could make custom emotions for each, with IDs like [color=red][i]%bd:r%[/i][/color], [color=grey][i]%bd:w%[/i][/color], [color=blue][i]%bd:b%[/i][/color] and [color=orange][i]%bd:y%[/i][/color], and then make a script that sends [i]%bd:[b]?[/b]%[...
whizScripting06-07-2010 at 06:08 PM
RE: Message forwarder
Would [url=http://www.msgpluslive.net/scripts/view/8-Lin ked-Chats/]this[/url] do it?
whizScripting06-06-2010 at 09:20 AM
RE: Delayed Writing
In what sense is it buggy? Does it stop sending messages (probably because of the flood protection)? Do colour tags mess up (display as tags)? Do emotions move to the end of lines (with "written" versions in the original positions)?
whizScripting06-05-2010 at 04:58 PM
RE: Scritp to block and HIDE a contact in the list
AFAIK, scripts can't hide contacts from the list. Nor can they delete them or move them to another group.
whizScripting06-05-2010 at 03:09 PM
RE: Delayed Writing
Oops! Replace this: [code=js] Wnd : pChatWnd;[/code] ...with this: [code=js] Wnd : pChatWnd[/code] (in other words, remove the semi-colon from the end)
whizScripting06-05-2010 at 03:08 PM
RE: Delayed Writing
The oChat isn't actually a chat window, but just an object with [b]Message[/b] and [b]i[/b] properties. Would this work? [code=js]var oChatWnds = {}; function OnEvent_ChatWndSendMessage(pChatWnd, sMessage) { if (sMessage.charAt(0) !== '/' && typ...
whizScripting06-05-2010 at 01:36 PM
RE: Scripting API Wishlist
Just had another idea: call script functions from the command line. For example, you could make shortcuts to activate certain functions, or you could apply them to files, like in the SendTo menu, or as a context menu entry. Maybe if it's called like...
whizScripting06-05-2010 at 11:53 AM
[?] Checking for installed fonts...
This isn't too important, but I was just wondering if it's possible to check if a certain font is installed, since with a RichEditControl, if you attempt to set the font to one that doesn't exist, it defaults to Arial...
whizScripting06-01-2010 at 03:39 PM
RE: Send SMS text on contact sign in
In terms of editing XML files, there isn't a built-in editor in the Plus! script editor, so I recommend [url=http://notepad-plus.sourceforge.net/]Notepad+ +[/url]. Also, you can enable and disable controls based on whether a checkbox is ticked like t...
whizScripting06-01-2010 at 10:34 AM
[Hide Excerpts] Pages: (23): « First « 8 9 10 11 [ 12 ] 13 14 15 16 » Last »