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

Search Results
Subject Author Forum Time
RE: Convert Boolean to Numeric?
[code]var myNumber = parseInt(myBoolean);[/code] You could always multiply it by 1 or something as well.
markeeScripting10-03-2007 at 11:52 PM
RE: [?] Clearing LstView Controls
It doesn't matter if you use > or != in this situation because there is no time when it won't return a number equal to or greater than zero. This is because the only error is if the plus window does not exist or the control ID doesn't exist. As ...
markeeScripting10-03-2007 at 03:14 PM
RE: [?] Clearing LstView Controls
It should be [code]while(PlusWnd.LstView_GetCount("ListView") [b]!= 0[/b])[/code] This will give a boolean expression like the while statement wants ;) This method I have found works well, I have used it before with Message Customizer! Live when I...
markeeScripting10-03-2007 at 03:03 PM
RE: 70,000 Registered Members
That question can never be answered with a definitive answer. What you are asking is very subjective and statistics can only be as accurate as the objectivity of the question you are asking from the data.
markeeForum & Website10-03-2007 at 12:39 PM
RE: Suggestions
For the first one, Offline Messages does a much better job, I personally can't think of a reason why you would prefer the set comback feature apart from the ability to withdraw or modify a message after you have set it (which would be great if Micro...
markeeWLM Plus! General10-03-2007 at 12:04 PM
RE: Please help me!
Recently there was a vulnerability discovered, because of this a new version of 7.0 has been released with just this minor update. You will be able to upgrade to this with ease (it is advised that people with XP SP2 or above upgrade to 8.1 but 7.0 i...
markeeSkype & Live Messenger10-03-2007 at 10:27 AM
RE: 70,000 Registered Members
from http://shoutbox.menthix.net/statistics.php?page=we ek Active Members: 479 Oh and the uid is the correct one, the others have mistakes due to pruning, this has been discussed in the 60,000 members thread and also in the shoutbox a few time.
markeeForum & Website10-03-2007 at 04:06 AM
RE: 70,000 Registered Members
70,139 now :P We passed the mark over a week ago. And you shouldn't look at the number on the front page of the forums, but at the uid of the latest person instead ;) This is because of something to do with the pruning of members or something.... ...
markeeForum & Website10-03-2007 at 03:47 AM
RE: Question about appearance
See NanaFreak's first post. You need to use a program like Reshack (just google it and you shall find it).
markeeSkype & Live Messenger10-03-2007 at 03:06 AM
RE: Question about appearance
I think this is something that would require patching of Messenger. For a feature like this you are better off suggestion it to Rolando, the developer of Mess Patch. You can suggest it on the forum at http://patch.mess.be/ EDIT: Sorry, I thought y...
markeeSkype & Live Messenger10-03-2007 at 02:15 AM
RE: Working on the next version
For Messenger Plus! Live it is just easier for people to learn how to use the Plus! window codes and deal with it that way. This is already possible. I think it would be too much work to make a WYSIWYG editor for this without just doing one for Pl...
markeeAnnouncements & News10-03-2007 at 02:12 AM
RE: We were unable to start a conversation with..
Have either of you installed some new networking hardware (modem, router, switch, etc.) or installed a new firewall recently? Or possibly even changed something in your network settings or created a new VPN? To me it sounds as though the messages a...
markeeSkype & Live Messenger10-02-2007 at 05:19 AM
RE: Need more PM space
Correct me if I'm wrong but don't databases store it as the maximum byte capacity of the tuple anyway, not the size of the information in each feild?
markeeForum & Website10-01-2007 at 05:08 AM
RE: [Request] Simple script
I'm sorry about that, I've been doing a huge assignment all day and also sometimes my keyboard doesn't like to record me pressing the button so the two together aren't a good combination. I'm glad I could help you and stick in there with the s...
markeeScripting09-30-2007 at 03:49 PM
RE: [Request] Simple script
[code]function OnEvent_ChatWndCreated(ChatWnd){ ChatWnd.SendMessage("hello"); }[/code] This does exactly what you are after. If you wanted a different message then change hello. To implement this then go into the Messenger Plus! Live preferen...
markeeScripting09-30-2007 at 03:15 PM
RE: html in email
Why don't you just use the style attribute instead of the CSS and set the date when it is created (which is what should happen anyway or else it will update every day for the person and won't show the reader when the newsletter was relevant). And i...
markeeTech Talk09-30-2007 at 02:42 AM
RE: Decent 1GB Webhosting Free
When wil you learn, people NEVER even look at stickies, let alone read them and know what they are about. Same goes for searching and using important.php :sad:
markeeTech Talk09-29-2007 at 04:21 AM
RE: something like the Plus! Preferences.... tabs?
You have to use child windows and change the visibility of them when a tab is pressed. The easiest way I found of hiding the current child was to use a glodal varialbe like "currentTab" and set that when i changed the tab. I also had a list of al...
markeeScripting09-29-2007 at 12:37 AM
RE: It worked it BETA
Scripts like NudgeTools usually need to be upgraded with each build of Messenger, you will just have to wait until the script is tweaked to work with this version I'm sorry to inform you.
markeeScripting09-28-2007 at 11:48 AM
RE: Script Question
Personally I think it might be nice if these kind of scripts could use just parameters that people put into their PSM, and then if if gets updated and hence no parameter there (the script replaced it last time) then it uses a regular expression to fi...
markeeScripting09-27-2007 at 11:45 AM
RE: Is Msn for everyone?
I think the better option would be to use Plus! toasts for notification, but modify the xml containing the toast interfaces so that the toasts are larger (if you really want you can make it bigger than the screen, but i think that's pushing it a lit...
markeeWLM Plus! General09-27-2007 at 10:59 AM
RE: CreateWindowEx (in Live Messenger process, vista OS) crash, why?
A lot of people program scripts these days for Messenger Plus! Live and so Plug-Ins just don't get developed. It has been many months since someone has even posted in the plug-ins section of the forums. Because of this it is somewhat unlikely tha...
markeePlug-Ins09-27-2007 at 01:11 AM
RE: Idea for script.
That would look really trippy and be awesome to see it in action. Even if it wasn't based upon the colour in their nickname (which would blend in up the top of the window) but just random in general with a timer of how quick you want it to change ...
markeeScripting09-25-2007 at 06:21 AM
RE: [?] OnEvent_DownloadFileComplete
I've done something like this recently and it has worked absolutely fine for me and a few other people. You have to make sure you don't delete the temp file until you update the picture or destroy the window I found. Also you may want to clear th...
markeeScripting09-25-2007 at 02:54 AM
RE: Handwriting add-on?
They've said a lot of things have been on the drawing board.... for the last couple of years....
markeeSkype & Live Messenger09-24-2007 at 07:48 AM
[Hide Excerpts] Pages: (65): « First « 13 14 15 16 [ 17 ] 18 19 20 21 » Last »