What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Scipts Dont Work with msg plus v5

Scipts Dont Work with msg plus v5
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: RE: RE: RE: Scipts Dont Work with msg plus v5
quote:
Originally posted by Yustme
the doc said to zip it up and rename it to .plcs or something. i use 7zip, should be the same right?
"To ZIP up" means using the ZIP compression format. It doesn't mean compressing the files with whatever compression method you want.

So it doesn't matter what program you use to ZIP files, as long as it is the ZIP format.

Note that you actually do not need any external program for to create ZIP files either. Windows can make ZIP files out-of-the-box. Simply select the files you want to ZIP in Windows Explorer, right click your selection, choose 'Send To' and select 'Compressed Folder'.

;)

quote:
Originally posted by Yustme
is that the only thing that changed? because if i reinstall msg plus 5 i dont wanna do a system restore. takes forever ;(
System Restore should never be used in any case.
If you want to remove Plus! simply remove it using the uninstaller from Windows 'Remove Program and Files'. The same for Windows Live Messenger.
The same for reinstalling; Simply reinstall the programs using their respective setups.

You should only use System Restore when you encounter a severe system crash or whatever. It is NOT a backup tool, NOR an uninstaller!

This said, I don't see why you should re-install or remove anything. The problems are in your own coded script, nothing else.

quote:
Originally posted by Yustme
and what reg paths do you mean? this one:
Registry_SetKeyValue()
That is not a reg path, that is a function.
I mean the hard coded registry paths you have store in the variables WLMKey, MPLkey, etc

EDIT: I see that you've changed MPLkey in your new version, but note that it now wont work on Plus!4 though.

quote:
Originally posted by Yustme
well it works, it always has.
that < 2 was test code and also, it started out by itself as soon as msn starts. but that was the wrong way. also that code has been commented out.
It didn't work; it couldn't be working in Plus!5. Second, Always remember it is absolute vital that if you want people to help you debug your script that you provide all and the completely accurate up-to-date script files, even if you think some files don't matter (they usually do matter). It is not possible to properly help out otherwise.

PS: That '< 2' check in the Initialize event shouldn't be testcode. It is actually what you need to use instead of if(WLMRunning() < maxMsnWindows). Aka, it is the if(WLMRunning() < maxMsnWindows) which is part of the trouble too. The reason being that you should only start this script once! And it is this one instance which should drive all the other Messenger instances. Remember that each time a Messenger instance starts all the Plus! scripts will run too, hence all the other "AutoSignin" scripts should NOT perform any actions (unless you want to end up in a dead loop). Only the first one which started the whole chain should open the other Messenger instances. As such, you MUST use '< 2' (or '== 1') and not '< maxMsnWindows'.

;)

This post was edited on 03-19-2011 at 07:53 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
03-19-2011 04:24 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Scipts Dont Work with msg plus v5 - by Yustme on 03-16-2011 at 09:54 PM
RE: Scipts Dont Work with msg plus v5 - by Yustme on 03-19-2011 at 10:58 AM
RE: RE: Scipts Dont Work with msg plus v5 - by Fike on 03-19-2011 at 11:04 AM
RE: RE: RE: Scipts Dont Work with msg plus v5 - by Yustme on 03-19-2011 at 12:42 PM
RE: RE: RE: RE: Scipts Dont Work with msg plus v5 - by CookieRevised on 03-19-2011 at 04:24 PM
RE: RE: RE: RE: RE: Scipts Dont Work with msg plus v5 - by Yustme on 03-19-2011 at 11:02 PM
RE: Scipts Dont Work with msg plus v5 - by CookieRevised on 03-19-2011 at 11:23 AM
RE: RE: Scipts Dont Work with msg plus v5 - by Fike on 03-19-2011 at 11:24 AM
RE: Scipts Dont Work with msg plus v5 - by Fike on 03-19-2011 at 11:24 AM
RE: Scipts Dont Work with msg plus v5 - by Spunky on 03-19-2011 at 12:24 PM
RE: Scipts Dont Work with msg plus v5 - by CookieRevised on 03-20-2011 at 12:04 AM
RE: RE: Scipts Dont Work with msg plus v5 - by Yustme on 03-20-2011 at 09:06 AM
RE: Scipts Dont Work in WLM 2011 - by Fike on 03-17-2011 at 12:17 PM
RE: RE: Scipts Dont Work in WLM 2011 - by Yustme on 03-18-2011 at 10:11 PM
RE: RE: RE: Scipts Dont Work in WLM 2011 - by Fike on 03-18-2011 at 10:34 PM
RE: RE: RE: RE: Scipts Dont Work in WLM 2011 - by Yustme on 03-18-2011 at 10:46 PM
RE: Scipts Dont Work in WLM 2011 - by Yustme on 03-18-2011 at 10:47 PM
RE: RE: Scipts Dont Work in WLM 2011 - by Fike on 03-18-2011 at 10:55 PM
RE: RE: RE: Scipts Dont Work in WLM 2011 - by Yustme on 03-18-2011 at 11:07 PM
RE: RE: RE: RE: Scipts Dont Work in WLM 2011 - by Fike on 03-19-2011 at 09:49 AM
RE: Scipts Dont Work in WLM 2011 - by Menthix on 03-19-2011 at 02:12 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On