[release] Show debugger tool [UPDATED] - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: [release] Show debugger tool [UPDATED] (/showthread.php?tid=68296) [release] Show debugger tool [UPDATED] by EBFL on 11-11-2006 at 07:21 PM
This script adds a "Show Debugger" option to the Plus! Icon menu in chat window. RE: [release] Show debugger tool by Jesus on 11-11-2006 at 08:08 PM
nice script, I've been looking for an easier way to show the debug window for a while now, and apart from "Debug.DebuggingWindowVisible = 1", this is the best way I found yet. RE: [release] Show debugger tool by EBFL on 11-11-2006 at 08:10 PM
RE: [release] Show debugger tool by vaccination on 11-11-2006 at 09:53 PM Cool, good job RE: [release] Show debugger tool [UPDATED] by EBFL on 11-12-2006 at 03:30 PM
quote:Thank you. quote: RE: [release] Show debugger tool [UPDATED] by Ezra on 11-12-2006 at 04:39 PM You do know there already is a Show Debugger menu option in the plus! menu right? RE: [release] Show debugger tool [UPDATED] by EBFL on 11-12-2006 at 04:52 PM
quote:Yeah but not in a convosation. RE: [release] Show debugger tool [UPDATED] by Jesus on 11-12-2006 at 05:45 PM
nice RE: [release] Show debugger tool [UPDATED] by EBFL on 11-12-2006 at 07:10 PM
quote:I also have it minimized and so thats why i think its useful, and it also saves you abit of time. quote:Lol. I think this is easy and quick enough now RE: [release] Show debugger tool [UPDATED] by Keikonium on 11-12-2006 at 08:02 PM
I don't script, but good job none the less . RE: [release] Show debugger tool [UPDATED] by Plan-1130 on 11-12-2006 at 08:10 PM 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... RE: [release] Show debugger tool [UPDATED] by CookieRevised on 11-12-2006 at 08:33 PM
quote:That's exactly what this script does. quote: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. RE: [release] Show debugger tool [UPDATED] by Sunshine on 11-12-2006 at 08:51 PM
Handy script, working fine here. RE: [release] Show debugger tool [UPDATED] by EBFL on 11-13-2006 at 05:01 PM
quote:Thank you Sunshine Will do, I just wish i could make bit more advanced scripts. RE: RE: [release] Show debugger tool [UPDATED] by deAd on 11-13-2006 at 06:48 PM
quote:I think he means actually disabling debugging -- like in the preferences under Scripts where it says "Enable debugging options". RE: RE: [release] Show debugger tool [UPDATED] by Huhu_Manix on 11-13-2006 at 07:26 PM
quote: Why not a 'YES/NO message box' that's purpose to enable the debugging option instead of the information message ? RE: RE: [release] Show debugger tool [UPDATED] by EBFL on 11-13-2006 at 07:27 PM
quote: If i have any look i'll update the Attachment 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. RE: RE: RE: [release] Show debugger tool [UPDATED] by CookieRevised on 11-13-2006 at 09:30 PM
quote: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). RE: [release] Show debugger tool [UPDATED] by Ezra on 11-13-2006 at 09:36 PM
Do I smell a new API request? RE: [release] Show debugger tool [UPDATED] by Spunky on 11-15-2006 at 02:15 AM
quote: For people who want to do this: Change line 18 from quote:To: quote: That should do the trick RE: [release] Show debugger tool [UPDATED] by EBFL on 11-16-2006 at 05:38 PM
quote: That didnt do anything o.0 RE: [release] Show debugger tool [UPDATED] by Spunky on 11-16-2006 at 06:00 PM
It does work... In fact I've edited your script slightly for my own purposes. I've managed to trim it to this: code: 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. |