Re: capturing text from a GUI window

2005-03-10 Thread Josef Meile
Hi Earl, Anyone know how to capture text from GUI output? I need to process information returned via a GUI window. Earl Assuming Windows, then these guys have an interesting tool: http://www.skesoft.com/textcatch.htm It's not free, but you can try it before you buy it. You will need COM to cont

Re: capturing text from a GUI window

2005-03-09 Thread Myles Strous
Earl Eiland wrote: > This sounds like just what I need. What is COM, and where do I get it? Also worth checking out: Simon Brunning's WinGuiAuto - control/query of windows and controls, including the function getEditText to read the text in an edit control. See http://www.brunningonline.net/simo

Re: capturing text from a GUI window

2005-03-09 Thread Earl Eiland
On Tue, 2005-03-08 at 14:27, [EMAIL PROTECTED] wrote: > Earl Eiland wrote: > > Anyone know how to capture text from GUI output? I need to process > > information returned via a GUI window. > > > > Earl > > Assuming Windows, then these guys have an interesting tool: > http://www.skesoft.com/te

Re: capturing text from a GUI window

2005-03-08 Thread noah
Earl Eiland wrote: > Anyone know how to capture text from GUI output? I need to process > information returned via a GUI window. > > Earl Assuming Windows, then these guys have an interesting tool: http://www.skesoft.com/textcatch.htm It's not free, but you can try it before you buy it. You

Re: capturing text from a GUI window

2005-03-08 Thread Peter Hansen
Earl Eiland wrote: Anyone know how to capture text from GUI output? I need to process information returned via a GUI window. It might help (at least in terms of justifying this as an on-topic post) to describe in what way this is a Python question. Is it a Python program that produces the output?

capturing text from a GUI window

2005-03-08 Thread Earl Eiland
Anyone know how to capture text from GUI output? I need to process information returned via a GUI window. Earl -- http://mail.python.org/mailman/listinfo/python-list