What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Help] Alerts

[Help] Alerts
Author: Message:
go2hell
New Member
*

Avatar

Posts: 13
Joined: Jul 2006
O.P. [Help] Alerts
Hi there, need a little help here.

Is possiible to add an alert to WLM alerts?

Or is there an alternative to keep track of non clicked toast?

I wanted to keep track of all of the toats i didn't read.

Thanks in advance.

This post was edited on 07-06-2006 at 11:16 AM by go2hell.
07-06-2006 09:04 AM
Profile PM Find Quote Report
rob_botch
Full Member
***

Avatar

Posts: 180
Reputation: 4
33 / Male / Flag
Joined: Apr 2006
RE: Alerts
You could keep a record of all of the toasts that you receive, and then remove the record for any toast that you do click.

Hope this helps
07-06-2006 09:23 AM
Profile E-Mail PM Web Find Quote Report
go2hell
New Member
*

Avatar

Posts: 13
Joined: Jul 2006
O.P. RE: Alerts
Yes, but is there a way to keep that track visible within the contact window (and not in the psm) like Windows Live messager Alerts do?

Also, I was just wondering, is there something wrong with:
code:
MsgPlus.DisplayToast(Title, Message, "ringin.wav", "OnToastClick", 1);
as it is not playing the sound, but is showing the toast, whereas
code:
MsgPlus.PlaySound("ringin.wav");
works fine.

Sure i could just use:
code:
MsgPlus.DisplayToast(Title, Message, "", "OnToastClick", 1);
MsgPlus.PlaySound("ringin.wav");

07-06-2006 09:27 AM
Profile PM Find Quote Report
Joereynolds89
Junior Member
**


Posts: 69
Joined: Jul 2006
RE: [Help] Alerts
MsgPlus.DisplayToast("Title",Message,'ringin.wav');

Im a shit coder, but i dont understand your need for the 1??

Display toast only has the 3 lines? im not sure, try it :D
07-06-2006 11:47 AM
Profile E-Mail PM Find Quote Report
go2hell
New Member
*

Avatar

Posts: 13
Joined: Jul 2006
O.P. RE: [Help] Alerts
According to the docs:

code:
[boolean] DisplayToast(
    [string] Title,
    [string] Message,
    [string,optional] SoundFile,
    [string,optional] Callback,
    [var,optional] CallbackParam
);


so the 1 value is  the parameter i'm passing to the Callback function.
07-06-2006 11:51 AM
Profile PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: [Help] Alerts
quote:
Originally posted by go2hell
so the 1 value is  the parameter i'm passing to the Callback function
Remove it if you don't want a potential crash.

Sorry, I misread the parameter list.

This post was edited on 07-06-2006 at 12:16 PM by RaceProUK.
[Image: spartaafk.png]
07-06-2006 12:08 PM
Profile PM Web Find Quote Report
go2hell
New Member
*

Avatar

Posts: 13
Joined: Jul 2006
O.P. RE: [Help] Alerts
No problem :P

Btw, any sugestions regarding the main topic of this thread?

Thanks.

This post was edited on 07-06-2006 at 03:25 PM by go2hell.
07-06-2006 12:14 PM
Profile PM Find Quote Report
go2hell
New Member
*

Avatar

Posts: 13
Joined: Jul 2006
O.P. Huh?  RE: [Help] Alerts
Bump....

I'll repeat the question:

Is there any way to keep something visible in the contacts window, to keep track of unclicked toasts (something like windows live messenger alerts) or do i have to open a new window if i wish to do this?

Thanks
07-10-2006 06:38 PM
Profile PM Find Quote Report
« 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