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

TranslationAdjust tag
Author: Message:
robert_dll
Full Member
***

Avatar

Posts: 393
Reputation: 8
– / Male / Flag
Joined: Aug 2008
O.P. TranslationAdjust tag
Just wondering if anybody knows how to use the TranslationAdjust tag, I've trying to make it work without success, here's the code:

XML code:
<Control xsi:type="StaticControl" Id="LVersion">
    <Position Left="5" Top="15" Width="50"/>
    <Attributes>
        <AutoAdjustWidth>true</AutoAdjustWidth>
    </Attributes>
    <Font>
        <Bold>true</Bold>
        <Size>8</Size>
    </Font>
    <Caption>Version:</Caption>
</Control>
<Control xsi:type="StaticControl" Id="Version">
    <Position Left="38" Top="15" Width="25">
        <TranslationAdjust>
            <StaticCtrlIDLeft>LVersion</StaticCtrlIDLeft>
        </TranslationAdjust>       
    </Position>
    <Attributes>
    <AutoAdjustWidth>true</AutoAdjustWidth>
    </Attributes>
    <Font>
        <Size>8</Size>
    </Font>
    <Caption>0.0.0</Caption>
</Control>


Thanks :)

This post was edited on 01-02-2010 at 04:01 AM by robert_dll.
01-02-2010 04:00 AM
Profile 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