What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Help/ Early Preview] Myspace integration

[Help/ Early Preview] Myspace integration
Author: Message:
BstrdSmkr
Junior Member
**

Avatar
Earned. Never Given.

Posts: 46
38 / Male / –
Joined: Jul 2006
O.P. Cool  [Help/ Early Preview] Myspace integration
now thanks to Pai, i've got the menu up and running and even some primative (albeit useless....) toasts popping off :D the problem i'm having now is that i can't get any response back from the preferences window, no control clicked event, no nothing :^) nothing registers in the debugger after the menu clicked event.  everything in in unicode, and the window ID is correct to the best of my knowledge. below is my code:

code:

/*
* Hook to Prefs Window
*/

function OnnwaPrefsEvent_CrtlClicked(nwaWnd, ControlId)
{
    if(ControlId == "BtnOK")
    {
        nwaWnd.Close(1);
        SaveSettings(Messenger.MyEmail);
    }
//    nwaLogin            = PlusWnd.GetControlText("nwalogininput");
//    nwaPassword         = PlusWnd.GetControlText("nwapasswordinput");
//
//    nwaMailInterval     = PlusWnd.GetControlText("nwamailinput")     * 60000;
//    nwaRequestInterval  = PlusWnd.GetControlText("nwarequestsinput") * 60000;
//    nwaBulletinInterval = PlusWnd.GetControlText("nwabulletininput") * 60000;
//    nwaEventInterval    = PlusWnd.GetControlText("nwaeventsinput")   * 60000;
//    nwaBlogInterval     = PlusWnd.GetControlText("nwablogsinput")    * 60000;
//    SaveSettings(Messenger.MyEmail);
}



I've commented out those lines b/c they're useless until i can get something back from the windows. any help is greatly apprieciated!

and my current script pack is attached to sate curriosity :)

.plsc File Attachment: Never Work Again.plsc (19.16 KB)
This file has been downloaded 205 time(s).

This post was edited on 07-13-2006 at 02:12 AM by BstrdSmkr.
07-05-2006 08:20 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Help/ Early Preview] Myspace integration - by BstrdSmkr on 07-05-2006 at 08:20 PM
RE: [Help/ Early Preview] Myspace integration - by craig2k5 on 07-05-2006 at 08:21 PM
RE: [Help/ Early Preview] Myspace integration - by Stigmata on 07-05-2006 at 08:23 PM
RE: [Help/ Early Preview] Myspace integration - by MisterFreak on 07-05-2006 at 08:28 PM
RE: [Help/ Early Preview] Myspace integration - by BstrdSmkr on 07-10-2006 at 11:03 PM
RE: [Help/ Early Preview] Myspace integration - by Pai on 07-11-2006 at 12:50 AM
RE: [Help/ Early Preview] Myspace integration - by :No-Frost: on 07-11-2006 at 03:44 AM
RE: [Help/ Early Preview] Myspace integration - by Keikonium on 07-11-2006 at 04:02 AM
RE: [Help/ Early Preview] Myspace integration - by BstrdSmkr on 07-11-2006 at 04:16 AM
RE: [Help/ Early Preview] Myspace integration - by Pai on 07-11-2006 at 11:11 AM
RE: RE: [Help/ Early Preview] Myspace integration - by BstrdSmkr on 07-13-2006 at 02:04 AM
RE: [Help/ Early Preview] Myspace integration - by BstrdSmkr on 07-17-2006 at 04:16 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