What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Simple question: disabled checkbox

Simple question: disabled checkbox
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Simple question: disabled checkbox
That should work it may be case sensitive:
code:
<Control xsi:type="CheckBoxControl" Id="blah" Enabled="False">
    <Position Top="35" Width="10" Left="90" />
</Control>

quote:
Originally posted by wincy
I found also:
CheckBoxControl/CustomLook/Disabled/Checked/Element
That is if you are giving the control a custom look.

What you can do otherwise is in your script disable it
code:
var pWin = MsgPlus.CreateWnd('mywindow.xml', 'mywindow');
Interop.Call('user32', 'EnableWindow', pWin.GetControlHandle('blah'), false);
12-11-2008 12:27 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Simple question: disabled checkbox - by wincy on 12-11-2008 at 12:19 PM
RE: Simple question: disabled checkbox - by Spunky on 12-11-2008 at 12:26 PM
RE: Simple question: disabled checkbox - by matty on 12-11-2008 at 12:27 PM
RE: RE: Simple question: disabled checkbox - by wincy on 12-11-2008 at 12:35 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