What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » SetControlText on a child window

SetControlText on a child window
Author: Message:
MeEtc
Patchou's look-alike
*****

Avatar
In the Shadow Gallery once again

Posts: 2200
Reputation: 60
38 / Male / Flag
Joined: Nov 2004
Status: Away
O.P. RE: SetControlText on a child window
Positive. I even tried using wnd (var for the parent window) too, and it doesn't work.

Here's the code for WndImageEdit.General
code:
    <Window Id="WndImageEdit.General" Version="1">
        <Position Width="200" Height="180" />
        <ChildTmpl/>
        <Controls>
            <Control xsi:type="StaticControl" Id="lblGenName">
                <Position Width="40" Top="0" Left="0" />
                <Font><Bold>true</Bold></Font>
                <Caption>Name:</Caption>
            </Control>
            <Control xsi:type="EditControl" Id="txtGenName">
                <Position Width="60" Top="0" Left="80" />
            </Control>
            <Control xsi:type="StaticControl" Id="txtGenNameDesc">
                <Position Width="180" Top="15" Left="5" Height="25" />
                <Attributes><WrapText>true</WrapText></Attributes>
                <Caption>Specify a name for your image. Only used as an ID by you within the script itself.</Caption>
            </Control>
        </Controls>
    </Window>
[Image: signature/]     [Image: sharing.png]
I cannot hear you. There is a banana in my ear.
11-12-2007 06:37 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
SetControlText on a child window - by MeEtc on 11-12-2007 at 06:19 PM
RE: SetControlText on a child window - by Matti on 11-12-2007 at 06:24 PM
RE: SetControlText on a child window - by MeEtc on 11-12-2007 at 06:37 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