What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Help/ Early Preview] Myspace integration

[Help/ Early Preview] Myspace integration
Author: Message:
Pai
Full Member
***

w00t !

Posts: 203
Reputation: 2
– / Male / –
Joined: Sep 2003
RE: [Help/ Early Preview] Myspace integration
Try this:

code:
function OnGetScriptMenu(Loc) {

/*
* Create Plus Menu
*/

var menu = '<ScriptMenu>';
menu += '<MenuEntry Id="MnuChkAll">Check All Now</MenuEntry>';
menu += '<MenuEntry Id="MnuInbox">Inbox</MenuEntry>';
menu += '<MenuEntry Id="MnuRequest">Friend Requests (' + nwaNewRequestCounter  + ')</MenuEntry>';
menu += '<MenuEntry Id="MnuBulletin">Bulletins ('      + nwaNewBulletinCounter + ')</MenuEntry>';
menu += '<MenuEntry Id="MnuEvent">Events (' + nwaNewEventCounter    + ')</MenuEntry>';
menu += '<MenuEntry Id="MnuBlog">Blogs ('         + nwaNewBlogCounter     + ')</MenuEntry>';
menu += '<MenuEntry Id="MnuOptions">Options...</MenuEntry>';
menu +=   '</ScriptMenu>';

  return menu;

}
07-11-2006 11:11 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Help/ Early Preview] Myspace integration - by BstrdSmkr on 07-05-2006 at 08:20 PM
RE: [Help/ Early Preview] Myspace integration - by craig2k5 on 07-05-2006 at 08:21 PM
RE: [Help/ Early Preview] Myspace integration - by Stigmata on 07-05-2006 at 08:23 PM
RE: [Help/ Early Preview] Myspace integration - by MisterFreak on 07-05-2006 at 08:28 PM
RE: [Help/ Early Preview] Myspace integration - by BstrdSmkr on 07-10-2006 at 11:03 PM
RE: [Help/ Early Preview] Myspace integration - by Pai on 07-11-2006 at 12:50 AM
RE: [Help/ Early Preview] Myspace integration - by :No-Frost: on 07-11-2006 at 03:44 AM
RE: [Help/ Early Preview] Myspace integration - by Keikonium on 07-11-2006 at 04:02 AM
RE: [Help/ Early Preview] Myspace integration - by BstrdSmkr on 07-11-2006 at 04:16 AM
RE: [Help/ Early Preview] Myspace integration - by Pai on 07-11-2006 at 11:11 AM
RE: RE: [Help/ Early Preview] Myspace integration - by BstrdSmkr on 07-13-2006 at 02:04 AM
RE: [Help/ Early Preview] Myspace integration - by BstrdSmkr on 07-17-2006 at 04:16 AM


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