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

Search Results
Subject Author Forum Time
RE: [MAJOR UPDATE] IPGet v1.50 - lots of new features + Vista compatibility
Do you have Windows XP Home? If so, that might be the problem. If not, then i'l have to look further into it.
cooldude_i06Scripting08-01-2006 at 07:47 PM
RE: help!!! XML
There are quite a few mistakes there. Heres the working code. Code in js file [code] function OnEvent_Initialize(MessengerStart) { var Sec1 = 0; var Min1 = 0; var Hrs1 = 0; var Days1 = 0; var Weeks1 = 0; var xml = new ActiveXObject("Microsoft.XMLDOM...
cooldude_i06Scripting08-01-2006 at 08:31 AM
[MAJOR UPDATE] IPGet v1.50 - lots of new features + Vista compatibility
Hi, this is now my second script for Msg Plus! Live. Here is the read me of IPGet: [b]Link[/b]: [url=http://dudewithtude.googlepages.com/IPGet1.50 .plsc]Download IPGet[/url] [b]Vote:[/b] Please [url=http://www.msgpluslive.net/scripts/browse/ind ex.php?...
cooldude_i06Scripting08-01-2006 at 07:11 AM
RE: [Release] Script Updates : View and install new scripts from www.msgpluslive.net
Looking forward to it (Y) :)
cooldude_i06Scripting07-31-2006 at 11:18 PM
RE: [Release] Script Updates : View and install new scripts from www.msgpluslive.net
Hey OcuS, I don't know if you are still working on this script or not, just thought I would let you know anyways that (as I recently discovered) unfortunately the Plus RSS feed only shows data for a recent number of scripts. I was using it in my own...
cooldude_i06Scripting07-31-2006 at 09:32 PM
RE: Screenshot Sender 5 Release Candidate 1 RELEASED (2011-09-06)!
I believe the Microsoft of Messenger Plus! Live would be Patchou. :P
cooldude_i06Scripting07-30-2006 at 11:53 PM
RE: [UPDATE] Gmail Checker 1.11 - get alerts upon new emails in your gmail accounts
Because it isn't coded to handle statuses. I suppose I could add that in next update, but updates to this script aren't at the top of my priority list as I'm working on something else currently. Also, there isn't much else that can be added anyw...
cooldude_i06Scripting07-30-2006 at 11:49 PM
RE: Needed Scripting Feature
You CAN call function OnEvent_ChatWndReceiveMessage manually. It's just like any other function, except Plus uses these to parse text before outputting. Calling it normally would just return the parsed text to you. Could Control Messages be used to...
cooldude_i06Scripting07-28-2006 at 11:27 PM
RE: [UPDATE] Gmail Checker 1.11 - get alerts upon new emails in your gmail accounts
After you click the Add button, the "Add Account" window should dissapear and "Setting" window should reappear. If this does not happen, try it with script debugging on (Plus! - > Show Script Debugging -> choose Gmail Checker from the list) and ...
cooldude_i06Scripting07-28-2006 at 07:41 PM
RE: [UPDATE] Gmail Checker 1.11 - get alerts upon new emails in your gmail accounts
What happens? A window is supposed to pop up asking for your email and password. Try the other way of adding accounts, from the Plus! menu choose Gmail Checker -> Check Gmail Account, check "Save account to settings".
cooldude_i06Scripting07-28-2006 at 09:48 AM
RE: Debug Window - File Name
I dont think you understood what I said deAd, Debug.Trace(null + "String") does work, Debug.Trace(null) doesnt. And besides Debug.Trace should be able to receive all types for input, because it is in fact - debugging.
cooldude_i06Scripting07-28-2006 at 01:11 AM
RE: Debug Window - File Name
Also when tracing a null value it gives you "type mismatch". You can still trace it if you use [code] Debug.Trace(null + ""); [/code] Unless that is the way it is supposed to work, it would be great null values could be traced by default.
cooldude_i06Scripting07-27-2006 at 07:22 PM
RE: [Release] EmoMensajes
This could be done using quick texts as well.
cooldude_i06Scripting07-26-2006 at 04:05 AM
RE: [split] Idea: classify scripts by date and not alphabetically in the table
MenthiX I also think that the background of the link should stay the same. IMO, the white background looks weird.
cooldude_i06Forum & Website07-26-2006 at 12:09 AM
RE: XML - check if node exists
[code]var node = xmlDoc.documentElement.selectSingleNode("Nodename "); if(nodeUser) Debug.Trace("Node exists."); else Debug.Trace("Nodes does not exist.");[/code] You can also look for nodes with specific properties [code]var node = xmlDoc.docum...
cooldude_i06Scripting07-25-2006 at 02:37 AM
RE: broken example script
That is the way it is supposed to work. If you want to find out when a contact signs in use this event: [code]OnEvent_ContactSignin( [string] Email ); [/code]
cooldude_i06Scripting07-25-2006 at 01:44 AM
RE: "contactsay" editing?
You mean font face. It is not possible to determine the font style used by your contact using normal scripting so it's not possible (AFAIK).
cooldude_i06Scripting07-25-2006 at 12:55 AM
RE: [Release]Birthday Reminder
I believe there is a bug in Plus! which prevents ListViews from being sorted.
cooldude_i06Scripting07-24-2006 at 07:33 AM
RE: [Beta-Release] Advertiser
Why all online contacts? Just get the author to create group within the script itself. You can add/remove contacts to those groups and only those contacts will get the ads. Many other scripts do that already. In fact, I think there should be a totall...
cooldude_i06Scripting07-23-2006 at 08:07 PM
RE: [SUGGESTION] save settings upgrade
It is a good idea and it is possible. Heck a script could be made to back up all currently installed scripts, since all the script's information is stored in the registry.
cooldude_i06WLM Plus! Help07-23-2006 at 07:57 AM
RE: [request] Log viewer
I think you should suggest this to Patchou.
cooldude_i06Scripting07-23-2006 at 07:45 AM
RE: [Request] Auto Save Prefrences.
No, but you can always protect them with a password.
cooldude_i06Scripting07-23-2006 at 04:33 AM
RE: Two questions[Edit: Three, check page 2]
It works for me, I just tried it.
cooldude_i06Scripting07-23-2006 at 03:22 AM
RE: Two questions[Edit: Three, check page 2]
"Recive" is spelt wrong, it should be "Receive" as in [code]OnEvent_ChatWndReceiveMessage[/code]. Markee - there was nothing wrong with the for line
cooldude_i06Scripting07-23-2006 at 03:20 AM
RE: [REQUEST] Who Has Closed The Window
I think this question deserves its own sticky.
cooldude_i06Scripting07-23-2006 at 02:58 AM
[Hide Excerpts] Pages: (11): « First « 1 2 3 [ 4 ] 5 6 7 8 » Last »