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

GetStatusChange
Author: Message:
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: GetStatusChange
quote:
Originally posted by Tobiaz
If i sign in, there appers many Toast: One for every contact. Even if he is offline, the plugin let me know this... Do you know what i mean!?
If i sing in, theres a toast for every contact with his actual status...

How can I prevent this!?
As hmaster said, remove the line containing the test for MISTATUS_OFFLINE.

Quick tip: Since the MISTATUS enum is numbers, use a Select...Case construct. The code will look cleaner, and will run better.

Quick tip 2: For a quick-and-easy online check, regardless of status, use 'pIMContact.Status & MISTATUS_ONLINE'.

Quick tip 3: You should be able to prevent it showing toasts when you sign in if you check if the old status is equal to MISTATUS_UNKNOWN (IIRC, double-check).
[Image: spartaafk.png]
12-17-2005 12:12 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
GetStatusChange - by Tobiaz on 12-15-2005 at 04:21 PM
RE: Get FriendlyName - by Dempsey on 12-15-2005 at 04:25 PM
RE: Get FriendlyName - by Tobiaz on 12-15-2005 at 04:26 PM
RE: Get FriendlyName - by Dempsey on 12-15-2005 at 04:31 PM
RE: Get FriendlyName - by Tobiaz on 12-15-2005 at 04:37 PM
RE: Get FriendlyName - by Patchou on 12-15-2005 at 06:48 PM
RE: Get FriendlyName - by Tobiaz on 12-17-2005 at 10:38 AM
RE: GetStatusChange - by Millenium_edition on 12-17-2005 at 10:41 AM
RE: GetStatusChange - by Tobiaz on 12-17-2005 at 11:50 AM
RE: GetStatusChange - by hmaster on 12-17-2005 at 12:00 PM
RE: GetStatusChange - by RaceProUK on 12-17-2005 at 12:12 PM
RE: GetStatusChange - by Millenium_edition on 12-17-2005 at 12:14 PM
RE: GetStatusChange - by Tobiaz on 12-17-2005 at 05:32 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