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

Development Capabilities
Author: Message:
Omnipotence
New Member
*


Posts: 6
Joined: Jun 2006
O.P. Development Capabilities
Personally, Ive never used Javascript thoroughly although I have used Java. So I'm not absolutely sure what capabilites there are. Assuming I don't import any libraries or functions, I'd just like to know is string manipulation possible and more specifically substring?

As well, on attempting to unblock somebody by doing something like:
Contact.blocked = false;

Contact being the initiator. I made that line run right when I block someone on the chatwnd. Im wondering why it won't unblock. Is it perhaps that the iterator fails when I block them due to chat disabling or perhaps something else?

Any help is appreciated thank you.

This post was edited on 06-27-2006 at 03:37 PM by Omnipotence.
06-27-2006 03:20 PM
Profile E-Mail PM Find Quote Report
Lou
Veteran Member
*****

Avatar

Posts: 2475
Reputation: 43
– / Male / Flag
Joined: Aug 2004
RE: Development Capabilities
quote:
Originally posted by Omnipotence
Javascript
It's not Javascript, it's Jscript. It's similiar, but not exactly the same.
quote:
Originally posted by Omnipotence
Contact being the initiator. I made that line run right when I block someone on the chatwnd. Im wondering why it won't unblock. Is it perhaps that the iterator fails when I block them due to chat disabling or perhaps something else?
I suggest you use something like this:
code:
OnEvent_ContactBlocked(
    [string] Email
);
Read the scripting documentation for these types of events.
[Image: msghelp.net.png]
The future holds bright things in it\\\'s path, but only time will tell what they are and where they come from.
Messenger Stuff Forums
06-27-2006 03:54 PM
Profile PM Web Find Quote Report
« 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