What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » [REQ] People online

Pages: (4): « First « 1 [ 2 ] 3 4 » Last »
[REQ] People online
Author: Message:
Itsme-HcK
Junior Member
**

Avatar
Geek

Posts: 45
32 / Male / –
Joined: Nov 2005
RE: [REQ] People online
Not entirely.
And yes, I DID read it. ;x
I do not get it's purpose, for I can't understand the most of his English.
However, what I did get was something like another window with all online buddies in it. This will be something else. :)
My idea of this one is to SAY all online people, or the number, or some other information.

This post was edited on 12-20-2005 at 07:24 PM by Itsme-HcK.
12-20-2005 07:23 PM
Profile E-Mail PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [REQ] People online
quote:
Originally posted by Itsme-HcK
Not entirely.
However, what I did get was something like another window with all online buddies in it. This will be something else. :)
My idea of this one is to SAY all online people, or the number, or some other information.
That is exactly the same, only the output is different. The code shown by Matty is simply a quick example, but is also basically the whole plugin. What you do after you got your list with online buddies doesn't really matter, and isn't a big part of to the core of the plugin.

Matty simply added it to a listview for the sole purpose of keeping the code short and as a quick example; you can add the contact name to whatever you want; that doesn't matter to show how the plugin would work. The important part of the plugin is how to get them, which is exactly the same. In other words, simply change a line or two of that sample code and you have your plugin.

This post was edited on 12-20-2005 at 11:43 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
12-20-2005 11:39 PM
Profile PM Find Quote Report
huwnet
Junior Member
**


Posts: 62
– / Male / –
Joined: Jul 2005
O.P. RE: RE: [REQ] People online
quote:
Originally posted by Itsme-HcK
Not entirely.
And yes, I DID read it. ;x
I do not get it's purpose, for I can't understand the most of his English.
However, what I did get was something like another window with all online buddies in it. This will be something else. :)
My idea of this one is to SAY all online people, or the number, or some other information.


Sorry for not making myself clear ;).

Looking forward to the beta
12-21-2005 03:35 PM
Profile PM Find Quote Report
DJKAL
Senior Member
****

Avatar

Posts: 800
Reputation: 14
33 / Male / –
Joined: Oct 2005
RE: [REQ] People online
quote:
Originally posted by Itsme-HcK
Not entirely.
And yes, I DID read it. ;x
I do not get it's purpose, for I can't understand the most of his English.
However, what I did get was something like another window with all online buddies in it. This will be something else. :)
My idea of this one is to SAY all online people, or the number, or some other information.


what would be the use of this ..... you can show only online contacts in WLM 8.0 anyway
"You don't sleep, you defragment!"
12-21-2005 04:06 PM
Profile E-Mail PM Web Find Quote Report
haydos
Veteran Member
*****

dirty dirty house music

Posts: 1026
Reputation: 49
– / Male / Flag
Joined: Dec 2004
RE: [REQ] People online
quote:
Originally posted by DJKAL
quote:
Originally posted by Itsme-HcK
Not entirely.
And yes, I DID read it. ;x
I do not get it's purpose, for I can't understand the most of his English.
However, what I did get was something like another window with all online buddies in it. This will be something else. :)
My idea of this one is to SAY all online people, or the number, or some other information.


what would be the use of this ..... you can show only online contacts in WLM 8.0 anyway
He is trying to say that you could show your online contacts from a specific group to a contact, not what the user will see in the contact list.

eg. (pretend the following is a conversation window:P)
My friend says:
hey who is online?
Me says:
"/xwonline <groupname>"
Of course, instead of /xwonline <groupname> appearing, all online contacts in the group would be displayed

ie. the final result would be
My friend says:
hey who is online?
Me says:
John
Bill
etc
etc
etc


quote:
Originally posted by WDZ
don't be lazy
[Image: gayspam.gif]

12-21-2005 04:18 PM
Profile PM Find Quote Report
Itsme-HcK
Junior Member
**

Avatar
Geek

Posts: 45
32 / Male / –
Joined: Nov 2005
RE: [REQ] People online
Finally someone who understands. :P
Exactly that it will be.
@CookieRevised: Never, I hate VB.
I will also include a status-"logger", with customisable URL to send to. :)
12-21-2005 10:02 PM
Profile E-Mail PM Web Find Quote Report
Supersonicdarky
Veteran Member
*****

Avatar

Posts: 2317
Reputation: 48
– / – / Flag
Joined: Feb 2005
Status: Away
RE: [REQ] People online
you should add a feature to choose to send their emails/names/custom names

ex:
/xwonlinename <groupname>
or
/xwonlinecust <groupname>
or
/xwonlinemail <groupname>
12-21-2005 10:10 PM
Profile E-Mail PM Find Quote Report
Itsme-HcK
Junior Member
**

Avatar
Geek

Posts: 45
32 / Male / –
Joined: Nov 2005
RE: [REQ] People online
Already thought of that. :)
I'm thinking about something like this:
/xwonline [groupname] [required status] [mask]
(Things between [ and ] are optional.)
Groupname could be... (nothing for all groups)
Required status would be something like "status:online", "status:away", "status:other" or maybe even "status:boo".
Mask could be something like this: "On group $groupname$: $name$ ($email$). His current status: $status$". :)
Default will be something like that too, but without the e-mail.

This post was edited on 12-21-2005 at 10:33 PM by Itsme-HcK.
12-21-2005 10:31 PM
Profile E-Mail PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: RE: [REQ] People online
quote:
Originally posted by Itsme-HcK
@CookieRevised: Never, I hate VB.
Ok, but that's another issue. Though the core of the program will exactly be the same as what is shown in that other thread.

quote:
Originally posted by Itsme-HcK
Already thought of that. :)
I'm thinking about something like this:
/xwonline [groupname] [required status] [mask]
(Things between [ and ] are optional.)
Groupname could be... (nothing for all groups)

Required status would be something like "status:online", "status:away", "status:other" or maybe even "status:boo".

Mask could be something like this: "On group $groupname$: $name$ ($email$). His current status: $status$". :)
Default will be something like that too, but without the e-mail.
If I may suggest something, do it in another way (which looks a bit more logical and above all more generic IMHO)

eg:
/xwhois [required status] [groupname] [mask]

Make status the first parameter, as this is a required parameter (can't be "nothing") and groupname and mask are optional. (required parameters always come before optional parameters)

This also reduces the need for the "status:" prefix. eg:

/xwhois online
/xwhois away <of the group> friends
(italic is imaginary of course; those are the words which makes the whole command into an logical english sentence)

Also, and what my main suggestion is, don't forget about the possebility you have with tags. A plugin can also output tags. With this the user has all the possebilities he whishes. And it doesn't require much from the plugin/programmer itself...

eg:
- (!XWHOIS_AWAY) will show everybody who is away in one string (seperated by whatever is set in the preferences of the plugin; by default a comma)
- (!XWHOIS_ONLINE_FRIENDS)

The user can make his own quicktext in that way. eg:
quicktext alias: /showbusyfamily
quicktext text: These are the ones from my family who are busy: (!XWHOIS_BUSY_FAMILY)

In fact you can program your plugin around this tag, and actually make the parsing of the command a kind of "special case" of that tag-use. eg:

The main routine is to parse the tag and is what the plugin is about: seperating the different fields inside the tag. Now you can make the routine for the command to actually call this same parsing tag routine (with the appropiate parameters). In other words, you only need to have 1 major parsing routine.


-------

Anyhow, that's how I would make it (in VB :P... if I had the time). Nevertheless I look forward to see what you make it into (in C++, which is better as it doesn't require runtimes) ;) . Iether way, it has great potential for being a much used plugin... go for it  ;) (Y) [*]

[*]this said, it should even be a standard function in Plus IMHO! :P

This post was edited on 12-22-2005 at 01:09 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
12-22-2005 01:03 AM
Profile PM Find Quote Report
Itsme-HcK
Junior Member
**

Avatar
Geek

Posts: 45
32 / Male / –
Joined: Nov 2005
RE: [REQ] People online
Hehe, thanks. (I hope)
The status isn't required; nothing will become "online". ;)
Now I only need a nice name for the plug-in... (Not something like OnlinePeople, for it will get more functionality)

[edit]
After some thinking, I decided that the following will be the syntax:
/xwhois [help] [status:[status]] [group:[group]] [mask:[mask]]
The parameters could be in another order, for it will seek for status:, group: and mask:. :)
The tags are (!XWHOIS) and (!XWHOIS_FILL_IN_SOMETHING_HERE).
Example:
(!XWHOIS_ONLINE)
(!XWHOIS_AWAY_FRIENDS)
(!XWHOIS_BUSY_FAMILY_Busy on group $group$: $name)
(!XWHOIS_HELP)

This post was edited on 12-22-2005 at 07:49 AM by Itsme-HcK.
12-22-2005 07:10 AM
Profile E-Mail PM Web Find Quote Report
Pages: (4): « First « 1 [ 2 ] 3 4 » 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