What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Problem] SetCheckState on ChildWnd

[Problem] SetCheckState on ChildWnd
Author: Message:
cooldude_i06
Full Member
***

Avatar
I'm so cool I worry myself.

Posts: 272
Reputation: 9
– / Male / –
Joined: Sep 2003
RE: [Problem] SetCheckState on ChildWnd
quote:
Originally posted by Rene
Hi,

I have created an Window, with CreateWnd, that works fine, now i have created an Childwnd, works fine to.

But, if i want to Set an CheckedState to one CheckBoxControl i got an error
'Object needed' ( orso )

My code:

code:
                  /*
                    Open inside parent, child Main
                  */

                  WindowOpend [ 2 ] = MsgPlus.CreateChildWnd( WindowOpend [ 0 ], 'windows_new.xml', 'Main.Instellingen', 180, 113, true );
                 
                  /*
                    Set settings
                  */
                 
                  with( WindowOpend [ 2 ] )
                  {
                 
                          Butten_SetCheckState( 'LblOnbekendM', false );
                          Butten_SetCheckState( 'LblOnbekendB', true );
                          Butten_SetCheckState( 'LblEffect', true );
                         
                  }

He make the ChildWnd, but don't Checked one CheckBox.

maybe because "button" is spelt wrong...?
[Image: clb2.jpg]
07-01-2006 04:20 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Problem] SetCheckState on ChildWnd - by Rene on 07-01-2006 at 04:17 AM
RE: [Problem] SetCheckState on ChildWnd - by cooldude_i06 on 07-01-2006 at 04:20 AM
RE: [Problem] SetCheckState on ChildWnd - by Rene on 07-01-2006 at 04:22 AM
RE: [Problem] SetCheckState on ChildWnd - by cooldude_i06 on 07-01-2006 at 04: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