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:
scutterman
Junior Member
**

Avatar
-- Scutterman avatar from Runescape

Posts: 21
– / Male / Flag
Joined: Jul 2007
O.P. InitialPos values
can someone give me a list of the values that are valid for the xml <window> <position> tag. I've tried looking in the documentation, msdn, google, and here but I can't find it
TIA
~~Scutterman~~

Of course the world doesn't make sense
Its only purpose is to be somewhere that
humans can stand around in complaining
that the world doesn't make sense


08-24-2007 02:34 PM
Profile E-Mail PM Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / 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
scutterman
Junior Member
**

Avatar
-- Scutterman avatar from Runescape

Posts: 21
– / Male / Flag
Joined: Jul 2007
O.P. RE: InitialPos values
Thanks, I'll download that asap

~~Scutterman~~

Of course the world doesn't make sense
Its only purpose is to be somewhere that
humans can stand around in complaining
that the world doesn't make sense


08-25-2007 09:16 AM
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