[Help] Alerts - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: [Help] Alerts (/showthread.php?tid=62662) [Help] Alerts by go2hell on 07-06-2006 at 09:04 AM
Hi there, need a little help here. RE: Alerts by rob_botch on 07-06-2006 at 09:23 AM
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. RE: Alerts by go2hell on 07-06-2006 at 09:27 AM
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? code:as it is not playing the sound, but is showing the toast, whereas code:works fine. Sure i could just use: code: RE: [Help] Alerts by Joereynolds89 on 07-06-2006 at 11:47 AM
MsgPlus.DisplayToast("Title",Message,'ringin.wav'); RE: [Help] Alerts by go2hell on 07-06-2006 at 11:51 AM
According to the docs: code: so the 1 value is the parameter i'm passing to the Callback function. RE: [Help] Alerts by RaceProUK on 07-06-2006 at 12:08 PM
RE: [Help] Alerts by go2hell on 07-06-2006 at 12:14 PM
No problem RE: [Help] Alerts by go2hell on 07-10-2006 at 06:38 PM
Bump.... |