What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » The "Voice Clip Sender" script

The "Voice Clip Sender" script
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: The "Voice Clip Sender" script
The reason for the error is because they are trying to set the size of a variable that is not created if the script doesn't reach a specific point.

Albeit good practise to do so it is not required to set the size of the databloc's to 0 after you are finished using them. The Javascript Garbage collector will do this automatically.

Therefore all of this is unneccessary:
Javascript code:
        hMixerBloc.Size = 0;
        mxl.Size = 0;
        mxl2.Size = 0;
        mxcd.Size = 0;
        mxcd2.Size = 0;
        mxc.Size = 0;
        mxlc.Size = 0;
        pmxcdSelectText.Size = 0;
        pmxcdSelectText2.Size = 0;

10-27-2010 04:10 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
The "Voice Clip Sender" script - by Frxstrem on 03-03-2007 at 07:16 PM
RE: The "Voice Clip Sender" script - by deAd on 03-03-2007 at 07:19 PM
RE: The "Voice Clip Sender" script - by uw11 on 03-08-2007 at 10:13 PM
RE: The "Voice Clip Sender" script - by trini on 03-15-2007 at 11:47 AM
RE: The "Voice Clip Sender" script - by Ace-_Ventura on 03-15-2007 at 04:32 PM
RE: The "Voice Clip Sender" script - by DepecheNYC on 10-27-2010 at 03:16 AM
RE: The "Voice Clip Sender" script - by matty on 10-27-2010 at 04:10 PM


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