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

Search Results
Subject Author Forum Time
RE: How to open group chat windows
It worked! 10q!
PokiScripting11-09-2006 at 05:41 PM
RE: How to open group chat windows
Well, I've read the MPL scripting guide and there, it says: make an ScriptInfo.xml with the other files, then zip it but, change its file extension so it can be interpreted as a MPL script. I did that, but when trying to install it, Messenger says ...
PokiScripting11-09-2006 at 03:52 PM
RE: How to open group chat windows
Well, finally.... It's done. May I ask you....how do I export my script so is it downloadable and ready to go? I only have my .js script, but have several friends who won't know how to make it run unless I do something like that.
PokiScripting11-09-2006 at 03:17 PM
RE: How to open group chat windows
Well, thanks, that was really useful. So, let me see if I undestood, I had to define the global variables just as I did, but... don't give them any value before objects like Messenger are fully loaded, so the assignment of the variable had to be don...
PokiScripting11-05-2006 at 11:24 PM
RE: How to open group chat windows
Well, let me show you what my problem was, may be you figure it out. I had.... var sEmails = new Array("mail1@hotmail.com","mail2@hotmail.com", "mail3@hotmail.com"); var ContactoUno = Messenger.MyContacts.GetContact(sEmails[0]); var ContactoDos...
PokiScripting11-05-2006 at 06:42 PM
RE: How to open group chat windows
Yeah, but there is still something that I do not understand. Do I have to make it explicit that they are global variables? I mean, in Matlab i define, global MyVar... But, here it seems that it's just defining it outside every function. Is it like t...
PokiScripting11-04-2006 at 07:19 PM
RE: How to open group chat windows
So...I might found the problem, so here's the question, do I have to redefine global variables in every function?? Particulary in OnEvent_SingInReady function?? But....are functions where I do not have to redefine them? or in every function do i? 10...
PokiScripting11-03-2006 at 10:13 PM
RE: How to open group chat windows
ok, that worked fine once I've realised about the global variable. but what about the debugging? how to do it? i'm lost
PokiScripting11-02-2006 at 10:43 PM
RE: How to open group chat windows
Ok. I'm trying, but actually I don't understand how to use the Debug.. I'm already enabling debuggin options, but what's supposed to happen? what's the debug window? it seems like i'm having a very stupid problem! Maybe I've found my mistake, ...
PokiScripting11-02-2006 at 10:18 PM
RE: How to open group chat windows
That's right! Thanks again. I'm in my way to make a good (at least for me) script.. So, this is finally going to work! Almost all my script is working fine, so my last problem seems to be just and if condition... (promise I will post it after all t...
PokiScripting11-02-2006 at 06:03 PM
RE: How to open group chat windows
Ok. So I'm probably not clear enough. Again, very thankful for all your help. I expect to share my knowledge back...once I master this thing. So, now I'm trying the OnEvent_ContactSignIn, but the script doesn't run in that case. I'm just adding; ...
PokiScripting11-02-2006 at 05:52 PM
RE: How to open group chat windows
That's it. I figured out. Now I'm trying to count how many contacts are present in the chat window. I've found this: var WndContacts = iOriginWnd.Contacts; if(WndContacts.Count == 2){do some stuff} but I'm having problems agains.. anybody?? gr...
PokiScripting11-02-2006 at 10:59 AM
RE: How to open group chat windows
Well, thanks for the advice. I'm reading the documentation.
PokiScripting11-01-2006 at 03:05 PM
RE: How to open group chat windows
Ok, thanks. That seems to work. So another question, I really don't know much about Jscript, so, how do I immply some variable in the text? I mean, that email is actually my var semails[i] with 0<i<6....
PokiScripting11-01-2006 at 11:41 AM
RE: How to open group chat windows
Yeah, I know that. What I was talking about was how to script that. Any thoughts?
PokiScripting11-01-2006 at 01:37 AM
How to open group chat windows
Hi everyone! Must admit I'm a newbie here. Before making this question I've already looked for it in the phorum, but couldn't figure it out. So, I want to open a multi-chat window for a few friends that I have to check if they are online. I figure...
PokiScripting11-01-2006 at 12:31 AM
[Hide Excerpts]