What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Snarl

Snarl
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Snarl
quote:
Originally posted by whiz
Why not put the application and icon in the script folder?  Then you can pack the whole lot together.

To compile a script, you need to put all of the files in a ZIP folder, and then change the extension to ".plsc" (if you can't see extensions, go to Tools > Folder Options > View > Hide extensions for known file types (uncheck).
You also need to include a ScriptInfo.xml file...

Also superaktieboy,

Javascript code:
if (!(Messenger.MyStatus == 4 &&  boolDontNotifyOnBusy == true)) {

The above line instead of using 4 you can use
Javascript code:
if (!(Messenger.MyStatus == STATUS_BUSY &&  boolDontNotifyOnBusy == true)) {

06-22-2010 12:58 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Snarl - by AnyaAlstreim on 05-12-2009 at 02:21 PM
RE: Snarl - by superaktieboy on 06-21-2010 at 06:26 PM
RE: Snarl - by matty on 06-21-2010 at 06:41 PM
RE: Snarl - by superaktieboy on 06-21-2010 at 08:29 PM
RE: Snarl - by matty on 06-21-2010 at 09:55 PM
RE: Snarl - by superaktieboy on 06-22-2010 at 01:09 AM
RE: Snarl - by superaktieboy on 06-22-2010 at 01:44 AM
RE: Snarl - by whiz on 06-22-2010 at 09:13 AM
RE: Snarl - by matty on 06-22-2010 at 12:58 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