DonationCoder.com Forum

Main Area and Open Discussion => General Software Discussion => Topic started by: tsaint on February 17, 2010, 03:42 PM

Title: simple software to facilitate reading screen full of text ...
Post by: tsaint on February 17, 2010, 03:42 PM
 Is there a simple piece of software (AHK maybe) which will draw a horizontal bar on the screen, level with the cursor, so help reading long lines of text in large articles?
 The idea would be to slowly move the cursor down the screen as you read, with the horizontal bar also moving accordingly.
Tony
Title: Re: simple software to facilitate reading screen full of text ...
Post by: KynloStephen66515 on February 17, 2010, 03:50 PM
I agree, as I always seem to read 1/2 a line of text, then somehow end up 14 lines down the page without realizing until the text makes no sense at all.  Maybe you could change your cursor to a large bar, rather than a pointer?  I'm pretty sure there are icons like that available.
Title: Re: simple software to facilitate reading screen full of text ...
Post by: rjbull on February 17, 2010, 04:18 PM
I asked for something like this once before: Wanted: line highlighter (https://www.donationcoder.com/forum/index.php?topic=17026.0)

The first recommendation is for FX Software (Assistive Software) (http://www.fxc.btinternet.co.uk/assistive.htm).  They have a number of visual helper programs.
Title: Re: simple software to facilitate reading screen full of text ...
Post by: tsaint on February 17, 2010, 04:37 PM
thanks. I searched the forum, for all the wrong terms obviously. Was tempted to search for "thinggie to help me read"
The Assistive software works, maybe slight overkill for my needs.
Re big cursor, that would be clever but my initial reaction was that cursor size must have limits.
Think I'll put my (pathetic) AHK skills to the test and try to come up with something myself.
Tony
Title: Re: simple software to facilitate reading screen full of text ...
Post by: JavaJones on February 17, 2010, 10:53 PM
Interesting idea. I've always just selected bits of text as I went, to mark my place. But this can often have unintended consequences. So a more purpose-built tool would be great, though would have to be system-wide.

- Oshyan
Title: Re: simple software to facilitate reading screen full of text ...
Post by: rjbull on February 18, 2010, 04:11 AM
The Assistive software works, maybe slight overkill for my needs.
Don't overlook PhilB66's post (https://www.donationcoder.com/forum/index.php?topic=17026.msg150969#msg150969) at the end of that thread - PlaceHolder (http://weblogs.asp.net/jimjackson/archive/2007/10/03/screen-based-reading-placeholder.aspx) plus WheelHere (http://members.at.infoseek.co.jp/mchos/download/wheelhere.html) used together.
Title: Re: simple software to facilitate reading screen full of text ...
Post by: tsaint on February 18, 2010, 04:40 AM
thanks rjbull, I did. Rectified now, placeholder looks excellent.
Title: Re: simple software to facilitate reading screen full of text ...
Post by: rjbull on March 05, 2010, 04:41 PM
tsaint, FWIW, Bits du Jour have a $9.75 offer on Line Reader (http://www.bitsdujour.com/software/line-reader/), due on Friday 12th March.  I haven't tried it, but it looks like the sort of thing you asked for.

Line Reader home page (http://www.iconico.com/lineReader/)
With Line Reader, your mouse cursor transforms into a handy reading aid, taking the form of a horizontal line that you use to track your spot in any online document or web page. You can customize the length, width, and color of your line, as well as invoke a secondary helper line that serves to further emphasize the location of your cursor. One click, and your line flips to the vertical, which is convenient for highlighting entire paragraphs, steps in a recipe, or assembly instructions.

Line Reader As amazingly useful as Line Reader is, we’ve made it even better by including some handy bonus features! First, there’s the Magnifier Window, which offers an enlarged view of anything that you hover your line cursor over and a screen grabber. Then there’s the Measurement Window that gives you the ability to measure anything that you can see on your computer screen. Finally, we have the Tag Along Form Window, a resizable, customizable box that attaches to your line cursor and serves as a appointment reminder, image holder, or text box!
Title: Re: simple software to facilitate reading screen full of text ...
Post by: AndyM on March 05, 2010, 04:53 PM
Desktop Ruler has a setting "Stick to Mouse" that would work.

 www.coder.hr

[ You are not allowed to view attachments ]
Title: Re: simple software to facilitate reading screen full of text ...
Post by: PhilB66 on March 05, 2010, 10:05 PM
Check out The  Virtual Reading Ruler demo page @ http://www.crossboweducation.com/RulerPreview.html

[ You are not allowed to view attachments ]
Title: Re: simple software to facilitate reading screen full of text ...
Post by: tsaint on March 06, 2010, 05:00 PM
Rjbull, that looks good thanks - I'll give it a try.
Title: Re: simple software to facilitate reading screen full of text ...
Post by: criss on March 08, 2010, 11:30 AM
I can recommend this one:

http://droid7c2.wordpress.com/readingruler/
Title: Re: simple software to facilitate reading screen full of text ...
Post by: ppass on March 09, 2010, 02:45 PM
The problem of all these software is that the ruler follows the mouse. Much more useful would be that the ruler automatically detects the next line to read and jumps there when the user hits a key. This should be fairly easy to program by looking at the few pixels below the current line. Now that would be very useful.

A challenge would be to stay on the same line even when scrolling down the current page (or hitting page down). By the way, this is the thing that I find most challenging: after hitting page-down, find where was the last line I was reading before pressing the page down. A software automating this would be a great productivity tool.

I am sure that there are many excellent programmers here that would be willing to take up the challenge...
Title: Re: simple software to facilitate reading screen full of text ...
Post by: rjbull on March 09, 2010, 03:37 PM
I think V - The File Viewer (http://www.fileviewer.com/) can do this, to a point, but think it could be improved.  I just e-mailed the author to ask.
Title: Re: simple software to facilitate reading screen full of text ...
Post by: ppass on March 09, 2010, 04:01 PM
Do you refer to this (http://www.fileviewer.com/Ruler.html)?

In this case, you open a file (text file for example) with a special software which has line highlighting capabilities. I think that this thread is more about a desktop productivity tool that draws a bar above any window (a web browser, a mail client, whatever). What I am saying is that by analyzing pixels in the vicinity of the bar, it should be fairly easy to auto-detect lines. Of course, the bar should be above a window with text in it.

Title: Re: simple software to facilitate reading screen full of text ...
Post by: MarmotMan on March 20, 2010, 04:01 PM
The way I deal with this is to open an application (any re-sizable app will do), re-size it to full width and no height, and then use PowerMenu to make it partially transparent and always on top. You can then position it wherever you like on the screen and either scroll under it or move it around while reading.

Klugy, but it works.
Title: Re: simple software to facilitate reading screen full of text ...
Post by: urlwolf on March 21, 2010, 06:05 AM
activ'aid (http://www.heise.de/ct/projekte/Windows-weitergedacht-ac-tivAid-284115.html) does this too. it's ahk.