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:
Rene
Junior Member
**


Posts: 25
Joined: Jun 2006
O.P. [Problem] SetCheckState on ChildWnd
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 )

This post was edited on 07-01-2006 at 04:22 AM by Rene.
07-01-2006 04:17 AM
Profile E-Mail PM Find Quote Report
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
Rene
Junior Member
**


Posts: 25
Joined: Jun 2006
O.P. RE: [Problem] SetCheckState on ChildWnd
Mmm, i'm so stupid.

Dutch -> english, it make me crazy :P
07-01-2006 04:22 AM
Profile E-Mail PM Find Quote Report
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
Mmm, i'm so stupid.

Dutch -> english, it make me crazy :P


no problem, lol, :P
[Image: clb2.jpg]
07-01-2006 04:22 AM
Profile E-Mail PM Web Find Quote Report
« 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