What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » PDF Scripting Document

Pages: (2): « First [ 1 ] 2 » Last »
PDF Scripting Document
Author: Message:
ultimatebuster
Junior Member
**


Posts: 17
Joined: Oct 2008
O.P. PDF Scripting Document
Hi!

I'm trying to read through the official document. Is there a PDF version of this? That would make may life a lot easier.

Thanks!
06-30-2009 01:15 AM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: PDF Scripting Document
http://www.megaupload.com/?d=Z39WG97Q

This was made with a trial version so the menu has [Trial Version] infront of everything...
06-30-2009 01:48 AM
Profile E-Mail PM Find Quote Report
ultimatebuster
Junior Member
**


Posts: 17
Joined: Oct 2008
O.P. RE: PDF Scripting Document
Oh yeah, I'm a kind of confused by the object/event reference. For example if have Contact::Name, it tells me:

This is a read-only property.
[string] Name;

But how do I use it? Like Contact.Name(syntax)?? What's going on.
06-30-2009 02:23 AM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: PDF Scripting Document
Well there is a few ways of getting it:

Javascript code:
/* Looping through the contact list */
for ( var oContact = new Enumerator ( Messenger.MyContacts ); !oContact.atEnd(); oContact.moveNext() ) {
    Debug.Trace ( oContact.item().Name );
}
 
/* If you know the email */
var oContact = Messenger.GetContact ( 'johndoe@hotmail.com' );
Debug.Trace ( oContact.Name );

06-30-2009 02:38 AM
Profile E-Mail PM Find Quote Report
ultimatebuster
Junior Member
**


Posts: 17
Joined: Oct 2008
O.P. RE: PDF Scripting Document
Is there a more comprehensive tutorial somewhere?
06-30-2009 01:44 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: PDF Scripting Document
There are an immense amount of tickets and same code on the forum.

If you need help or questions answered feel free to post :)

http://mpscripts.net will become a full scripting resource at some point in time.

This post was edited on 06-30-2009 at 01:55 PM by matty.
06-30-2009 01:47 PM
Profile E-Mail PM Find Quote Report
ultimatebuster
Junior Member
**


Posts: 17
Joined: Oct 2008
O.P. RE: PDF Scripting Document
The Scripting document is nice, but it's not as easy to read for a scripting newbie. I have some novice VB.Net experience. That's a bout it.

So if I read the scripting document all the way through, I can become an "expert" on Msg Live Plus scripting?
06-30-2009 05:38 PM
Profile E-Mail PM Find Quote Report
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: PDF Scripting Document
quote:
Originally posted by ultimatebuster
So if I read the scripting document all the way through, I can become an "expert" on Msg Live Plus scripting?
Probably not.

You may become an expert on Plus! scripting through doing much programming by yourself, through discovering, figuring-out-why and fixing bugs of your scripts, through asking questions and reading people's answers on the forums, and (possibly) through reading others' codes.

Actually as far as we're talking about programming, it's pretty much the same, regardless of the language and the target platform.

This post was edited on 06-30-2009 at 05:51 PM by Mnjul.
06-30-2009 05:50 PM
Profile PM Web Find Quote Report
ultimatebuster
Junior Member
**


Posts: 17
Joined: Oct 2008
O.P. RE: RE: PDF Scripting Document
quote:
Originally posted by Mnjul
quote:
Originally posted by ultimatebuster
So if I read the scripting document all the way through, I can become an "expert" on Msg Live Plus scripting?
Probably not.

You may become an expert on Plus! scripting through doing much programming by yourself, through discovering, figuring-out-why and fixing bugs of your scripts, through asking questions and reading people's answers on the forums, and (possibly) through reading others' codes.

Actually as far as we're talking about programming, it's pretty much the same, regardless of the language and the target platform.

So how did you, or anyone else get started?
06-30-2009 06:10 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: PDF Scripting Document
I took classes which (this will date me) was Visual Basic 3 at the time. Then I learned VB6 (same language). Then I tackled Plus! scripting which is JScript. If you are familar with Javascript that is "half" the battle.
06-30-2009 07:00 PM
Profile E-Mail PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On