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

[?] PathChunk
Author: Message:
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
O.P. [?] PathChunk
So just a little question about the XML Schema, is it actually possible to use any of the PathChunk elements in a window or not? I don't really need to use it for anything, but i was going to start writing my own scripting docs with full examples just for a side project to pass time.

As far as i can tell from the schema it should be something like so:
code:
<?xml version="1.0" encoding="UTF-16"?>
<Interfaces xmlns="urn:msgplus:interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:msgplus:interface PlusInterface.xsd">
  <Window Id="PathChunkTest" Version="1">
    <Attributes>
      <Caption>PathChunk Test</Caption>
    </Attributes>
    <TitleBar>
      <Title>
        <Text>PathChunk Test</Text>
      </Title>
    </TitleBar>
    <Position Width="200" Height="200"/>
    <DialogTmpl/>
    <Elements>
      <Element xsi:type="FigureElement" Id="TestArc">
        <Position Top="5" Left="5" Width="100" Height="100" />
        <Figure>
          <Custom>
            <PathChunk>
              <LineChunk>
                <X1>0</X1>
                <Y1>0</Y1>
                <X2>10</X2>
                <Y2>10</Y2>
              </LineChunk>
            </PathChunk>
          </Custom>
        </Figure>
        <Border>
          <Size>5</Size>
          <Color>
            <Red>255</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Border>
      </Element>
    </Elements>
  </Window>
</Interfaces>

Now this seems perfectly correct according to the schema, and it validates fine. So am i doing something wrong or is this another of Pitcho's useless unusable features :P
12-13-2006 10:38 PM
Profile PM Find Quote Report
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
O.P. RE: [?] PathChunk
umm... bump? :sad:
12-14-2006 09:15 PM
Profile PM Find Quote Report
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: [?] PathChunk
Anyone else had a go at using this?
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
01-05-2007 04:30 PM
Profile E-Mail PM Web Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: [?] PathChunk
I tried, but I have no idea what it should do or how it should work...

PATCHOU???
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
01-05-2007 04:34 PM
Profile E-Mail PM Web 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