What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Using DisplayToast in thread

Using DisplayToast in thread
Author: Message:
KooKiz
Junior Member
**


Posts: 41
Joined: Oct 2004
O.P. Using DisplayToast in thread
Hi, i'm coding an rss reader plugin but i've got a little problem.
My plugin's Initialize function launch a new thread that check periodically an url to see if the rss stream had changed. In that case i'd like to display a popup notification. So I wrote in my thread code :

If (form.rss_read() = 1) Then
     MsgBox("test")
     DisplayToast("news : " + lastrss, "Rss Feeder", urlrss, True)
End If


The message box is shown, but I don't see the popup :(
And if I try to show a popup in ParseCommand, that works well. Do you know where is the problem ? Is there a way to call this function from a thread ?

edit : I'm creating it in VB.Net, if you didn't recognize :)

This post was edited on 10-29-2004 at 01:08 PM by KooKiz.
10-29-2004 01:06 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Using DisplayToast in thread - by KooKiz on 10-29-2004 at 01:06 PM
RE: Using DisplayToast in thread - by Mnjul on 10-29-2004 at 01:30 PM
RE: Using DisplayToast in thread - by Concord Dawn on 10-29-2004 at 01:48 PM
RE: Using DisplayToast in thread - by KooKiz on 10-29-2004 at 01:52 PM
RE: Using DisplayToast in thread - by KooKiz on 11-01-2004 at 07:07 PM
RE: Using DisplayToast in thread - by Patchou on 11-01-2004 at 07:46 PM
RE: Using DisplayToast in thread - by KooKiz on 11-04-2004 at 12:43 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