What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [release] Show debugger tool [UPDATED]

Pages: (3): « First « 1 2 [ 3 ] Last »
4 votes - 3.75 average   [release] Show debugger tool [UPDATED]
Author: Message:
EBFL
Full Member
***

Avatar
;o

Posts: 486
Reputation: 67
31 / Male / Flag
Joined: Oct 2006
O.P. RE: [release] Show debugger tool [UPDATED]
quote:
Originally posted by SpunkyLoveMuff
quote:
Originally posted by Keikonium

I don't script, but good job none the less .

Why not have your script toggle the enable/disable debug window as well.

For people who want to do this:

Change line 18 from
quote:
Debug.DebuggingWindowVisible = true;
To:
quote:
Debug.DebuggingWindowVisible = !Debug.DebuggingWindowVisible;

That should do the trick ;)


That didnt do anything o.0
I'm awesome

11-16-2006 05:38 PM
Profile PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [release] Show debugger tool [UPDATED]
It does work... In fact I've edited your script slightly for my own purposes. I've managed to trim it to this:
code:
function OnEvent_MenuClicked(sMenuId, nLocation, ChatWnd){
    if(sMenuId=="debugger"){
        Debug.DebuggingWindowVisible = !Debug.DebuggingWindowVisible;
    }
}

I moved the menu code to the ScriptInfo file. I took out the nLocation = 2 check as I want it in chat windows too. For most people that will be using the script, checking the registry to see if debugging is enabled will not be needed.
<Eljay> "Problems encountered: shit blew up" :zippy:
11-16-2006 06:00 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