What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Preview] MP - Development Environment

[Preview] MP - Development Environment
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [Preview] MP - Development Environment
quote:
Originally posted by pollolibredegrasa
It didn't work at all for me on my Windows XP machine, I just got an "application has stopped working and needs to close" error. I'll look into it later to try find out why.
Make sure you are running the .Net 3.5 SP1 framework.

quote:
Originally posted by pollolibredegrasa
On my Vista installation it worked, and it looks good so far, although I find the "are you sure you want to close this tab" message kinda annoying (especially when you have a few open tabs and then try exit, meaning you have to click through a few message boxes before it actually quits) :P
Disable the Close Tab Confirmation in the options.


On a side note I can't get it to run at all on Vista Business 32Bit. Does it rely on having MP!L installed? If so that explains it as this is my work computer.

Suggestion:
Extend the intellisense feature. What exactly do I mean by this? What I mean is with Javascript we can create our own classes:

Javascript code:
var hello = function () {}
hello.prototype = {
    "world" : function () { Debug.Trace ( 'hello world ' );
}
 
var h = new hello();
h.world();


It would be nice to have a full list of these class functions. Also much like with the VB6 IDE if you type var h = new it would populate a list of classes then each function/parameter when you try to access it. I think this would be a nice added feature.

This post was edited on 07-02-2009 at 06:50 PM by matty.
07-02-2009 01:01 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Preview] MP - Development Environment - by effection on 07-01-2009 at 04:01 PM
RE: [Preview] MP - Development Environment - by robert_dll on 07-01-2009 at 05:04 PM
RE: [Preview] MP - Development Environment - by effection on 07-01-2009 at 05:05 PM
RE: [Preview] MP - Development Environment - by robert_dll on 07-01-2009 at 05:19 PM
RE: [Preview] MP - Development Environment - by effection on 07-01-2009 at 05:30 PM
RE: [Preview] MP - Development Environment - by NanaFreak on 07-01-2009 at 05:36 PM
RE: [Preview] MP - Development Environment - by robert_dll on 07-01-2009 at 05:43 PM
RE: [Preview] MP - Development Environment - by Spunky on 07-01-2009 at 08:01 PM
RE: [Preview] MP - Development Environment - by NanaFreak on 07-02-2009 at 01:50 AM
RE: [Preview] MP - Development Environment - by vaccination on 07-02-2009 at 07:29 AM
RE: RE: [Preview] MP - Development Environment - by effection on 07-02-2009 at 10:44 AM
RE: RE: RE: [Preview] MP - Development Environment - by pollolibredegrasa on 07-02-2009 at 11:16 AM
RE: RE: RE: RE: [Preview] MP - Development Environment - by effection on 07-02-2009 at 12:40 PM
RE: [Preview] MP - Development Environment - by SmokingCookie on 07-02-2009 at 12:54 PM
RE: [Preview] MP - Development Environment - by matty on 07-02-2009 at 01:01 PM
RE: [Preview] MP - Development Environment - by effection on 07-02-2009 at 08:17 PM
RE: [Preview] MP - Development Environment - by effection on 07-05-2009 at 05:55 PM


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