What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] Sync - Your Messenger status in Google Talk and Skype! :)

[Release] Sync - Your Messenger status in Google Talk and Skype! :)
Author: Message:
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
30 / Male / Flag
Joined: Apr 2006
Status: Away
RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :)
This doesn't seem to work :(. Here is the debug :P.
quote:
Script is starting
Script is now loaded and ready
Function called: OnEvent_Initialize
Error: Invalid root in registry key "HKCU\SOFTWARE\Patchou\Messenger Plus! Live\GlobalSettings\Scripts\Sync\Settings\name@domain.com\cSyncGTalk"..
       Line: 94. Code: -2147024894.
Function OnEvent_Initialize returned an error. Code: -2147352567
Function called: OnGetScriptMenu
Function called: OnEvent_MenuClicked
Error: Invalid root in registry key "HKCU\SOFTWARE\Patchou\Messenger Plus! Live\GlobalSettings\Scripts\Sync\Settings\name@domain.com\cSyncGTalk"..
       Line: 94. Code: -2147024894.
Function OnEvent_MenuClicked returned an error. Code: -2147352567
Function called: OnwSettingsEvent_CtrlClicked
Function called: OnwSettingsEvent_CtrlClicked
Function called: OnwSettingsEvent_CtrlClicked
Function called: OnGetScriptMenu
Function called: OnEvent_MenuClicked
Function called: OnEvent_MyStatusChange
Error: Automation server can't create object.
       Line: 120. Code: -2146827859.
Function OnEvent_MyStatusChange returned an error. Code: -2147352567
Function called: OnEvent_MyStatusChange
Error: Automation server can't create object.
       Line: 120. Code: -2146827859.
Function OnEvent_MyStatusChange returned an error. Code: -2147352567
Function called: OnGetScriptMenu
Function called: OnEvent_MenuClicked
Function called: OnwSettingsEvent_CtrlClicked
Script has been stopped
Script is starting
Script is now loaded and ready
Function called: OnEvent_Initialize
Error: Automation server can't create object.
       Line: 120. Code: -2146827859.
Function OnEvent_Initialize returned an error. Code: -2147352567
First of all you should use try statements for accessing the registry. The key might not exist on the first install.
code:
function LoadSetting (sKey, sDefault){
    var oShell = new ActiveXObject("WScript.Shell");
    try
        return oShell.RegRead(MsgPlus.ScriptRegPath + Messenger.MyEmail + "\\" + sKey);
    catch(error)
        return sDefault;
}
And the second problem is with the ActiveXObject "Skype4COM.Skype". Its just that your dll isn't getting registered properly :(.

This post was edited on 02-27-2007 at 02:47 AM by Felu.
02-27-2007 02:46 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Release] Sync - Your Messenger status in Google Talk and Skype! :) - by vikke on 02-21-2007 at 02:12 PM
RE: [Release] GTalkSync - Your Messenger status in Google Talk! :) - by linx05 on 02-21-2007 at 02:32 PM
RE: RE: [Release] GTalkSync - Your Messenger status in Google Talk! :) - by vikke on 02-21-2007 at 02:35 PM
RE: [Release] GTalkSync - Your Messenger status in Google Talk! :) - by John Anderton on 02-21-2007 at 04:12 PM
RE: RE: [Release] GTalkSync - Your Messenger status in Google Talk! :) - by vikke on 02-21-2007 at 05:45 PM
RE: [Release] GTalkSync - Your Messenger status in Google Talk! :) - by Eljay on 02-21-2007 at 04:34 PM
RE: [Release] GTalkSync - Your Messenger status in Google Talk! :) - by John Anderton on 02-21-2007 at 04:39 PM
RE: [Release] GTalkSync - Your Messenger status in Google Talk! :) - by JackBauer on 02-21-2007 at 05:36 PM
RE: [Release] GTalkSync - Your Messenger status in Google Talk! :) - by John Anderton on 02-22-2007 at 05:21 AM
RE: [Release] GTalkSync - Your Messenger status in Google Talk! :) - by vikke on 02-22-2007 at 05:51 PM
RE: [Release] GTalkSync - Your Messenger status in Google Talk! :) - by aNILEator on 02-22-2007 at 06:22 PM
RE: [Release] GTalkSync - Your Messenger status in Google Talk! :) - by vikke on 02-22-2007 at 07:17 PM
RE: [Release] GTalkSync - Your Messenger status in Google Talk! :) - by Felu on 02-23-2007 at 05:43 AM
RE: [Release] GTalkSync - Your Messenger status in Google Talk! :) - by vikke on 02-25-2007 at 06:55 PM
RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :) - by riahc4 on 02-27-2007 at 12:18 AM
RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :) - by Felu on 02-27-2007 at 02:46 AM
RE: RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :) - by vikke on 02-27-2007 at 02:32 PM
RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :) - by Eddie on 02-27-2007 at 04:58 AM
RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :) - by aNILEator on 02-27-2007 at 09:03 AM
RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :) - by aNILEator on 02-28-2007 at 12:26 AM
RE: RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :) - by vikke on 02-28-2007 at 09:55 AM
RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :) - by Felu on 02-28-2007 at 02:46 AM
RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :) - by aNILEator on 02-28-2007 at 08:39 AM
RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :) - by Felu on 02-28-2007 at 10:01 AM
RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :) - by aNILEator on 02-28-2007 at 02:46 PM
RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :) - by prashker on 03-15-2007 at 07:13 AM
RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :) - by Felu on 03-15-2007 at 07:23 AM
RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :) - by prashker on 03-15-2007 at 07:47 AM
RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :) - by Felu on 03-15-2007 at 07:54 AM
RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :) - by prashker on 03-15-2007 at 08:02 AM
RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :) - by aNILEator on 03-15-2007 at 08:03 AM
RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :) - by prashker on 03-16-2007 at 09:34 AM
RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :) - by aNILEator on 11-22-2007 at 02:02 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