What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Link on toast window

Link on toast window
Author: Message:
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: Link on toast window
You mean, you want something to happen when you click the toast of your script?

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

Callback is the function it will call when clicked and the CallbackParam  is the parameter sent to it, so you make one like this for example:

code:
MsgPlus.DisplayToast("TOAST", "Click Me!", "", "onEventToast_Click", Messenger.MyEmail);

function onEventToast_Click(sParam)
{
  if (sParam == "xxx@yyy.zzz")
  {
    //Do Something
  }

}


If you meant something else... please explain :P

This post was edited on 07-04-2006 at 02:22 PM by Ezra.
[Image: 1-0.png]
             
07-04-2006 02:21 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Link on toast window - by Roli_ on 07-04-2006 at 02:19 PM
RE: Link on toast window - by Ezra on 07-04-2006 at 02:21 PM
RE: Link on toast window - by Roli_ on 07-07-2006 at 02:22 PM
RE: Link on toast window - by murph on 07-07-2006 at 05:00 PM
RE: RE: Link on toast window - by alexp2_ad on 07-07-2006 at 06:16 PM
RE: RE: RE: Link on toast window - by Roli_ on 07-15-2006 at 04:55 PM
RE: Link on toast window - by matty on 07-07-2006 at 05:05 PM


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