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

InitialPos values
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: InitialPos values
From the PlusInterace.xsd file:
code:
<xs:attribute name="InitialPos" use="optional" default="CenteredParent">
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="Normal"/>
         <xs:enumeration value="CenteredParent"/>
         <xs:enumeration value="CenteredScreen"/>
         <xs:enumeration value="Minimised"/>
         <xs:enumeration value="Maximised"/>
         <xs:enumeration value="Random"/>
      </xs:restriction>
   </xs:simpleType>
</xs:attribute>
The PlusInterface.xsd file is a schema file for Plus! interfaces and can be used to validate your Interface XMLs. It contains all possible values for the different elements. You can download it by opening the Plus! documentation and click the link "Schema file for Interface Windows" in XML Schemas Reference > Interface Windows > Information.
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
08-24-2007 06:00 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
InitialPos values - by scutterman on 08-24-2007 at 02:34 PM
RE: InitialPos values - by Matti on 08-24-2007 at 06:00 PM
RE: InitialPos values - by scutterman on 08-25-2007 at 09:16 AM


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