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

Search Results
Subject Author Forum Time
RE: [HELP] Send On Signin
You might say that it is not intended to start spamming people, but it will without you wanting it to. A simple click is not much or an irritation really, is it?
markeeScripting08-15-2011 at 09:23 PM
RE: [HELP] Send On Signin
Hi albert22, I put this in so as you have to be at the computer and wanting the chat to actually happen (think of it as a safe guard in case you have a fight with your friend and are not talking to each other). Your friend can also have problems if a...
markeeScripting08-15-2011 at 08:35 PM
RE: partially
VLC can do this, just don't try to repair the file and it should be fine.
markeeTech Talk06-03-2010 at 03:26 AM
RE: Help with very small script
So that you have a working script... [code=JScript]var oEmails = [ 'email1@hotmail.com', 'email2@hotmail.com' ]; function OnEvent_ChatWndReceiveMessage (pChatWnd, sOrigin, sMessage, nMessageKind) { if ( pChatWnd.Contacts.Count !== 1...
markeeScripting05-21-2010 at 01:59 PM
RE: Massive Problems
We sorted it out, I think he said it was something to do with a skin. Hopefully Th3rmal can shed some more light on what was the cause.
markeeSkype & Live Messenger06-23-2009 at 09:51 AM
RE: HELP - Arrays in the registry!
May I make the recommendation to use an XML or INI file rather than registry keys for such a large amount of data. You seem to have layered information which would fit nicely in an XML format imho. Here is a link to information http://www.devguru.co...
markeeScripting06-20-2009 at 07:14 AM
RE: startsWith() and endsWith()
I normally am a person who uses regular expressions all over the place (it is my job after all) but in this case I would highly recommend not doing it as it is a much slower option. Instead I would use the following [code=JScript] function startsWit...
markeeScripting06-18-2009 at 07:46 AM
RE: JScript.NET
Personally, I have had a little bit of a look at some code for JScript.NET in the past couple of days and don't find it as nice as the current JScript engine we use. Of course there are some advantages, but nothing really significant given the stro...
markeeWLM Plus! General06-03-2009 at 07:07 AM
RE: [?] Loading an invalid XML file
Another alternative is to use a regular expression. [code]/<\s*title\b[^>]*>([\s\S]*?)<\/\s*titl e\s*>/i.exec(oString); var textInTitleNode = RegExp.$1;[/code]
markeeScripting05-30-2009 at 12:30 AM
RE: [Removed] Web2Live v1.00.08 (updated: 17/03/2009)
MyNetX, that really means a lot to me that you would write something so nice. The server was becoming too expensive and I recently moved out of home. Also I have had no time in about a year to work on the script so it was severely lacking many fixe...
markeeScripting03-17-2009 at 08:41 AM
RE: [HELP] Send On Signin
Sorry, I didn't see you needed the timer. Please try the following code (i just copied it all as it as easier). [code][noparse]var waitTime = 100; // Please change this variable to be the number of milliseconds you wish to wait before the message i...
markeeScripting01-12-2009 at 01:35 PM
RE: [HELP] Send On Signin
It has been quite a long time since I have worked on this script so please realise that I might not get this right, but I think all you need to do is modify lines 24 and 32 in the original script to the following code (replacing what is already there...
markeeScripting01-12-2009 at 01:18 PM
RE: no text on buttons
Do you have GDI++ installed? If so please read [url=http://shoutbox.menthix.net/showthread.php?ti d=87002][split] incompatibility with GDI++[/url]. I assume it is a very similar problem at the very least.
markeeWLM Plus! Help11-13-2008 at 05:37 AM
RE: Buttons & Images
Well the images are appearing for me as well so I am really not sure. Windows Vista Business Service Pack 1 (6.0.6001) Windows Live Messenger 8.5.1018 Messenger Plus! Live 4.79.0.342
markeeScripting11-12-2008 at 10:02 PM
RE: Buttons & Images
Please don't just paste the code, please upload the plsc that your friends can't see the images with. We can't see what issues they might have unless we have what you are giving them.
markeeScripting11-12-2008 at 09:41 PM
RE: Buttons & Images
Can you please attach the script here so that we can see if it will work for us?
markeeScripting11-12-2008 at 09:15 PM
RE: Does Patchou use scripts, skins or a modified version of MP!L???
He probably runs 8.0, 8.5 and 9.0 to test compatibility of all new features on both XP and Vista (I don't think Plus! supports 2000 any more... it's been too long since I remember seeing it). And I would assume that he would at least have a skin ...
markeeWLM Plus! General11-12-2008 at 11:56 AM
RE: Text too wide in new toasts
It happens a lot with script features and skins as well in normal releases. Many limitations aren't discussed publicly these days it seems... If you do a search for "beta forum" you'll see quite a few threads that get replies like this.
markeeWLM Plus! Bug Reports11-11-2008 at 12:29 PM
RE: Text too wide in new toasts
Ok, thanks. Sometimes it would be nice to know what has been talked about in the beta forums so that duplicate threads aren't made here....
markeeWLM Plus! Bug Reports11-11-2008 at 11:12 AM
RE: How did you discover Messenger Plus!?
Pretty much the same, haha. It was back in the 3.xx days (I think I wrote down the version number in another thread somewhere....).
markeeWLM Plus! General11-11-2008 at 10:46 AM
Text too wide in new toasts
When a contact has a name that is too long the name doesn't get truncated in the right spot and the ellipses appear over the text rather than after. The reason for this is because the control [i]LblContact[/i] in [i]ToastPopupContactPic[/i] is set ...
markeeWLM Plus! Bug Reports11-11-2008 at 10:43 AM
RE: [Resolved] Script import/create problem
If it is set to read only then how do you expect Message Plus! Live to write new script files? Some folders are likely needed to be read only, just check the Message Plus! Live folder in particular to make sure there are write options available.
markeeScripting11-11-2008 at 12:42 AM
RE: [Resolved] Script import/create problem
Do you have priveledges in the scripts folder? Also, please don't bump a thread after just 3hrs. I know you want this to work, but sometimes you just have to wait until someone with a little more knowledge comes and reads your thread.
markeeScripting11-10-2008 at 11:56 PM
RE: Scripting API Wishlist
It has been a while since this thread was bumped and I didn't feel like making my own, new thread, so here goes. I first wrote about this idea in [url=http://shoutbox.menthix.net/showthread.php?ti d=86979&pid=935168#pid935168]markee's reply to Compa...
markeeScripting11-10-2008 at 02:32 PM
RE: Request: Advanced Personalised Status
Well something like [url=http://shoutbox.menthix.net/showthread.php?ti d=65506&pid=720701#pid720701]Eljay's reply to Looking[/url] would be just what you are after... if Eljay hadn't lost the code. I thought someone else made a script like this but...
markeeWLM Plus! General11-10-2008 at 02:23 PM
[Hide Excerpts] Pages: (65): « First [ 1 ] 2 3 4 5 » Last »