Shoutbox

Typing error in Plus! Interface XML - 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: WLM Plus! Bug Reports (/forumdisplay.php?fid=7)
+----- Thread: Typing error in Plus! Interface XML (/showthread.php?tid=77694)

Typing error in Plus! Interface XML by Matti on 09-22-2007 at 12:35 PM

In INTERFACEPREF-CUSTOMIZE, there's an error in the XML:

code:
         <Control xsi:type="StaticControl" Id="LblDelay">
            <Position Top="165" Width="220" Left="31"/>
            <Attributes><AutoAdjustWidth>true</AutoAdjustWidth></Attributes>
            <Caption>Delay used to repeat the auto-responder message (in seconds) :</Caption>
         </Control>
         <Control xsi:type="EditControl" Id="EdtDelay">
            <Position Top="163" Width="30" Left="249">
               <TranslationAdjust>
                  <StaticCtrlIDLeft>EdtDelay</StaticCtrlIDLeft>
               </TranslationAdjust>
            </Position>
            <Attributes>
               <NumbersOnly>true</NumbersOnly>
               <Align>right</Align>
            </Attributes>
         </Control>
EdtDelay should be LblDelay in order to make the left position of the EditControl interact with the width of the StaticControl in front of it. ;)

Windows Vista Ultimate x64 (6.0.6000)
Windows Live Messenger 8.1.0178
Messenger Plus! Live 4.23.0.276
RE: Typing error in Plus! Interface XML by Patchou on 09-22-2007 at 08:08 PM

wow, I'm impressed.

Thanks for the report.