What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [RELEASE] wcap 0.1.2 (Screenshot Sender)

[RELEASE] wcap 0.1.2 (Screenshot Sender)
Author: Message:
crino
New Member
*


Posts: 10
Joined: Jul 2006
RE: [RELEASE] wcap 0.1: Window Capture Script
@sagosa

add this in script file:
code:
function OnGetScriptCommands () {
    var commands;
   
    commands  = "<ScriptCommands>";
    commands +=     "<Command>";
    commands +=         "<Name>wcactive</Name>";
    commands +=         "<Description>wait [delay] seconds before sending a capture of the active window</Description>";
    commands +=     "</Command>";
    commands +=     "<Command>";
    commands +=         "<Name>wcfullscreen</Name>";
    commands +=         "<Description>wait [delay] seconds before sending a capture of the fullscreen window</Description>";
    commands +=     "</Command>";
    commands +=     "<Command>";
    commands +=         "<Name>wcsetdelay</Name>";
    commands +=         "<Description>set the default delay (used if none is specified in the previous two commands)</Description>";
    commands +=     "</Command>";
    commands += "</ScriptCommands>";

    return commands;
}

so we have commands in popup commands ;)
07-26-2006 05:59 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[RELEASE] wcap 0.1.2 (Screenshot Sender) - by segosa on 07-24-2006 at 07:33 PM
RE: wcap 0.1: Window Capture Script - by Thor on 07-24-2006 at 07:37 PM
RE: wcap 0.1: Window Capture Script - by Chris4 on 07-24-2006 at 07:51 PM
RE: wcap 0.1: Window Capture Script - by ins4ne on 07-24-2006 at 08:01 PM
RE: wcap 0.1: Window Capture Script - by segosa on 07-24-2006 at 08:07 PM
RE: wcap 0.1: Window Capture Script - by Menthix on 07-24-2006 at 08:45 PM
RE: wcap 0.1: Window Capture Script - by MX-G on 07-24-2006 at 08:46 PM
RE: wcap 0.1: Window Capture Script - by Eljay on 07-24-2006 at 08:55 PM
RE: RE: wcap 0.1: Window Capture Script - by segosa on 07-24-2006 at 09:15 PM
RE: [RELEASE] wcap 0.1: Window Capture Script - by Intosia on 07-25-2006 at 12:05 PM
RE: [RELEASE] wcap 0.1: Window Capture Script - by crino on 07-26-2006 at 05:59 AM
RE: RE: [RELEASE] wcap 0.1: Window Capture Script - by segosa on 07-26-2006 at 09:22 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