Shoutbox

[MP!L Scripting Documentation] Design bug? - 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: [MP!L Scripting Documentation] Design bug? (/showthread.php?tid=62167)

[MP!L Scripting Documentation] Design bug? by Rene on 06-30-2006 at 07:15 PM

Not realy an important bug, but it's not normal, i think..

( I can't find an Topic with this Design Bug )


RE: [MP!L Scripting Documentation] Design bug? by segosa on 06-30-2006 at 07:34 PM

code:
        <dl>
            <dt><i>ControlId</i></dt>
            <dd>[string]&nbsp;Unique identifier of the control.</dd>
        <dl>
            <dt><i>Checked</i></dt>
            <dd>[string]&nbsp;<font color="#7A7999">True</font> is the button must be
            checked, <font color="#7A7999">false</font> if it must be unchecked</dd>
        </dl>
        </dl>

silly Patchou ended the dl in the wrong place.
RE: [MP!L Scripting Documentation] Design bug? by J-Thread on 06-30-2006 at 07:53 PM

What about the type? "Checked" is obviously a boolean value, but it says string there.... So there are 2 bugs...


RE: [MP!L Scripting Documentation] Design bug? by Patchou on 07-02-2006 at 03:45 AM

thanks :)