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! :)

Pages: (4): « First « 1 [ 2 ] 3 4 » Last »
[Release] Sync - Your Messenger status in Google Talk and Skype! :)
Author: Message:
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: [Release] GTalkSync - Your Messenger status in Google Talk! :)
just downloaded 1.09 and i keep getting plus alerts pop up with debug written on top with a number inside it :S

also Gtalk's status mesage has () at the end of it :S

Windows Vista Ultimate x64 (6.0.6000)
Windows Live Messenger 8.01.0178
Messenger Plus! Live 4.2 beta

This post was edited on 02-22-2007 at 06:40 PM by aNILEator.
02-22-2007 06:22 PM
Profile PM Web Find Quote Report
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
O.P. RE: [Release] GTalkSync - Your Messenger status in Google Talk! :)
Sorry, will update now.
02-22-2007 07:17 PM
Profile E-Mail PM Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: [Release] GTalkSync - Your Messenger status in Google Talk! :)
* Felu give vikke Cookie's advise to put only one attachment per thread :P.
Works fine here :D.
02-23-2007 05:43 AM
Profile E-Mail PM Web Find Quote Report
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
O.P. RE: [Release] GTalkSync - Your Messenger status in Google Talk! :)
Another release, this time the script is called Sync. That's because it currently changes both Google Talk and Skype. Almost every problem has been fixed. Hope you like it!

Check main post for download.
4 8 15 16 23 42
02-25-2007 06:55 PM
Profile E-Mail PM Find Quote Report
riahc4
Veteran Member
*****


Posts: 1073
Reputation: -18
– / Male / Flag
Joined: Aug 2004
Status: Away
RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :)
Maybe you should Sync the PSM also for Yahoo! Messenger (some people may still use both clients)
02-27-2007 12:18 AM
Profile PM Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / 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
Eddie
Veteran Member
*****


Posts: 2078
Reputation: 30
32 / Male / Flag
Joined: Oct 2005
Status: Away
RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :)
quote:
Originally posted by vikke
New Update: 1.09.
Changes:
New Interface.
Support for custom status sync.
GMail name changer (BETA).

Please note your email and password is saved in registry without encryption, for now, sorry! :$
Would it be possible to make it so when you change status on skype or Google Talk it changes Windows Live Messenger to? :)
02-27-2007 04:58 AM
Profile PM Web Find Quote Report
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :)
Yeah would be good to synch DP's, PSM's and Status's between all clients, although i think this should stay as WLM script for now really (WLM being 'The controller' as it were)

Still keep it up, pratise makes perfect blah blah blah :)
02-27-2007 09:03 AM
Profile PM Web Find Quote Report
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
O.P. RE: RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :)
quote:
Originally posted by Felu
And the second problem is with the ActiveXObject "Skype4COM.Skype". Its just that your dll isn't getting registered properly :(.

Thanks Felu!
I will fix the registry bug today, however I see no reason why Skype4COM wouldn't register.. I chose it to register in the script installer program :S.

quote:
Originally posted by Shadow
Would it be possible to make it so when you change status on skype or Google Talk it changes Windows Live Messenger to? (Smilie)

Nope, I'm sorry, that's very advanced (I could still do it :)), as I don't have enough time to research and find this, it would be better to have a Skype/Google Talk addon to do that.

Thanks everyone for the feedback.

Edit: New version released: 1.1. The registry bug should be fixed. Check main post.

This post was edited on 02-27-2007 at 02:50 PM by vikke.
4 8 15 16 23 42
02-27-2007 02:32 PM
Profile E-Mail PM Find Quote Report
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: [Release] Sync - Your Messenger status in Google Talk and Skype! :)
Improve interface (add icons?), separate functions

* aNILEator does a mockup

Mockup Below :)

[Image: attachment.php?pid=793839]

BTW Ver 1.1 fails to start

.png File Attachment: sync mock up.png (35.83 KB)
This file has been downloaded 492 time(s).

This post was edited on 02-28-2007 at 01:23 AM by aNILEator.
02-28-2007 12:26 AM
Profile PM Web Find Quote Report
Pages: (4): « First « 1 [ 2 ] 3 4 » Last »
« 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