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:
phalanxii
Full Member
***


Posts: 146
Reputation: 5
32 / Male / Flag
Joined: Aug 2006
Status: Away
O.P. [Release] Live Poll v1.02
As requested in [request] poll script:

12 November 2006
- Live Poll -
Version 1.02


Live Poll will create a poll for your personal message which can have as many options as you want. Your contacts can vote for the option they want by saying "!vote <option number>".

Features:

- Real-time poll in personal message
- Customizable poll question
- Customizable poll options
- Contacts can vote with messages

Usage:

- /poll <on|off>: Enable or disable the poll; if on|off is unspecified, the poll is toggled
- /pollQuestion <question>: Define the poll question
- /pollOption <option number> <option>: Define a poll option
- /pollClear <option number>: Clear the settings of the poll; if option number is specified, the option is removed
- /pollVote <option number>: Vote for a poll option
- /pollInfo: Send the poll information
- !vote <option number>: Vote for a poll option (for contacts)
- Commands are case-insensitive

Example:
code:
/pollQuestion What is your favourite colour?
/pollOption 1 Red
/pollOption 2 Green
/pollOption 3 Blue
/pollOption 4 Yellow
/poll on
/pollVote 3
The resulting personal message would read "What is your favourite colour? | 1: Red (0 votes), 2: Green (0 votes), 3: Blue (1 votes), 4: Yellow (0 votes) | Say "!vote <option number>" to vote!".


Comments, feedback and suggestions welcome. No GUI at the moment.

Special thanks to Jimbodude for the About Window.

.plsc File Attachment: Live Poll v1.02.plsc (4.25 KB)
This file has been downloaded 270 time(s).

This post was edited on 11-12-2006 at 02:32 AM by phalanxii.
11-11-2006 10:10 AM
Profile PM Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
RE: [Release] Live Poll
Yay! thanks so much phlanxii. Ive been waiting ages for this.
Maybe you could add somehting like "!vote <<word here. rather than option muber>>
11-11-2006 10:17 AM
Profile E-Mail PM Find Quote Report
elektra
Full Member
***

Avatar
aka quacky

Posts: 210
Reputation: -3
– / Male / –
Joined: Jul 2006
RE: [Release] Live Poll
Wow im gonna download this
*quacky downloads this cool script
as soon as i sign in and i will report bugs staight here :)

This post was edited on 11-11-2006 at 10:20 AM by elektra.
[Image: ps3_forum2.jpg][Image: x360_forum2.jpg]
11-11-2006 10:19 AM
Profile E-Mail PM Find Quote Report
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
RE: [Release] Live Poll
nice script... i had a quick look through the .js file and it looks like you know your stuff

atleast now JimboDude wont keep requesting this :P

quote:
Originally posted by phalanxii
2: Greem
i think you spelt that wrong :P
11-11-2006 10:22 AM
Profile PM Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
RE: [Release] Live Poll
Meh, im bored. If you want, i can make an about window for you? yes?
11-11-2006 10:24 AM
Profile E-Mail PM Find Quote Report
elektra
Full Member
***

Avatar
aka quacky

Posts: 210
Reputation: -3
– / Male / –
Joined: Jul 2006
RE: [Release] Live Poll
A suggestion, how about a command the sends the poll to the contact instead of writing it out all the time.
maybe a /pollsend or /pollinfo
[Image: ps3_forum2.jpg][Image: x360_forum2.jpg]
11-11-2006 10:33 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: RE: [Release] Live Poll
quote:
Originally posted by Jimbodude
Maybe you could add somehting like "!vote <<word here. rather than option muber>>

This is possible, but there may be problems if you have numbers for your options (like "How old are you? | 1: 15, 2: 16, 3: 17..."). What should take priority? Option number or option word?
quote:
Originally posted by Jimbodude
Meh, im bored. If you want, i can make an about window for you? yes?

Yeah, sure. If you really want to.
quote:
Originally posted by quacky
A suggestion, how about a command the sends the poll to the contact instead of writing it out all the time.
maybe a /pollsend or /pollinfo

Alright, I'll put that in the next release.

PS. Fixed the typo. :P

This post was edited on 11-11-2006 at 10:44 AM by phalanxii.
11-11-2006 10:37 AM
Profile PM Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: [Release] Live Poll
Nice but this ain't reliable [Image: xso_sad.gif]. Any contact should not be able to vote more than once [Image: xso_undecided.gif]. Also the script shouldn't remove your current PSM unless the poll is ON on Messenger Initialize.
11-11-2006 10:49 AM
Profile E-Mail PM Web Find Quote Report
phalanxii
Full Member
***


Posts: 146
Reputation: 5
32 / Male / Flag
Joined: Aug 2006
Status: Away
O.P. RE: RE: [Release] Live Poll
quote:
Originally posted by -!Felu!-
Nice but this ain't reliable [Image: xso_sad.gif]. Any contact should not be able to vote more than once [Image: xso_undecided.gif].
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?
quote:
Originally posted by -!Felu!-
Also the script shouldn't remove your current PSM unless the poll is ON on Messenger Initialize.

Can you explain that with more detail? :S Not sure what the problem is... The current PSM seems to work fine for me.
11-11-2006 10:57 AM
Profile PM Find Quote Report
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
RE: RE: RE: [Release] Live Poll
quote:
Originally posted by phalanxii
quote:
Originally posted by -!Felu!-
Nice but this ain't reliable [Image: xso_sad.gif]. Any contact should not be able to vote more than once [Image: xso_undecided.gif].
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?

you could use a registry and the contacts email. i think tat would be the best option

quote:
Originally posted by phalanxii
quote:
Originally posted by -!Felu!-
Also the script shouldn't remove your current PSM unless the poll is ON on Messenger Initialize.

Can you explain that with more detail? :S Not sure what the problem is... The current PSM seems to work fine for me.


when we install the script it takes our current PSM away and leave a blank one ( i know i had one because i had just changed it )

i hope this stuff helps

This post was edited on 11-11-2006 at 11:11 AM by NanaFreak.
11-11-2006 11:10 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