Shoutbox

TranslationAdjust tag - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: TranslationAdjust tag (/showthread.php?tid=93402)

TranslationAdjust tag by robert_dll on 01-02-2010 at 04:00 AM

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 :)