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

Search Results
Subject Author Forum Time
RE: [Bug] Correct height of ListBox
Have you made the measurements be in pixels? (I forget where it is, NF know and that's all that matters for me :P)
markeeWLM Plus! Bug Reports05-08-2008 at 02:14 AM
RE: Skin & Script comments?
Exactly! A thread helps people to track bugs and allows the reporter to post attachments to show more details, and it doesn't seem as strange to have a large post in a thread compared to a large comment. This kind of information will also be a lot...
markeeForum & Website05-08-2008 at 01:56 AM
RE: XP SP3 Problems
Take a read of [url=http://www.systemsabuse.com/2007/12/27/xp-ser vice-pack-3-sp3-where-did-my-toolbars-address-bar- go-missing/]this article[/url] ;)
markeeTech Talk05-07-2008 at 09:52 AM
RE: Skin & Script comments?
and this is why i will say again, people should need to have a thread on the forum before being accepted into the database |-)
markeeForum & Website05-07-2008 at 06:45 AM
RE: [Removed] Web2Live v1.00.08 (updated: 17/03/2009)
You cant test your own status with it unless you add layers to the image and manually put the DP and text there I'm sorry.
markeeScripting05-05-2008 at 08:15 AM
RE: [Removed] Web2Live v1.00.08 (updated: 17/03/2009)
As we have talked about a little bit, we are running a competition. The details are as follows: You have to make signature backgrounds for web2live. The winning entries will be used as signature backgrounds for web2live. I realise the prize isn't m...
markeeScripting05-05-2008 at 07:03 AM
RE: Contact Name part for Contact List Clean-Up window's second mode
But that is just more space and more processing for a new which might not be current anymore.
markeeWLM Plus! General05-03-2008 at 01:23 PM
RE: Contact Name part for Contact List Clean-Up window's second mode
This is just how messenger stores the information. If you have a look at the list in tools > options > privacy > Contact list > "view". Patchou normally sources information from messenger when it is requested rather than storing it so such a feat...
markeeWLM Plus! General05-03-2008 at 08:50 AM
RE: [Request] A simple regular expression function
Got it working now [code]function moveToEnd(oString,sub){ var re = RegExp(".*?"+sub+"+(?!$)","gim"); eString = oString; while(re.exec(oString) != null){ eString = eString.replace(RegExp("(.*?)("+sub+"+)(.*)", "gi"),"$1$3$2"); } r...
markeeScripting04-30-2008 at 09:39 AM
RE: Cant get this math.
Well except if you deal with maths programs like matlab, then it starts from 1, but that is becausethey store every variable in a matrix (2 dimensional array)
markeeGeneral Chit Chat04-28-2008 at 08:51 PM
RE: [Request] A simple regular expression function
That would require a for loop that has more (or at least equal - only when there are no instances of double leters) itterations than my while though.... and would probably be a while satement unles you checked each letter individually. However your ...
markeeScripting04-28-2008 at 08:48 PM
RE: Cant get this math.
All sequences start at zero, even JA knows that... :dodgy:
markeeGeneral Chit Chat04-28-2008 at 01:07 PM
RE: [Request] A simple regular expression function
If they are all grouped together: [code]StringObj.replace(/(.*)(A*)(.*)/i,"$1$3$2); [/code] I personally can't think of a way to get all of them on the end however... This code might work but t is untested... [code] var StringObj; while(RegExp(".*A...
markeeScripting04-28-2008 at 11:14 AM
RE: Cant get this math.
I think you should try that again ;)
markeeGeneral Chit Chat04-27-2008 at 01:10 PM
RE: Cant get this math.
1) p = (n+2)(n/2+1.5) I realise it isn't the easiest to find, but it shouldn't take a maths teacher more than 5min... And where was the class nerd to anser this one?
markeeGeneral Chit Chat04-27-2008 at 12:11 PM
RE: Beta Tester T-Shirt Recieved :D
We better have a new recall of beta testers by the end of the year because I would like to get a Christmas card too.
markeeGeneral Chit Chat04-26-2008 at 01:20 AM
RE: Music Festivals 2008: Which ones are you going to?
Which had crappy bands this year. Next year better be good
markeeGeneral Chit Chat04-20-2008 at 11:51 AM
RE: Music Festivals 2008: Which ones are you going to?
I so wish I lived in the UK....:sad:
markeeGeneral Chit Chat04-20-2008 at 11:20 AM
RE: Beta Tester T-Shirt Recieved :D
I think Patchou just made up this whole "beta tester" idea to give people cool gifts and make you and me jealous :dodgy: /me runs again [size=0]I'm going to get fit at this rate....[/size]
markeeGeneral Chit Chat04-20-2008 at 03:49 AM
RE: Beta Tester T-Shirt Recieved :D
You are useless even with pics! :sad: /me runs very fast
markeeGeneral Chit Chat04-19-2008 at 12:14 PM
RE: [suggestion] Remove all files before import option in ScriptInfo.xml
I think a solution like mynetx made is best as a temporary fix, include blank .js files, delete them and also the .js file that deletes them also gets removed (this can be made through a try/catch statement globally so that initialize doesn't look f...
markeeScripting04-09-2008 at 09:03 AM
RE: [suggestion] Remove all files before import option in ScriptInfo.xml
[code]if(!MessengerStart){ //code that first only on an import as messenger has already been started //it is possible to import a script without being logged in, but who really does that? }[/code] EDIT: You could also just check if the first one exis...
markeeScripting04-07-2008 at 11:35 AM
RE: [suggestion] Remove all files before import option in ScriptInfo.xml
That would at least cut it down to when the script is initialised while messenger is running... 8-)
markeeScripting04-07-2008 at 11:18 AM
RE: I can't believe it! Microsoft temporary took down my site!
Apart from the fact that the site they took down is a news site relating to their product that promotes it. It also makes recommendations and has a large user base. If they piss them off then it could have some effects on the ammount of people usi...
markeeGeneral Chit Chat04-06-2008 at 11:32 AM
RE: I can't believe it! Microsoft temporary took down my site!
Just because it saves time doesn't mean that it is right.
markeeGeneral Chit Chat04-06-2008 at 07:07 AM
[Hide Excerpts] Pages: (65): « First « 1 2 3 [ 4 ] 5 6 7 8 » Last »