What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Script Request] Growl Notifications

[Script Request] Growl Notifications
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: [Script Request] Growl Notifications
You forgot the "function" keyword before your function definition.
Javascript code:
function OnEvent_ContactSignin(Email){
    var shell = new ActiveXObject("WScript.Shell");
    var cmd = 'growlnotify "' + Email + 'signed in"';
    shell.Run(cmd);
}

Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
01-21-2010 09:17 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Script Request] Growl Notifications - by samus on 01-17-2010 at 12:36 AM
RE: [Script Request] Growl Notifications - by Spunky on 01-17-2010 at 02:31 AM
RE: [Script Request] Growl Notifications - by samus on 01-17-2010 at 10:53 AM
RE: [Script Request] Growl Notifications - by samus on 01-21-2010 at 08:30 PM
RE: [Script Request] Growl Notifications - by Matti on 01-21-2010 at 09:17 PM
RE: [Script Request] Growl Notifications - by matty on 01-21-2010 at 09:28 PM
RE: [Script Request] Growl Notifications - by samus on 01-23-2010 at 11:27 AM
RE: [Script Request] Growl Notifications - by Spunky on 01-23-2010 at 12:47 PM
RE: [Script Request] Growl Notifications - by samus on 01-23-2010 at 01:18 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