dickjones007 Posted July 18, 2012 Share Posted July 18, 2012 is it possible to have sub window with trace lines appear when running .exe file of built script? Link to comment Share on other sites More sharing options...
JohnOne Posted July 18, 2012 Share Posted July 18, 2012 I think you are going to have to elaborate a little. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
JohnOne Posted July 18, 2012 Share Posted July 18, 2012 I do apologise, I only just got what you meant. The answer of course is, yes. But I suspect it would be something you have to script, rather than their being any pre-cooked solution. A simple function to output to any sort of edit control would suffice I imagine. dickjones007 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
rvn Posted July 18, 2012 Share Posted July 18, 2012 (edited) Yes ofcourse.. 1. Create GUI + textarea 2. send whatever u want to that textarea. example using GUICtrlSetData 3. Stay or Delete GUI than exit Edited July 18, 2012 by rvn dickjones007 1 Link to comment Share on other sites More sharing options...
dickjones007 Posted July 20, 2012 Author Share Posted July 20, 2012 thnk u both for answers ill try and figure something out Link to comment Share on other sites More sharing options...
JohnOne Posted July 20, 2012 Share Posted July 20, 2012 My advice (if the code is very large) would be to add trace lines, then create a script to wrap those trace lines into a param of a function call which outputs it) ie ConsoleWrite("@@ traceline") becomes _MyOutPutFunc('ConsoleWrite("@@ traceline")') AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
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