What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Shema documentation is out of date?

Shema documentation is out of date?
Author: Message:
V@no
Full Member
***

Avatar
sexy

Posts: 162
Joined: Mar 2004
O.P. Shema documentation is out of date?
I've spent several days before I began understand the MPL! script documentation (very bad formated and overall documentation...(compare to AutoIT script documentation) and required knowledge level is way beyond that says in the introduction)
The XML Shema says that <LeftControls> cannot contain <Attributes>
yet, in order to make a button default, it has to have <Attributes> in it:
code:
    <DialogTmpl>
        <BottomBar Style="None">
          <LeftControls>
                <Control xsi:type="ButtonControl" Id="btnSave">
                    <Position Top="3" Width="50" Left="0"/>
                    <Caption>Save</Caption>
          <Attributes><IsDefault>true</IsDefault></Attributes>
                </Control>
            </LeftControls>
        </BottomBar>
    </DialogTmpl>

It fails validation, but! it actually works...is it because documentation is out of date?

This post was edited on 08-30-2010 at 06:32 AM by V@no.
08-30-2010 06:29 AM
Profile PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Shema documentation is out of date?
<LeftControls> does not contain <Attributes>, <Control> does...
<Eljay> "Problems encountered: shit blew up" :zippy:
08-30-2010 07:31 AM
Profile PM 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