avery Posted February 10, 2010 Posted February 10, 2010 I was wondering if anyone knows a way to detach the debug window / output window at the bottom of SciTe? I would like to have it in a maximized separate window to better see the output and not have to constantly re-size it. Can anyone help please? Thanks, Avery Howell www.abox.orgAvery HowellVisit My AutoIt Websitehttp://www.abox.org
mistersquirrle Posted February 10, 2010 Posted February 10, 2010 (edited) That I know of, no, there's no way. You could write and run a script that every 5 seconds or something (or on a button press) read the data, then formatted it in a GUI. Try making a GUI and using this: $OC = ClipGet() ControlSend('', '', 351, '^a') ControlSend('', '', 351, '^c') MsgBox(0, '', ClipGet());obviously you wouldn't use this if you had a GUI... ClipPut($OC) Edited February 10, 2010 by mistersquirrle We ought not to misbehave, but we should look as though we could.
whim Posted February 10, 2010 Posted February 10, 2010 (edited) Check this comment in the Scite4AutoIt3 thread (and the posts around it) linkwhim Edited February 10, 2010 by whim
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now