What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » help (debug this script - syntax error)

Pages: (2): « First « 1 [ 2 ] Last »
help (debug this script - syntax error)
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: help (debug this script - syntax error)
Check the Scripting documentation, please!
code:
<Control xsi:type="CheckBoxControl" Id="ChkThing">
<Position Left="10" Top="10" Width="100" Height="15">
<Caption>Thing</Caption>
</Control>
code:
//Top of script
var active = false;
//In BtnSave block
active = PlusWnd.Button_IsChecked("ChkThing");
//In your script block (where it should test if it's active to continue)
if(active) {
//Do it!
} else {
//Don't do it!
}

This post was edited on 01-06-2007 at 05:21 PM by Matti.
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
01-06-2007 05:19 PM
Profile E-Mail PM Web 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