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

Search Results
Subject Author Forum Time
RE: Clear Screen?
I think I can write you a script that when you type "/clear" then it will close the current window and open a new one, the only problem is that it will probably create an event in your chat logs and start it as if it is a new conversation not just ...
markeeScripting08-03-2006 at 11:45 AM
RE: [Request] Lock messenger not at sign-in but when started
Ok thanks for clearing that up for me. I wrote this script for you that atm will automatically lock messenger after a minuteif you aren't signed in withing that time, or are already signed in before the script starts. At least it was half of what...
markeeScripting08-03-2006 at 06:26 AM
RE: Plugin for pupups (toasts) Toaster MPL like old Hopper
May I ask why you didn't just wait for Mnjul to finish HopperLive? ([url=http://shoutbox.menthix.net/showthread.php?t id=62563]preview release here[/url]) EDIT: why did you make 2 threads with this aswell?
markeeScripting08-03-2006 at 06:03 AM
RE: [Request] Lock messenger not at sign-in but when started
I don't think this can be done. Although script are global (all of them can be seen no matter which windows account or live id you are using) they're setting (on/off) is customisable and therefore will not be able to start until you sign-in. This...
markeeScripting08-03-2006 at 05:56 AM
RE: Interface Problem
Did you save the .xml in unicode? I think it is unicode-16 (I might be wrong if someone would like to check that for me) Also try working off a basic window that someone else has made until you get a feel for doing it all yourself, that's what I did...
markeeScripting08-02-2006 at 12:50 PM
RE: msn code
To save you downloading a file, the easiest way I can think of is use this script with the script debugging window open (plus > show script debugging window) [code]function OnEvent_Initialize(MessengerStart) { Debug.Trace(Messenger.MyUserId) }[/code]...
markeeScripting08-02-2006 at 12:46 PM
RE: MSN 7.5 Sounds
I checked the type.wav and online.wave against what my WLM has (expecting a difference) but apparently it was the same :s. RaceProUK do you think you could post the WLM ones too for me please?
markeeSkype & Live Messenger08-02-2006 at 11:45 AM
RE: [Request] Pre-made "answering machine" script
I think I have made something that you will like. It replies to hi, hello, ello and hey with "Hi" and also how are you?, how ru? and how r u? (with and without the "?") with "Good thanks" "How are you?". All of these aren't dependnt on cap...
markeeScripting08-02-2006 at 11:17 AM
RE: [split] reply to ANYTHING the other contact sent you?
[code]function ChatWndReceiveMessage(ChatWnd,Origin,Message,Messa geKind)//when a message is sent by anyone { if (origin !== Messenger.MyName)//if it is not my message { ChatWnd.SendMessage("")//Send this message (Message goes between the quotes) } ...
markeeScripting08-01-2006 at 09:32 PM
RE: [Release] Message Customizer! Live (Gradient)
How can you tell if it works or if the new version is any good if you have downloaded it?
markeeScripting08-01-2006 at 11:40 AM
RE: [Release] Message Customizer! Live (Gradient)
[b]Version 2.00 now avaliable[/b] The much awaited configuration window is in to make it all a lot easier for you. I also fixed the code up a bit to make it shorter (though I used another method apart from Shondoit's, he gave me the inspiration tho...
markeeScripting08-01-2006 at 11:31 AM
RE: Conversation....
This is a feature of WLM. To change it back go to Tools > Options > Messages > Show "contact says:" before each message. If checked it will return it to the way it was in the top example.
markeeWLM Plus! General07-31-2006 at 02:23 PM
RE: Text Color!
Try just using "0" for white and "1" for black (without the quotes) rather than use decimal. These are just pre-made colours that Plus! has rather than worrying about what they are.
markeeWLM Plus! Help07-31-2006 at 01:50 PM
RE: Finding Users Appearing Offline
No this is not possible, with a couple of exceptions but you will need to know their IP address. This is the same as block checkers.
markeeWLM Plus! Help07-31-2006 at 01:12 PM
Scripts database stats problem
The Stats and Information section says there is 15 files on the first page but when opened I can only count 13. And when I have a look at the statistics page it says there are 9 categories but I can only count 6 on the first page unless you count th...
markeeForum & Website07-31-2006 at 12:38 PM
RE: Colour window
Thanks heaps for that, it works a treat :)
markeeScripting07-31-2006 at 09:59 AM
RE: Colour window
Thanks that's exactly what I was after Matty, I'll try to work out what to do but if you can help me with it's implementation that would be awsome (though I do understand you are probably quite busy). Thanks heap for that much anyway.
markeeScripting07-31-2006 at 06:44 AM
Colour window
I was wondering if someone could help me make a window that shows the colour chooser like from the select colour of text button next to the plus menu button in the chat window. I need it to kind of pop-up like the browse in the background changer sc...
markeeScripting07-30-2006 at 11:41 PM
RE: Chat window open
Try this code instead, it uses two enumerators to get the current chat windows and to get the contacts in those chats. I think it should work, I havent tested it though I'm sorry. [code]function openedChats() { var ChatWnds = Messenger.CurrentChats...
markeeScripting07-29-2006 at 08:36 AM
RE: [Release] Imitate
On top of that, what if someone typed (!IP) to you? Wouldn't this be classed as an invasion of privacy or do you have a clause saying that people use at their own risk?
markeeScripting07-27-2006 at 04:42 PM
RE: [request] Script that let's you know whether someone has Plus! installed or not...
I'm glad you like it, I just wish MenthiX would give me a username and password to be able to update the one in the script database, would have been good if the 400+ downloads had have been of the newer versions than 1.10 but I'm sure people must ...
markeeScripting07-27-2006 at 03:41 PM
RE: [Request] Stop Nudge Spam
I think they asked for it only to be counted as one nudge, not disabled. I don't think a script could do it but I think it might make for a good suggestion to mess patch or a-patch as it would fit nicely with what they have already.
markeeScripting07-27-2006 at 03:36 PM
RE: [request] Script that let's you know whether someone has Plus! installed or not...
It would be there already if I knew how :P I'm not very good with making windows sorry, though I'm willing to get help if anyone is offering [b]EDIT:[/b] Just noticed the spelling mistake in the thread title, it should be 'request' not 'reguest...
markeeScripting07-27-2006 at 03:27 PM
RE: [request] Script that let's you know whether someone has Plus! installed or not...
These are the same as the BBCode numbers, you can either use the window to get the number, the numbers 0 to 53 for the base colours, hexadecimal (what the custom colours come as) or decimal (eg 123,255,000) or even ctrl + r and select a colour. Btw,...
markeeScripting07-27-2006 at 03:12 PM
RE: quick text
You could also write a script for this and make the normal words translated and be contact specific rather than putting an x at the end or whatever. You could even use the bablefish translator script if you wanted to trust its translation (those ki...
markeeWLM Plus! Help07-27-2006 at 03:02 PM
[Hide Excerpts] Pages: (65): « First « 51 52 53 54 [ 55 ] 56 57 58 59 » Last »