Page 1 of 1

Textify - copy system dialog, message box text

Posted: Fri Mar 11, 2016 6:25 am
by I am Baas
Copy text from such dialog boxes, message boxes and more.

https://rammichael.com/textify

Image


Demo at https://i.imgur.com/emXShuc.gifv

Download at http://rammichael.com/downloads/textify.zip

Re: Textify

Posted: Sun Apr 03, 2016 3:11 pm
by webfork
I am Baas wrote:Copy text from such dialog boxes, message boxes and more.
Nice. Certainly an improvement on tools like SysExporter and GetWindowText that just grab dialog boxes. I will definitely be using this to rip out text from static system tools. I do a fair amount of that for HOWTOs and bug reports.

---

Edit:

Here it is being used on the site to help grab areas of text without doing an "edit" function. Yeah this is a keeper.

Image

Re: Textify

Posted: Mon May 30, 2016 5:15 pm
by webfork
It doesn’t work on everything, but I’ve had luck with several programs that had some kind of copy restriction. As a result, it’s an unreliable but necessary tool for software testing and documentation.

It's at the top of my programs to add to the database.

Wishlist

Since the program pays attention to segments and separations, the program will occasionally only grab one or two words. I hope future versions work in a way that will grab multiple sections’ text at one time.

Re: Textify

Posted: Thu Jun 02, 2016 5:38 pm
by webfork
After getting saved by his program REPEATEDLY this week, I had to add it to the database. It's only fair.

Textify
http://www.portablefreeware.com/index.php?id=2785

Re: Textify

Posted: Thu Jun 02, 2016 5:50 pm
by smaragdus
@webfork
Thanks for submitting Textify to the database, I voted. ;)

Re: Textify

Posted: Thu Jun 02, 2016 6:38 pm
by I am Baas
@webfork

Thank you :D

Re: Textify

Posted: Fri Jun 03, 2016 2:39 am
by __philippe
Textify: Good stuff indeed, thanks Baas and Webfork ! :)

RaMMichael's Blog has a lively and helpful chronicle about Testify 's ongoing development.

See a few snippets here:
Image


and here:
Image

Re: Textify

Posted: Sat Oct 26, 2019 2:33 pm
by rbon
Textify 1.7 released
- web site: https://rammichael.com/textify
- demonstration: https://rammichael.com/wp-content/uploa ... e-demo.gif
- download setup: https://rammichael.com/downloads/textify_setup.exe
- download portable from GitHub: https://github.com/m417z/Textify/archive/v1.7.zip
- changelog:

Code: Select all

v1.7 (October 26, 2019)
. In-app configuration file editor.
. Improved per-monitor DPI handling.
. If no text was found, Textify now tries the parent element until something is found. This fixes querying Chrome tab titles.