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)

Pages: (2): « First « 1 [ 2 ] Last »
[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
segosa
Community's Choice
*****


Posts: 1407
Reputation: 92
Joined: Feb 2003
O.P. RE: RE: [RELEASE] wcap 0.1: Window Capture Script
quote:
Originally posted by crino
@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 ;)


Done.
The previous sentence is false. The following sentence is true.
07-26-2006 09:22 AM
Profile PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


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