What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
[Beta] PownceToPSM
Hey all, I've made a prototype of a script that retrieves your Pownce messages and sets them as your Personal Messages. I've attached the script below, unfortunately so far everything is hard coded including which Pownce username I use to retrieve ...
mlevitScripting05-28-2008 at 09:22 AM
RE: XML Parser
Thanks, works perfectly
mlevitScripting05-26-2008 at 11:53 PM
XML Parser
Hey, Does anybody know what XML parser I have to use in MsgPlus Live scripts? I've been trying to use 'DOMParser', but it doesn't seem to work because I think it's only for web browsers. Thanks
mlevitScripting05-26-2008 at 11:26 PM
RE: [Release] Auto status change
Nice work on the scrip phalanxii Just came back after some time away from these forums to see what's been happening with my old scripts :) I see you've done some work on it and fixed a few things. I'll try the script out and see how it goes.
mlevitScripting01-27-2008 at 10:21 PM
RE: [Update] Twit4Live - Interact with Twitter from Windows Live Messenger
Incorporating the script into Twit4Live would be nice but I think you should still have TwitPSM on the database for those who only want the PSM feature without everything else. Even call it Twit4Live Lite or something :) It can just be a lite version...
mlevitScripting01-27-2008 at 10:11 PM
RE: [Update] Twit4Live - Interact with Twitter from Windows Live Messenger
Nice work splinter98. Finally works :) I have also added the following code just to make it easier to configure the script: [code]function OnGetScriptMenu(nLocation) { var ScriptMenu = "<ScriptMenu>"; ScriptMenu += "<MenuEntry Id=\"MnuFeat1\...
mlevitScripting01-27-2008 at 09:30 PM
RE: [Update] Twit4Live - Interact with Twitter from Windows Live Messenger
Thanks for the scrip and sorry to keep bothering you but it just doesn't seem to work. I've configured the script but it doesn't seem to update my PSM. Does it work for you?
mlevitScripting01-26-2008 at 11:49 PM
RE: [Update] Twit4Live - Interact with Twitter from Windows Live Messenger
Getting an error when trying to run the script. [img]http://members.optusnet.com.au/m_levit/Other/ script_error.jpg[/img]
mlevitScripting01-26-2008 at 09:34 PM
RE: [Update] Twit4Live - Interact with Twitter from Windows Live Messenger
It doesn't actually work because it tells you that you're not on your friends list. I have actually edited the code and removed the if else statement and now have allowed myself to Auto PM my own tweets and it doesn't seem to be working. A toast m...
mlevitScripting01-26-2008 at 08:51 AM
RE: [Update] Twit4Live - Interact with Twitter from Windows Live Messenger
splinter98 would it be possible for you to make the script set your PSM to your latest twitter status? I like the scrip you have here but I use a 3rd party program for my twitter updates and just want a simple script to just set my PSM to that of my ...
mlevitScripting01-24-2008 at 03:29 AM
RE: [Release] Auto status change
Yeah its a bit annoying, plus you cannot use back in sentences because it will do the same thing Thats why it would be quite annoying to fix it all.
mlevitScripting08-09-2006 at 10:15 AM
RE: [Release] Auto status change
Sorry man, I've looked through the code but cannot seem to find it. Im giving up on it :) if anyone wants to give it a crack you can, if not ive removed the code that sends to all, i can upload if people want it.
mlevitScripting08-09-2006 at 10:03 AM
RE: Chat window open
Yeah your script works fine, i was just saying that when i tried to do what you did i couldn't get it to work. Its all good :D
mlevitScripting08-09-2006 at 09:40 AM
RE: [Release] Auto status change
Yeah, i knew that :) Didnt think about looking for it, ill see what i can find. Thanks
mlevitScripting08-08-2006 at 09:19 PM
RE: Chat window open
Hey Anthony, just got the new script Nice work mate, just couldn't get that damn blocking thing to not block the open windows :) Thanks again
mlevitScripting08-08-2006 at 09:15 PM
RE: [Release] Auto status change
As requested, first post updated with new version.
mlevitScripting08-08-2006 at 01:30 AM
RE: ChatWnd objects
Thanks, that works.
mlevitScripting08-07-2006 at 11:06 PM
RE: ChatWnd objects
Silentdragon, thats not it sorry. That gets me the Contact object, not the actual ChatWnd object that i need to send message. If you try ChatWindow.SendMessage = "hello"; You'll get: Error: Object doesn't support this property or method.
mlevitScripting08-07-2006 at 10:50 PM
ChatWnd objects
Hey, Does anybody know how to iterate through each chat window thats open and send a message to it? Can't figure it out, Thanks
mlevitScripting08-07-2006 at 10:39 PM
RE: [Release] Auto status change
Ok, ill give it a go. Ill probably have it made by the end of the day
mlevitScripting08-07-2006 at 10:19 PM
RE: [Release] Auto status change
New feature updated
mlevitScripting08-06-2006 at 02:24 AM
RE: [Release] Auto status change
Hey all, I was thinking of adding another small feature to this script. I was thinking of something like this: [b]Message: brb phone Status: Be right back PSM: phone[/b] What it would do is just take the words after brb and place them as your PSM. Wh...
mlevitScripting08-06-2006 at 01:48 AM
RE: Chat window open
Could you post the JS file so i could implement the code? Thanks
mlevitScripting08-04-2006 at 10:48 PM
RE: hmm a problem...
Uggi i think i might have got it. [code]var sendingMessage = ""; function OnEvent_ChatWndSendMessage(ChatWnd, Message) { sendingMessage = Message; return Message; } function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Messa ge,MessageKind) { if ...
mlevitScripting08-04-2006 at 12:58 PM
RE: there is any
No sorry, i dont think this is possible
mlevitScripting08-04-2006 at 10:22 AM
[Hide Excerpts] Pages: (2): « First [ 1 ] 2 » Last »