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:
samus
New Member
*


Posts: 7
Joined: Aug 2009
O.P. RE: [Script Request] Growl Notifications
Thanks. :)
I've had a go at doing this through the Growl command line tool and a shell object, but I get an error when I try to run it.

My code:
code:
OnEvent_ContactSignin(Email){
var shell = new ActiveXObject("wscript.shell");
var cmd = 'growlnotify "' + Email + 'signed in"';
shell.Run(cmd);
}


I'm not sure why this doesn't work. Another problem with using this method is that a shell window will pop up every time someone signs in so I want to try and integrate it with another API of theirs.
The list of APIs is here:http://www.growlforwindows.com/gfw/developers.aspx

They have a Javascript one but I don't really understand it as it uses a flash file to send the notification or something..  [Image: huh.gif]

Thanks for replying,
Samus
01-17-2010 10:53 AM
Profile E-Mail PM 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