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

Pages: (3): « First « 1 [ 2 ] 3 » Last »
[Release] Live Poll v1.02
Author: Message:
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: [Release] Live Poll
quote:
Originally posted by phalanxii
Can you explain that with more detail? (Smilie) Not sure what the problem is... The current PSM seems to work fine for me.
Erm... Disable Poll, Keep some random PSM, Exit Messenger, Open Messenger, Signin.
quote:
Originally posted by phalanxii
Yeah, I was aware of that problem, but I wasn't exactly sure how to keep track of who had voted and who hadn't. Perhaps the registry/user IDs?
Yes you'll have to use the registry and an array. Add me to wlm(address in profile) for more help [Image: msn_happy.gif].
11-11-2006 11:11 AM
Profile E-Mail PM Web Find Quote Report
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
phalanxii
Full Member
***


Posts: 146
Reputation: 5
32 / Male / Flag
Joined: Aug 2006
Status: Away
O.P. RE: [Release] Live Poll
Ok, I've made a small update now. This new version should fix the personal message bug, and also only allow contacts to vote once.

It's pretty late at the moment, so I'm going to go to bed. I'll work on this later (although I have exams coming up soon). See ya all later!

Btw, thanks for the window, Jimbodude. (Y)
11-11-2006 11:47 AM
Profile PM Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
RE: [Release] Live Poll
quote:
Originally posted by phalanxii

Btw, thanks for the window, Jimbodude. (Y)
no probs
11-11-2006 11:48 AM
Profile E-Mail PM Find Quote Report
creepy675298
Junior Member
**


Posts: 26
Joined: Sep 2006
RE: [Release] Live Poll v1.01
Where are the results? I have no PSM

And could you make it so it's in the list when you click the lil msg plus icon.

Got PSM working

This post was edited on 11-11-2006 at 06:45 PM by creepy675298.
11-11-2006 06:33 PM
Profile E-Mail PM Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
RE: [Release] Live Poll v1.01
quote:
Originally posted by creepy675298


And could you make it so it's in the list when you click the lil msg plus icon.


Is not in the list because there isn't a GUI yet, when he adds my about window(hopefully:p) it will be there
11-11-2006 06:57 PM
Profile E-Mail PM Find Quote Report
creepy675298
Junior Member
**


Posts: 26
Joined: Sep 2006
RE: [Release] Live Poll v1.01
Doesn't work with some of my contacts
11-11-2006 07:41 PM
Profile E-Mail PM Find Quote Report
Plan-1130
Full Member
***

I keep askin' myself: why?

Posts: 142
73 / Male / –
Joined: Feb 2005
RE: [Release] Live Poll v1.01
Damn, I'm too late I see, i got loads and loads of tests last 2 weeks, I was working on it, but you got one already, and it's good, guess my work is over now :(

Anyway, very nice, congrats (Y):)
My Scripts: UltimatFlooder, Advanced PSM Chat, PlusPrivacy, PlusRemote

[Image: Plan-1130.png]
11-11-2006 08:53 PM
Profile E-Mail PM Find Quote Report
RaPLeX
Senior Member
****

Avatar
Fenerbahce SK

Posts: 543
Reputation: 13
33 / Male / Flag
Joined: Jun 2005
RE: [Release] Live Poll v1.01
Its doesnt worked for me. :/
[Image: 23rs9ya.gif]
11-11-2006 09:14 PM
Profile PM Find Quote Report
phalanxii
Full Member
***


Posts: 146
Reputation: 5
32 / Male / Flag
Joined: Aug 2006
Status: Away
O.P. RE: [Release] Live Poll v1.02
Here's another update to the script. This time I've cleaned up the "already voted" check thing, and also fixed the PSM bug. Jimbodude's About Window is also included, and I'll probably leave it there until I have time to make a GUI.

For all people having problems, can you explain what happens or how to reproduce the bug? Make sure you have typed "/poll on" to a contact.

Also, if you get the PSM bug on the first startup, it's because you need to remove the previous version first.

This post was edited on 11-12-2006 at 02:35 AM by phalanxii.
11-12-2006 02:33 AM
Profile PM Find Quote Report
Pages: (3): « First « 1 [ 2 ] 3 » Last »
« 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