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

[Release] Live Poll v1.02
Author: Message:
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
RE: [Release] Live Poll
Ive made the about window. Hope you like it.
EDIT:for some weird reason the attachment didn't work so heres the code:
code:
<?xml version="1.0" encoding="UTF-16"?>
    <GlobalColors>
        <GlobalColor Id="green"><Red>80</Red><Green>200</Green><Blue>65</Blue><Alpha>220</Alpha></GlobalColor>
        <GlobalColor Id="white"><Red>255</Red><Green>255</Green><Blue>255</Blue><Alpha>255</Alpha></GlobalColor>
        <GlobalColor Id="black"><Red>0</Red><Green>0</Green><Blue>0</Blue><Alpha>255</Alpha></GlobalColor>
        <GlobalColor Id="grey"><Red>223</Red><Green>223</Green><Blue>223</Blue><Alpha>255</Alpha></GlobalColor>
        <GlobalColor Id="bg"><BaseColor><Saturation>2</Saturation><Brightness>0.6</Brightness><Transparency>82</Transparency></BaseColor></GlobalColor>
        <GlobalColor Id="ref"><BaseColor><Saturation>2.5</Saturation><Brightness>0.8</Brightness><Transparency>220</Transparency></BaseColor></GlobalColor>
    </GlobalColors>

    <Window Id="WndAbout" Version="1">
        <Attributes>
            <Caption>Live poll-About</Caption>
        </Attributes>   
        <Position Width="300" Height="200"/>
        <Elements>
            <Element xsi:type="FigureElement" Id="RectTopGradient">
                <Position Top="0" Left="1" Width="900" Height="29"/>
                <Figure><RoundRect><Radius>5</Radius></RoundRect></Figure>
                <Fill>
                    <LinearGradient Angle="90">
                    <Color1><BaseColor><Transparency>0</Transparency></BaseColor></Color1>
                    <Color2><BaseColor><Transparency>100</Transparency></BaseColor></Color2>
                    </LinearGradient>
                </Fill>
            </Element>       
            <Element xsi:type="FigureElement" Id="FigRectDev">
                <Position Top="57" Left="190" Height="45" Width="97"/>
                <Figure><RoundRect><Radius>3</Radius></RoundRect></Figure>
                <Border>
                    <Color><GlobalColor>bg</GlobalColor></Color>
                </Border>
                <Fill>
                    <PlainColor><Red>255</Red><Green>255</Green><Blue>255</Blue><Alpha>170</Alpha></PlainColor>
                </Fill>
            </Element>
            <Element xsi:type="FigureElement" Id="FigRectInfo">
                <Position Top="110" Left="190" Height="24" Width="97"/>
                <Figure><RoundRect><Radius>3</Radius></RoundRect></Figure>
                <Border>
                    <Color><GlobalColor>bg</GlobalColor></Color>
                </Border>
                <Fill>
                    <PlainColor><Red>255</Red><Green>255</Green><Blue>255</Blue><Alpha>170</Alpha></PlainColor>
                </Fill>
            </Element>
            <Element xsi:type="ImageElement" Id="imgLogo">
                <Position Top="3" Left="3" />
                <Image>
                    <Name>logo</Name>
                </Image>
            </Element>
            <Element xsi:type="LineElement" Id="LnTopSep">
                <Position Top="52" Left="65" Width="120" Height="0">
                    <Anchor Horizontal="LeftRightFixed"/>
                </Position>
                <Size>1</Size>
                <Color><Red>195</Red><Green>195</Green><Blue>195</Blue></Color>
            </Element>
            <Element xsi:type="LineElement" Id="LnBottomSep">
                <Position Top="125" Left="5" Width="175" Height="0">
                    <Anchor Horizontal="LeftRightFixed"/>
                </Position>
                <Size>1</Size>
                <Color><Red>195</Red><Green>195</Green><Blue>195</Blue></Color>
            </Element>
            <Element xsi:type="ImageElement" Id="Bg">
                <Position Top="1" Left="90"/>
                <Image><Name>windowbkg</Name></Image>
            </Element>           
        </Elements>
        <DialogTmpl>
            <BottomBar Style="Plain">
                <RightControls>
                    <Control xsi:type="ButtonControl" Id="BtnCancel">
                        <Position Left="0" Top="0" Width="50"/>
                        <Caption>Close</Caption>
                    </Control>
                </RightControls>
            </BottomBar>
        </DialogTmpl>
        <Controls>
            <Control xsi:type="StaticControl" Id="lblTitle">
                <Position Top="15" Left="60" Width="160" Height="16" />
                <Caption>Live poll</Caption>
                <Transparency>200</Transparency>
                <Font><Bold>True</Bold><Size>16</Size></Font>
                <Attributes>
                    <AutoAdjustWidth>true</AutoAdjustWidth>
                </Attributes>
            </Control>
            <Control xsi:type="StaticControl" Id="lblVersion">
                <Position Top="32" Width="150" Left="65"/>
                <Caption>Version : 1</Caption>
                <Transparency>130</Transparency>
                <Font><Bold>true</Bold><Size>7</Size></Font>
                <Attributes>
                    <AutoAdjustWidth>true</AutoAdjustWidth>
                </Attributes>
            </Control>
            <Control xsi:type="StaticControl" Id="lblDeveloper">
                <Position Top="59" Left="195" Width="230" Height="10" />
                <Caption>Developer : </Caption>
                <Font><Bold>True</Bold></Font>
            </Control>       
            <Control xsi:type="LinkControl" Id="creator">
                <Position Top="69" Left="195" Width="50" Height="10" />
                <Attributes>
                    <Underline>WhenHot</Underline>
                </Attributes>
                <Caption>Phalanxii</Caption>
            </Control>
            <Control xsi:type="StaticControl" Id="lblMoreInfo">
                <Position Top="112" Left="195" Width="230" Height="10" />
                <Caption>More Info : </Caption>
                <Font><Bold>True</Bold></Font>
            </Control>
            <Control xsi:type="LinkControl" Id="lnkWebsite">
                <Position Top="122" Left="195" Width="50" Height="10" />
                <Attributes>
                    <Underline>WhenHot</Underline>
                    <AutoAdjustWidth>true</AutoAdjustWidth>
                </Attributes>
                <Caption>Website</Caption>
            </Control>               
            <Control xsi:type="StaticControl" Id="lblAbout">
                <Position Top="56" Left="5" Width="180" Height="60" />
                <Caption>Live poll is a simple script that allows you to show a poll in your PSM.</Caption>
            </Control>
           
            <Control xsi:type="StaticControl" Id="lblSpecialThanks">
                <Position Top="90" Left="5" Width="150" Height="10" />
                <Caption>Special Thanks to :</Caption>
                <Font><Bold>True</Bold></Font>
            </Control>
            <Control xsi:type="StaticControl" Id="lblSpecialThanks2">
                <Position Top="110" Left="5" Width="230" Height="10" />
                <Caption>Jimbodude for creating the about window</Caption>
            </Control>
           
        </Controls>
       
    </Window>
   
</Interfaces>


This post was edited on 11-11-2006 at 11:23 AM by Jimbo.
11-11-2006 11:17 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Release] Live Poll v1.02 - by phalanxii on 11-11-2006 at 10:10 AM
RE: [Release] Live Poll - by Jimbo on 11-11-2006 at 10:17 AM
RE: [Release] Live Poll - by elektra on 11-11-2006 at 10:19 AM
RE: [Release] Live Poll - by NanaFreak on 11-11-2006 at 10:22 AM
RE: [Release] Live Poll - by Jimbo on 11-11-2006 at 10:24 AM
RE: [Release] Live Poll - by elektra on 11-11-2006 at 10:33 AM
RE: RE: [Release] Live Poll - by phalanxii on 11-11-2006 at 10:37 AM
RE: [Release] Live Poll - by Felu on 11-11-2006 at 10:49 AM
RE: RE: [Release] Live Poll - by phalanxii on 11-11-2006 at 10:57 AM
RE: RE: RE: [Release] Live Poll - by NanaFreak on 11-11-2006 at 11:10 AM
RE: [Release] Live Poll - by Felu on 11-11-2006 at 11:11 AM
RE: [Release] Live Poll - by Jimbo on 11-11-2006 at 11:17 AM
RE: [Release] Live Poll - by phalanxii on 11-11-2006 at 11:47 AM
RE: [Release] Live Poll - by Jimbo on 11-11-2006 at 11:48 AM
RE: [Release] Live Poll v1.01 - by creepy675298 on 11-11-2006 at 06:33 PM
RE: [Release] Live Poll v1.01 - by Jimbo on 11-11-2006 at 06:57 PM
RE: [Release] Live Poll v1.01 - by creepy675298 on 11-11-2006 at 07:41 PM
RE: [Release] Live Poll v1.01 - by Plan-1130 on 11-11-2006 at 08:53 PM
RE: [Release] Live Poll v1.01 - by RaPLeX on 11-11-2006 at 09:14 PM
RE: [Release] Live Poll v1.02 - by phalanxii on 11-12-2006 at 02:33 AM
RE: [Release] Live Poll v1.02 - by laurenz on 11-12-2006 at 01:26 PM


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