What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » DialogTmpl Margin element?

DialogTmpl Margin element?
Author: Message:
effection
Full Member
***

Destroy The Runner

Posts: 135
Reputation: 4
– / Male / Flag
Joined: Sep 2006
O.P. Huh?  DialogTmpl Margin element?
Quick question, the "Margin" value for "Left/RightControsl" in the dialog template...Is it supposed to be an array of margins or is it just the one margin? The reason i ask is in the schema it is set to be unbounded when xsd.exe is passed through it it takes it to be an array of unsigned integers and you can't set a default value for individual array elements

code:

<xs:element name="LeftControls" minOccurs="0">
    <xs:complexType>
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
            <xs:element name="Margin" type="xs:unsignedInt" default="10" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>Adjusts the space between this button and the last one.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="Control" type="pli:Control"/>
        </xs:sequence>
    </xs:complexType>
</xs:element>


Nevermind, worked it out! It is supposed to be an array unfortunately.

This post was edited on 07-15-2009 at 03:49 PM by effection.
07-14-2009 01:07 PM
Profile E-Mail 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