What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » wlm 2011

Pages: (3): « First « 1 2 [ 3 ] Last »
wlm 2011
Author: Message:
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: wlm 2011
quote:
Originally posted by Yustme
What does this tell you?
It tells a unicode (presumably) string of "undefined" :p
06-28-2012 11:19 AM
Profile PM Web Find Quote Report
Yustme
Junior Member
**


Posts: 85
40 / – / –
Joined: Aug 2005
O.P. RE: RE: wlm 2011
quote:
Originally posted by Mnjul
quote:
Originally posted by Yustme
What does this tell you?
It tells a unicode (presumably) string of "undefined" :p

well i meant anything else then the obvious of course.
06-28-2012 11:42 AM
Profile PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: wlm 2011
Firstly you're using an older registry library.

Try replacing the code with this: https://www.assembla.com/code/screenshot-sender/s...registry.js?rev=19
06-28-2012 12:02 PM
Profile E-Mail PM Find Quote Report
Yustme
Junior Member
**


Posts: 85
40 / – / –
Joined: Aug 2005
O.P. RE: RE: wlm 2011
quote:
Originally posted by matty
Firstly you're using an older registry library.

Try replacing the code with this: https://www.assembla.com/code/screenshot-sender/s...registry.js?rev=19

By the way, those binary text was saying 'undefined'. Think the forum couldn't handle the output of it.

I've replaced the registry library. My first try is without succes.
Its not changing the email address in the drop downlist to the email address it should try to login.
06-28-2012 12:13 PM
Profile PM Find Quote Report
Yustme
Junior Member
**


Posts: 85
40 / – / –
Joined: Aug 2005
O.P. RE: wlm 2011
I've done some more debugging and it seems everything goes well looking to the debug window. This is how I checked the values of the variables:

if (debugging)
            {
                Debug.Trace("Set default account = " + email);
                Debug.Trace("Registry_SetKeyValue resultWLMkey = " + resultWLMkey);
                Debug.Trace("Registry_SetKeyValue resultMPLkey = " + resultMPLkey);
                Debug.Trace("Get WLMkey value = " + Registry_GetKeyValue(HKey, MessengerKey, 'DefaultMemberName'));
                Debug.Trace("Get MPLkey value = " + Registry_GetKeyValue(HKey, MPLkey, 'DefaultUser'));
                Debug.Trace("\r\n");
            }

But the drop down list is holding the first 'default member' to sign in. Its not changing it to the next email address.

This kind of gives me the idea that there is another new registry setting that the new version uses which is not in the MSNMessenger.

I've done a search in the registry but I couldn't find any. I'm not sure where else to look where this new version keeps track of its settings except the registry.
06-28-2012 12:33 PM
Profile PM Find Quote Report
Pages: (3): « First « 1 2 [ 3 ] 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