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

Search Results
Subject Author Forum Time
RE: To Boot Someone
Well actually, from what I've been seeing in all the versions since (and including) 7.5 beta, it sometimes kicks you and sometimes the contacts. Besides, if they'd fixed this, .pif wouldn't have any effect :^)
deAdScripting09-17-2006 at 10:28 PM
RE: Hopper live time limit
No it isn't. This would make it more of a nuisance tool than a useful one.
deAdScripting09-17-2006 at 08:34 PM
RE: Several Questions...
Not technically, no there isn't. "gnu.sUbStriNg" is a different function than "gnu.substring" ...
deAdScripting09-17-2006 at 01:34 PM
RE: [?] Pow... err, triggering some function on certain convo events?
If I were you, instead of a tab, you could make it a command that popped the answer in a toast. Instead of checking when the dps are closed, you can just reposition it on a timer. (100 ms will work well :P)
deAdScripting09-16-2006 at 08:00 PM
RE: Several Questions...
SpunkyLoveMuff's method may work in some cases, but there is an easier and sometimes better way to do it. [code]// In this example, the variable sFile contains all the text from the file you read. var sSearch = "Is this in the file?"; // The varia...
deAdScripting09-15-2006 at 11:28 PM
RE: /invite not initiating OnEvent_ChatWndContactAdded?
Yes, the documentation is your friend. Timers are extremely simple and straight-forward. How would a timer help you get an event called anyways?
deAdScripting09-13-2006 at 12:15 AM
RE: /invite not initiating OnEvent_ChatWndContactAdded?
There is not an alternate method. However, after you send the /invite command, you can actually "throw" the event yourself. You'll need to pass all the proper parameters, but you should have access to all those when you invite the contact. The OnE...
deAdScripting09-13-2006 at 12:02 AM
RE: Checking who is in a conversation
You can find their email addresses or nicknames (or anything else within the Contact object) with the Iterator object of the ChatWnd.Contacts object. There is an example of using this object in the documentation, available on the main site (or in the...
deAdScripting09-12-2006 at 11:58 PM
[Suggestion] Reorder tabs
It'd be really nice if the chat window tabs could be reordered. When you click, before they switch to the window you selected (as of now it switches on the mouse [i]press[/i] and not release), if you dragged the mouse towards the left or right, onto...
deAdWLM Plus! General09-12-2006 at 10:33 PM
RE: How to make an emoticon pack?
http://forums.fanatic.net.nz/index.php?showtopic=1 1712
deAdSkype & Live Messenger09-12-2006 at 12:35 AM
RE: [request]Open IE Explorer in Messenger Plus? Is it posable?
An Activity? These can be created with the Messenger Activity SDK, not with a script. http://msdn.microsoft.com/library/default.asp?url= /library/en-us/messengerp2p/introduction.asp
deAdScripting09-11-2006 at 11:51 PM
RE: [Question] StuffPlug
You can delete posts? It doesn't say you can O.o just says you're a Posting Freak. (sorry for the off topic)
deAdScripting09-08-2006 at 01:39 AM
RE: [Question] StuffPlug
As soon as TB gets his new server.
deAdScripting09-08-2006 at 01:28 AM
RE: [REQUEST] custom avatars for contacts
And how will you find which file it is? Their names are hashes. You'd have to monitor direct connections and watch for files being modified to match them, and even that would be messy and unreliable.
deAdScripting09-07-2006 at 09:41 PM
RE: Replace Colour Codes
Replacing can also be done with a simple loop. Here's a function I made that replaces the default String.replace function. I haven't tested it thoroughly, but I'm sure the bugs are nothing complicated ;) To use it, use the normal String.replace fu...
deAdScripting09-07-2006 at 09:17 PM
RE: [Question] StuffPlug
Yes, but the point is that it's available :P
deAdScripting09-05-2006 at 10:39 PM
RE: [Question] StuffPlug
It's available in the Messenger API...which is available in scripts :P as an ActiveXObject
deAdScripting09-05-2006 at 09:37 PM
RE: Scripting API Wishlist
That's easy with Interop functions, one line each :) but that's a bit besides the point :$
deAdScripting09-02-2006 at 10:38 PM
RE: Prototype method to add functions to objects.
Don't think so. Not as far as I know. CookieRevised made a thread about that a while back, no success =/
deAdScripting09-02-2006 at 04:37 PM
RE: Prototype method to add functions to objects.
The Plus objects are not actually Objects, but something else (constructors?)...prototype doesn't work on them :/
deAdScripting09-02-2006 at 04:04 PM
RE: Display Picture Problem.
Try: [code]shell.run(MsgPlus.ScriptFilesPath + "\\wget.exe 'http://dominio.com/pic.jpg'", 0, true);[/code]
deAdScripting09-01-2006 at 02:48 AM
RE: Display Picture Problem.
the current dir is stored in the variable "MsgPlus.ScriptFilesPath", so you'd want to use: [code]shell.run(MsgPlus.ScriptFilesPath + "\\wget.exe http://dominio.com/pic.jpg", 0, true);[/code]
deAdScripting09-01-2006 at 01:23 AM
RE: Additional Ping! uses
Well, if you tell your contact to send "(!VER)" it'll send the OS, Messenger build, and Plus! build.
deAdWLM Plus! General08-30-2006 at 01:54 AM
RE: Get Variable pointer
But when you hook the events, you won't be able to receive the events afaik without an external dll, and in that case you could just subclass in the dll.
deAdScripting08-30-2006 at 01:12 AM
RE: Get Variable pointer
How would you receive the events for subclassing? And do you mean the function's memory address? nope, you have to be able to write what you want the pointer to in the DataBloc :/
deAdScripting08-30-2006 at 12:33 AM
[Hide Excerpts] Pages: (43): « First « 30 31 32 33 [ 34 ] 35 36 37 38 » Last »