Shoutbox

DateTime..., err, ComboBoxControl? - 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: DateTime..., err, ComboBoxControl? (/showthread.php?tid=61517)

DateTime..., err, ComboBoxControl? by Matti on 06-26-2006 at 07:47 AM

Can someone give me the syntax how to use the DateTimeControl in the interfaces XML?
So, how to use all its attributes and so... :)


RE: DateTimeControl? by Eljay on 06-26-2006 at 08:17 AM

<Control xsi:type="DateTimeControl" Id="DateTimeTest">
    <Position Top="221" Left="10" Width="125" Height="12" />
    <Attributes>
        <AllowCalendar>false</AllowCalendar>
    </Attributes>
    <Format>
        <Predefined>DateTime</Predefined>
    </Format>
</Control>


RE: DateTimeControl? by Matti on 06-26-2006 at 01:16 PM

Thank you! :D

Anyone knows how to add alements in a ComboBoxControl? :)


RE: DateTime..., err, ComboBoxControl? by CookieRevised on 06-26-2006 at 02:29 PM

Please read the scripting documentation (and/or look at other scripts) for such basic questions.