Shoutbox

[Help] code for a toast? - 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] code for a toast? (/showthread.php?tid=62894)

[Help] code for a toast? by giac jr on 07-09-2006 at 12:25 PM

Hi, i'm making a script, and I need to know the code to make a toast. Thanks,

Giac Jr


RE: [Help] code for a toast? by Joereynolds89 on 07-09-2006 at 12:27 PM

quote:
Originally posted by giac jr
Hi, i'm making a script, and I need to know the code to make a toast. Thanks,

Giac Jr


code:
MsgPlus.DisplayToast("Title", "Message", 'SoundFile', "Callback", "CallbackParam");


[Scripting Documentation]
[boolean] DisplayToast(
    [string] Title,
    [string] Message,
    [string,optional] SoundFile,
    [string,optional] Callback,
    [var,optional] CallbackParam
);
[/Scripting Documentation]
RE: [Help] code for a toast? by giac jr on 07-09-2006 at 12:28 PM

And how do I activate it..?


RE: [Help] code for a toast? by Joereynolds89 on 07-09-2006 at 12:31 PM

Please can you confirm you have read this

http://msgpluslive.net/scripts/browse/index.php?act=view&id=13

its all you need to no about msgplus scripting engine, its capabilites and how to access its functions etc

Joe


RE: [Help] code for a toast? by giac jr on 07-09-2006 at 12:32 PM

Yes, I have it! But it doesnt give codes for much, only basic ones.


RE: [Help] code for a toast? by foaly on 07-09-2006 at 12:33 PM

it gives the codes for almost every feature?