Jump to content

Recommended Posts

Posted

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
Posted (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 by mistersquirrle

We ought not to misbehave, but we should look as though we could.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...