What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! General » Toast pop-up per group

Pages: (3): « First « 1 [ 2 ] 3 » Last »
Toast pop-up per group
Author: Message:
Wouter
Full Member
***

Avatar

Posts: 252
Reputation: 3
38 / Male / –
Joined: Jul 2003
Status: Away
RE: RE: Toast pop-up per group
quote:
Originally posted by jackass_wanabe



quote:
Originally posted by Wouter
If mStatus = MISTATUS_OFFLINE Then
quote:
Originally posted by SlimShady
I would like to see a toast pop-up come up when someone from a specific group comes online.


online :)



read again and make it offline :)

you want to know when somebody goes online not change his status to online :)
[Image: 1497.jpg]      [Image: qbase.jpg]
07-06-2004 02:16 PM
Profile E-Mail PM Web Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: Toast pop-up per group
so it would be



code:
Private Sub msn_OnContactStatusChange(pMContact As Object, mStatus As MISTATUS)
If mStatus = MISTATUS_OFFLINE Then
Dim bToastResult As Boolean
bToastResult = DisplayToast("" & pMContact & "is now online", "New Group Online", "http://www.plasticangels.com", True)


End Sub

:s but how would that work :S

would u have
code:
then
*blank*
else
popup



????

07-06-2004 02:28 PM
Profile PM Web Find Quote Report
Wouter
Full Member
***

Avatar

Posts: 252
Reputation: 3
38 / Male / –
Joined: Jul 2003
Status: Away
RE: Toast pop-up per group
code:
Option Explicit
Private WithEvents Wouter As MessengerAPI.Messenger

Private Sub Form_Load()
  Set Wouter = New MessengerAPI.Messenger
End Sub

Private Sub Wouter_OnContactStatusChange(ByVal pMContact As Object, ByVal mStatus As MessengerAPI.MISTATUS)
  If mStatus = MISTATUS_OFFLINE Then
  MsgBox LoadGroeps(pMContact.SigninName)
  End If
End Sub

Private Function LoadGroeps(contact As String) As String
Dim MsgrGroups As IMessengerGroups
Dim MsgrGroup As IMessengerGroup
Dim MsgrContacts As IMessengerContacts
Dim MsgrContact As IMessengerContact
  Set MsgrGroups = Wouter.MyGroups
  For Each MsgrGroup In MsgrGroups
      Set MsgrContacts = MsgrGroup.Contacts
      For Each MsgrContact In MsgrContacts
        If MsgrContact.SigninName = contact Then
          LoadGroeps = MsgrGroup.Name
        End If
      Next
  Next
End Function


here you go
i dont have anytime to make this into a plugin so if you want jackass_wanabe  you can use this
[Image: 1497.jpg]      [Image: qbase.jpg]
07-06-2004 04:24 PM
Profile E-Mail PM Web Find Quote Report
SlimShady
Junior Member
**


Posts: 19
Joined: Jul 2004
O.P. RE: Toast pop-up per group
@jackass_wanabe:
If you're gonna make me that plugin...
Here's what I have in mind:
- a plugin that looks like the feature in Outlook: "e-mail rules"
- with a nice design

Features I would like to see:
- choose a sound
- open conversation with the person
- send message when a person comes online

Thank you.
07-06-2004 05:39 PM
Profile E-Mail PM Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: Toast pop-up per group
:o fine ill make it now :S
07-06-2004 07:46 PM
Profile PM Web Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: Toast pop-up per group
quote:
Originally posted by SlimShady
a plugin that looks like the feature in Outlook: "e-mail rules"


whats that

screeeenie :)
07-06-2004 07:51 PM
Profile PM Web Find Quote Report
SlimShady
Junior Member
**


Posts: 19
Joined: Jul 2004
O.P. RE: Toast pop-up per group
It's not only the visual but how it works.
My XP is Dutch so I'll explain how it works.
Description at the top.
And then 4 sections.
1. Select criteria for the rule (when a person comes online)
2. Select actions for the rule (multiple are allowed)
- a sound
- start a program
- open conversation
- send message
3. Rule description
User can:
- click on an underlined word to specify more info
eg: the message to be sent, which program to start, which sound to play
- read which actions will be taken
4. Name of the rule.

Please take your time and make me happy :)

Thank you.

PS. A screenshot of the "e-mail rules" feature is attached (in Dutch)

.jpg File Attachment: MailRule.jpg (42.84 KB)
This file has been downloaded 116 time(s).

This post was edited on 07-06-2004 at 09:12 PM by SlimShady.
07-06-2004 09:08 PM
Profile E-Mail PM Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: Toast pop-up per group
fuck :(

well ive allready done
quote:
Originally posted by SlimShady
- a sound

browsable, but has to be a wav
quote:
Originally posted by SlimShady
- open conversation
on click of the window, opens convo with that contact

quote:
Originally posted by SlimShady
click on an underlined word to specify more info
eg: the message to be sent, which program to start, which sound to play


done as tool tip, so when u hold it there, it shows

-what could be done-

quote:
Originally posted by SlimShady
- send message
hmmmmm :S a welcome message :s why? ummmm would this be only for a certain group :s


do u want to test it if so send me a email to jackasswanabe@gmail.com

and ill send u the beta
07-07-2004 12:18 PM
Profile PM Web Find Quote Report
SlimShady
Junior Member
**


Posts: 19
Joined: Jul 2004
O.P. RE: Toast pop-up per group
Yes, I do.
I sent you a mail...
07-07-2004 03:28 PM
Profile E-Mail PM Find Quote Report
Dane
Non-Elite Member
*****

Avatar
Dont ask to ask, just ASK!

Posts: 1621
Reputation: 52
35 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Toast pop-up per group
:), interesting plugin.  is there a screenshot of its popup alert?

This post was edited on 07-07-2004 at 06:09 PM by Dane.
07-07-2004 06:08 PM
Profile PM Web 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