What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] MSN Names and Tools 1.04

Poll: What do you think of this script?
Exellent - I love it
Good - It is pretty good
Marginal - works, but could be better
Bad - Not so great, need lots of improvment
Horriable - Bad idea, hate it, kill it
[Show Results | Edit Poll]
[Release] MSN Names and Tools 1.04
Author: Message:
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
36 / Male / Flag
Joined: Jan 2006
RE: [Release] MSN Names and Tools 1.04
A couple of things with your code that I noticed:
  • function OnEvent_Initialize... should be function OnEvent_SigninReady... so as to not get an error with Messenger.MyEmail for example. Also it is better to use SigninReady rather than Signin as to not slow down your computer further when it is trying to load the contact list
  • instead of writing the likes of "item = e.item()" just use e.item() instead of item as there is not more than 2 times after that it is used.  Also when defining variables in a function and only going to be using it in that function then prefix them with "var " eg. "var item = e.item()" (without the quotes) and only use the var prefix on the first instance of using the variable.
  • you might also want to get rid of the Debug.Trace's in future to increase performance as it won't require as much processing time to run a command (only marginal but it all helps)

Just a couple suggestions for future reference.  I hope you don't feel that I'm nit picking, I just want to see people have the best possible coding with the most useful features possible.

Btw, I'm from Brisbane :P
[Image: markee.png]
12-20-2006 10:14 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Release] MSN Names and Tools 1.04 - by bladeswords on 12-20-2006 at 08:32 AM
RE: [Release] MSN Names and Tools 1.04 - by markee on 12-20-2006 at 09:00 AM
RE: [Release] MSN Names and Tools 1.04 - by Wally on 12-20-2006 at 09:31 AM
RE: [Release] MSN Names and Tools 1.04 - by bladeswords on 12-20-2006 at 09:46 AM
RE: [Release] MSN Names and Tools 1.04 - by markee on 12-20-2006 at 10:14 AM
RE: [Release] MSN Names and Tools 1.04 - by bladeswords on 12-20-2006 at 10:24 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