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

Button_SetCheckState problem
Author: Message:
WarPenguin
New Member
*


Posts: 6
Joined: Mar 2008
O.P. Button_SetCheckState problem
hi everyone,

Im writing a script that has an options dialog to configure some of its functions. For that purpose im using checkboxes. I wanted the script to read the configurations from a file and set the checkboxes accordingly.
But it gives me this error:

Error: Object doesn't support this property or method (code: -2146827850)

Here is the code:

if(newfile.Readline() == 1){
optionsWnd.Button_SetCheckState("Abreum",true);
}else{
optionsWnd.Button_SetCheckState("Abreum",false);
}

Thanks.
03-12-2008 05:41 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Button_SetCheckState problem - by WarPenguin on 03-12-2008 at 05:41 PM
RE: Button_SetCheckState problem - by Spunky on 03-12-2008 at 05:47 PM
RE: Button_SetCheckState problem - by WarPenguin on 03-12-2008 at 05:57 PM
RE: Button_SetCheckState problem - by matty on 03-12-2008 at 05:58 PM
RE: Button_SetCheckState problem - by WarPenguin on 03-12-2008 at 06:00 PM
RE: Button_SetCheckState problem - by matty on 03-12-2008 at 06:01 PM
RE: Button_SetCheckState problem - by WarPenguin on 03-12-2008 at 06:05 PM
RE: Button_SetCheckState problem - by matty on 03-12-2008 at 06:06 PM
RE: Button_SetCheckState problem - by WarPenguin on 03-12-2008 at 06:10 PM
RE: Button_SetCheckState problem - by matty on 03-12-2008 at 06:15 PM
RE: Button_SetCheckState problem - by WarPenguin on 03-12-2008 at 06:20 PM
RE: Button_SetCheckState problem - by matty on 03-12-2008 at 06:25 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