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:
Plan-1130
Full Member
***

I keep askin' myself: why?

Posts: 142
73 / Male / –
Joined: Feb 2005
RE: [release] Show debugger tool [UPDATED]
it's possible, with a timer, but that uses quite some system resources, and it would be quite annoying going through disabling the script and then closing the window. just typing 1 command is easier if you accidentally close the window...
My Scripts: UltimatFlooder, Advanced PSM Chat, PlusPrivacy, PlusRemote

[Image: Plan-1130.png]
11-12-2006 08:10 PM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [release] Show debugger tool [UPDATED]
quote:
Originally posted by Keikonium
So if the user has it disabled, then this script will enable it....
That's exactly what this script does.

quote:
Originally posted by Keikonium
...And upon exiting the debug window, the debug would be disabled again :P.
I don't quite get that...

But if you exit/close the debugging window than it stays closed already.

If you mean, closing the debugging window automatically when you move your cursor outside the window to another window on your computer (aka: the debugging window will loose focus), then that will be highly annoying to script developpers.

In fact, de purpose of the debugging window is to monitor stuff. This means that in most cases you even don't have the window in focus and visible, just active, and you switch to it to check some stuff. Automatically closing it upon loosing focus will therefore actually make the window useless.

This post was edited on 11-12-2006 at 08:34 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
11-12-2006 08:33 PM
Profile PM Find Quote Report
Sunshine
Elite Member
*****

Avatar

Posts: 5142
Reputation: 122
– / Female / Flag
Joined: Mar 2004
Status: Away
RE: [release] Show debugger tool [UPDATED]
Handy script, working fine here. (y)

Edit: keep up the good work

This post was edited on 11-12-2006 at 09:15 PM by Sunshine.
[Image: 25dr3o9]
11-12-2006 08:51 PM
Profile E-Mail PM Web Find Quote Report
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 Sunshine
Handy script, working fine here. (y)

Edit: keep up the good work
Thank you Sunshine :)
Will do, I just wish i could make bit more advanced scripts.
I'm awesome

11-13-2006 05:01 PM
Profile PM Find Quote Report
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
Joined: Jan 2006
RE: RE: [release] Show debugger tool [UPDATED]
quote:
Originally posted by CookieRevised
quote:
Originally posted by Keikonium
So if the user has it disabled, then this script will enable it....
That's exactly what this script does.

quote:
Originally posted by Keikonium
...And upon exiting the debug window, the debug would be disabled again :P.
I don't quite get that...
I think he means actually disabling debugging -- like in the preferences under Scripts where it says "Enable debugging options".
11-13-2006 06:48 PM
Profile PM Find Quote Report
Huhu_Manix
Full Member
***

Avatar
Upload me again... *salivate*

Posts: 106
– / Male / –
Joined: Jul 2006
RE: RE: [release] Show debugger tool [UPDATED]
quote:
Originally posted by Keikonium
I don't script, but good job none the less :).

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

So if the user has it disabled, then this script will enable it. And upon exiting the debug window, the debug would be disabled again :P.

Just a thought (don't even know if its possible).


Why not a 'YES/NO message box' that's purpose to enable the debugging option instead of the information message ?
11-13-2006 07:26 PM
Profile E-Mail PM Web Find Quote Report
EBFL
Full Member
***

Avatar
;o

Posts: 486
Reputation: 67
31 / Male / Flag
Joined: Oct 2006
O.P. RE: RE: [release] Show debugger tool [UPDATED]
quote:
Originally posted by Keikonium
I don't script, but good job none the less :).

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

So if the user has it disabled, then this script will enable it. And upon exiting the debug window, the debug would be disabled again :P.

Just a thought (don't even know if its possible).


I'll have alook at it[Image: tongue.gif]
If i have any look i'll update the Attachment :D

No good. :(
Can't,
But if anyone can help me can they PM me Please as i would like that idea to be the next update :)
Thanks,
Nick.

This post was edited on 11-14-2006 at 06:13 PM by EBFL.
I'm awesome

11-13-2006 07:27 PM
Profile PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: RE: RE: [release] Show debugger tool [UPDATED]
quote:
Originally posted by deAd
I think he means actually disabling debugging -- like in the preferences
Impossible. Messenger Plus! does not constantly read the registry settings for updates, almost no program does. You can manually change something in the registry all you want. It will no be read untill the next restart or when you actually open/close the preferences window (provided the setting isn't overwritten again with the value the program had in memory).

This post was edited on 11-13-2006 at 09:31 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
11-13-2006 09:30 PM
Profile PM Find Quote Report
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: [release] Show debugger tool [UPDATED]
Do I smell a new API request?

Force a reload of registry, file and resources.

Would come in handy for this kind of scripts.
[Image: 1-0.png]
             
11-13-2006 09:36 PM
Profile PM Web Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [release] Show debugger tool [UPDATED]
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 ;)
<Eljay> "Problems encountered: shit blew up" :zippy:
11-15-2006 02:15 AM
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