What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » WLM status sync type script?

WLM status sync type script?
Author: Message:
High Speed Chaser
Full Member
***

Avatar
Don't mess with the Wambulance!

Posts: 364
Reputation: 17
– / Male / Flag
Joined: May 2006
O.P. Huh?  WLM status sync type script?
Is there a script that allows for when 2 or more instances of messenger are open, I can type a command such as /allappearoffline, /allaway, /allbusy and all the instances of messengers will go to that status?
If only I knew what I should put here
04-26-2009 10:57 AM
Profile PM Find Quote Report
warmth
Veteran Member
*****

Avatar
Electronic Engineer

Posts: 1730
Reputation: 26
39 / Male / Flag
Joined: Jul 2003
RE: WLM status sync type script?
maybe this will be more like a good suggestion for WLMStatus than a request for another script :P
@warmth - Beta Testing a life!
Official Nokia (former Ovi) Suite Beta Tester | Nokia Beta Labs Contributor of the month (June, 2011)
04-26-2009 11:03 AM
Profile PM Web Find Quote Report
High Speed Chaser
Full Member
***

Avatar
Don't mess with the Wambulance!

Posts: 364
Reputation: 17
– / Male / Flag
Joined: May 2006
O.P. RE: WLM status sync type script?
So it is possible?

I'm not sure how it would fit into WLMStatus.
If only I knew what I should put here
04-27-2009 10:25 AM
Profile PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: WLM status sync type script?
Something like this should work... not sure if it does I wrote the entire thing while at work.

.plsc File Attachment: PolyStatusUpdate.plsc (1.96 KB)
This file has been downloaded 144 time(s).

This post was edited on 04-27-2009 at 02:11 PM by matty.
04-27-2009 01:58 PM
Profile E-Mail PM Find Quote Report
MeEtc
Patchou's look-alike
*****

Avatar
In the Shadow Gallery once again

Posts: 2200
Reputation: 60
38 / Male / Flag
Joined: Nov 2004
Status: Away
RE: WLM status sync type script?
I think SonicSam had a script like this made for him at one point. Try asking him.
[Image: signature/]     [Image: sharing.png]
I cannot hear you. There is a banana in my ear.
04-27-2009 04:25 PM
Profile PM Web Find Quote Report
High Speed Chaser
Full Member
***

Avatar
Don't mess with the Wambulance!

Posts: 364
Reputation: 17
– / Male / Flag
Joined: May 2006
O.P. RE: RE: WLM status sync type script?
quote:
Originally posted by matty
Something like this should work... not sure if it does I wrote the entire thing while at work.

Thanks matty but when I type /allonline or any other command it says the command is not recognised.
If only I knew what I should put here
04-29-2009 07:52 AM
Profile PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: WLM status sync type script?
quote:
Originally posted by High Speed Chaser
quote:
Originally posted by matty
Something like this should work... not sure if it does I wrote the entire thing while at work.

Thanks matty but when I type /allonline or any other command it says the command is not recognised.
Yeah I screwed up the script. It didn't quite work as expected when I got home. Few things the window NEVER opens and therefore the Window Message cannot be registered. I will have to look at it later to see why this is.
04-29-2009 12:49 PM
Profile E-Mail PM Find Quote Report
pollolibredegrasa
Full Member
***

Avatar
formerly fatfreechicken

Posts: 483
Reputation: 34
34 / Male / Flag
Joined: May 2005
RE: RE: WLM status sync type script?
quote:
Originally posted by matty
Few things the window NEVER opens and therefore the Window Message cannot be registered. I will have to look at it later to see why this is.

You got the params the wrong way round when creating the window (and missed an e in listener) :P
Javascript code:
    MsgPlus.CreateWnd('wListner', 'Window.xml')

should be
Javascript code:
    MsgPlus.CreateWnd('Window.xml','wListener')


You also forgot to close the <TopMost> tag in the XML. :)



After fixing these however I still can't get it to work. Quickly reading the scripting docs makes me think its something to do with the absence of 'PlusWnd::RegisterMessageNotification', however I have no idea how to implement it.

;p

[Image: chickennana.gif] Vaccy is my thin twin! [Image: chickennana.gif]
04-29-2009 02:23 PM
Profile PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: WLM status sync type script?
quote:
Originally posted by pollolibredegrasa
You also forgot to close the <TopMost> tag in the XML. :)
Thanks for noticing that. It was driving me crazy and I never checked the xml for the window. The rest I noticed when I got home and tried it. Thanks

This should work... I hope

.plsc File Attachment: PolyStatusUpdate.plsc (1.98 KB)
This file has been downloaded 102 time(s).

This post was edited on 04-29-2009 at 02:47 PM by matty.
04-29-2009 02:46 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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