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:
Frxstrem
New Member
*


Posts: 6
Reputation: 1
29 / Male / –
Joined: Aug 2006
O.P. The "Voice Clip Sender" script
I've got some problems with a script I have downloaded from the Official Script Database. It's called "Voice Clip Sender" and got these bugs:
[list=1]
[*]When I try to send a file as a voice clip, it won't send the voice clip
[*]When I try to send a Plus! file as a voice clip, it won't send the voice clip
[*]When I try to open the Options window, it won't open
[/list]

It's listed under the Sounds category in Script Database
================
Frxstrem
03-03-2007 07:16 PM
Profile PM Find Quote Report
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
Joined: Jan 2006
RE: The "Voice Clip Sender" script
To troubleshoot it:
[list=1][*]Open the Messenger Plus! Script Preferences[*]Check the "Enable script debugging" box[*]If no window opens, go to the contact list, click the Plus! menu item, and press "Show Script Debugging"[*]In the debugger window, click on the combo box and scroll to Voice Clip Sender[*]Send a voice clip and see what is listed there[*]Paste it here![/list]

Thanks :)
03-03-2007 07:19 PM
Profile PM Find Quote Report
uw11
New Member
*

"Seize the day.."

Posts: 2
34 / Male / –
Joined: Mar 2007
RE: The "Voice Clip Sender" script
Funkció meghívása: OnGetScriptMenu
Funkció meghívása: OnEvent_MenuClicked
Funkció meghívása: OnSendPlusSoundEvent_LstViewClicked
Funkció meghívása: OnSendPlusSoundEvent_CtrlClicked

getAvailableInputDevices() called.
A. mixerOpen: 0
B. mixerGetLineInfoW: 11
Hiba: 'undefined' értéke NULL, vagy nem objektum..
       67.sor. Kód: -2146823281.
OnSendPlusSoundEvent_CtrlClicked funkció hibát jelzett. Kód: -2147352567
Funkció meghívása: OnSendPlusSoundEvent_CtrlClicked
Funkció meghívása: OnSendPlusSoundEvent_Destroyed


Sorry I have Hungarian MSN but I have the same problem, and this is what's written in the debug program...
thx
uw
03-08-2007 10:13 PM
Profile E-Mail PM Web Find Quote Report
trini
Full Member
***


Posts: 167
Reputation: 5
– / Female / Flag
Joined: Dec 2004
Status: Away
RE: The "Voice Clip Sender" script
Having the same problem with this script. I put here english version of debug:

Function called: OnEvent_Initialize
Function called: OnGetScriptMenu
Function called: OnEvent_MenuClicked
Function called: OnSendFileEvent_EditTextChanged
Function called: OnSendFileEvent_CtrlClicked
Function called: OnSendFileEvent_EditTextChanged
Function called: OnSendFileEvent_CtrlClicked

getAvailableInputDevices() called.
A. mixerOpen: 0
B. mixerGetLineInfoW: 1024
Error: 'undefined' is null or not an object.
       Line: 67. Code: -2146823281.
Function OnSendFileEvent_CtrlClicked returned an error. Code: -2147352567
Function called: OnSendFileEvent_CtrlClicked
Function called: OnSendFileEvent_Destroyed

This post was edited on 03-15-2007 at 11:50 AM by trini.
03-15-2007 11:47 AM
Profile PM Find Quote Report
Ace-_Ventura
New Member
*


Posts: 7
Joined: Dec 2006
RE: The "Voice Clip Sender" script
ha, so I am not alone. I have the same problem(1 and 2, not 3 though). However, I remember that the problem only started when I installed msn beta 8.1 and next versions. It worked fine on 8.0
03-15-2007 04:32 PM
Profile E-Mail PM Find Quote Report
DepecheNYC
Junior Member
**


Posts: 16
Joined: Jul 2006
RE: The "Voice Clip Sender" script
Too bad this script no longer works.
10-27-2010 03:16 AM
Profile E-Mail PM Find Quote Report
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 »


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