What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Script does not start, or hook onto Plus! menu

Script does not start, or hook onto Plus! menu
Author: Message:
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
O.P. Script does not start, or hook onto Plus! menu
Well my problem is simple really, my script does not appear to start until I edit it and refresh it in the Plus! scripting prefences. It is very odd, but I cannot pin point the problem.

code:
function OnGetScriptMenu(Location)
{
    var ScriptMenu ="<ScriptMenu>";
    ScriptMenu +="<MenuEntry Id=\"Options\">Options</MenuEntry>";
    ScriptMenu +="<Separator/>";
    ScriptMenu +="<MenuEntry Id=\"About\">About Message Enchanter</MenuEntry>";
    ScriptMenu +="</ScriptMenu>";
    return ScriptMenu;
}

Now I am not sure, but it could be something else effecting the hooking, maybe the script failed to start for example, is there soemething I have totally missed to help the script load better? Thanks :).
07-09-2006 01:39 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Script does not start, or hook onto Plus! menu - by absorbation on 07-09-2006 at 01:39 PM
RE: Script does not start, or hook onto Plus! menu - by Paril on 07-09-2006 at 01:42 PM
RE: Script does not start, or hook onto Plus! menu - by absorbation on 07-09-2006 at 01:44 PM
RE: Script does not start, or hook onto Plus! menu - by Paril on 07-09-2006 at 01:46 PM
RE: Script does not start, or hook onto Plus! menu - by Volv on 07-09-2006 at 01:59 PM
RE: Script does not start, or hook onto Plus! menu - by absorbation on 07-09-2006 at 02:10 PM
RE: Script does not start, or hook onto Plus! menu - by deAd on 07-09-2006 at 03:18 PM
RE: Script does not start, or hook onto Plus! menu - by absorbation on 07-09-2006 at 04:23 PM
RE: Script does not start, or hook onto Plus! menu - by Stigmata on 07-09-2006 at 05:03 PM
RE: Script does not start, or hook onto Plus! menu - by AberNStein on 07-10-2006 at 01:39 AM
RE: Script does not start, or hook onto Plus! menu - by CookieRevised on 07-10-2006 at 01:44 AM
RE: Script does not start, or hook onto Plus! menu - by Volv on 07-10-2006 at 02:14 PM
RE: Script does not start, or hook onto Plus! menu - by deAd on 07-10-2006 at 02:23 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