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)

help (debug this script - syntax error)
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / 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
« Next Oldest Return to Top Next Newest »

Messages In This Thread
help (debug this script - syntax error) - by Wakaki on 01-04-2007 at 02:56 PM
RE: help - by ins4ne on 01-04-2007 at 03:02 PM
RE: help - by pollolibredegrasa on 01-04-2007 at 03:03 PM
RE: help - by Wakaki on 01-04-2007 at 03:26 PM
RE: help - by Spunky on 01-04-2007 at 04:03 PM
RE: help - by Wakaki on 01-04-2007 at 04:56 PM
RE: help - by Spunky on 01-04-2007 at 05:16 PM
RE: help (debug this script - syntax error) - by Wakaki on 01-06-2007 at 10:21 AM
RE: help (debug this script - syntax error) - by NanaFreak on 01-06-2007 at 10:23 AM
RE: help (debug this script - syntax error) - by Wakaki on 01-06-2007 at 02:40 PM
RE: help (debug this script - syntax error) - by Matti on 01-06-2007 at 05:19 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