topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 9:21 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: NANY 2016 Release: Text Overlay Tool  (Read 22531 times)

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
NANY 2016 Release: Text Overlay Tool
« on: October 11, 2015, 01:08 PM »
NANY 2016 Entry Information

Application NameTextOverlayTool
Version 1.0
Short Description Display transparent overlay of a Text file (plain text or markdown)
Supported OSes/Requirements Any OS that supports .NET 4.5
Download Link http://bit.ly/TextOverlayTool

CodeTRUCKER had a pretty simple list of requirements for a text based reference tool.

I have created a number of checklists for flight simulator.  But, having another Notepad window open to read the text line (checklist item) is quite distracting and the white background of the window makes things difficult to see for night flights.

Okay, so this isn't a perfect world, so I will settle for a menu-less, border-less text editor with the capability to make the background black and the text white or green (sort of like Q10).  It would have the ability to shrink it vertically to only see one line at a time.

This app creates a transparent window that displays the contents of any text file.  If it detects markdown, it will display it formatted in markdown.  The one thing I've still not been able to solve is always on top on full screen (instead of full screen windowed) games.

textoverlaytool1.pngNANY 2016 Release: Text Overlay Tooltextoverlaytool2.pngNANY 2016 Release: Text Overlay Tooltextoverlaytool3.pngNANY 2016 Release: Text Overlay Tooltextoverlaytool4.pngNANY 2016 Release: Text Overlay Tool

And one screenshot of it in use over a game:
overlaytool.pngNANY 2016 Release: Text Overlay Tool



Installation

With .NET 4.5 installed, unzip application to location and run.

Feature Map

Implemented

  • Opens Text or Markdown files (if the file is formatted in markdown, it displays the markdown format)
  • Allows the preview to be refreshed manually
  • Specify an opacity of the window
  • Allow the changing of the background of the window
  • Can export to HTML or PDF (determines which one you want by filename used)
  • Borderless, movable, resizable minimal interface
  • Window background can be set.
  • Can be set to always on top
  • Watches chosen file for changes, and updates on the fly.
  • Global Hotkey to enable control no matter where the cursor is

Planned

  • Add Global Hotkey customization to the settings dialog.
« Last Edit: December 31, 2015, 09:44 PM by wraith808 »

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: NANY 2016 Pledge: Text Overlay Tool
« Reply #1 on: October 11, 2015, 01:12 PM »
nice  :up:

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: NANY 2016 Release: Text Overlay Tool
« Reply #2 on: December 31, 2015, 09:43 PM »
Updated to register hotkey.  For now, it's WIN+SHIFT+F9 to scroll up, and WIN+SHIFT+F10 to scroll down. But I will be putting in an interface in the settings to customize that.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: NANY 2016 Release: Text Overlay Tool
« Reply #3 on: January 15, 2016, 11:27 PM »
Spotted that Test Overlay Tool as written up today:
http://www.ilovefree...own-file-viewer.html

"The software has a straightforward interface and really good to read a text file or Markdown file. I really like the fact that I can always keep it on top and view contents of my files in its transparent window."

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: NANY 2016 Release: Text Overlay Tool
« Reply #4 on: January 16, 2016, 09:53 AM »
Thanks!  This is the first time I've been written up for a NANY entry :)

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: NANY 2016 Release: Text Overlay Tool
« Reply #5 on: January 22, 2016, 05:25 AM »
can I pass a filename to the app to auto-open and display the file?

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: NANY 2016 Release: Text Overlay Tool
« Reply #6 on: January 22, 2016, 11:03 AM »
can I pass a filename to the app to auto-open and display the file?

I had an option for that in an early version.  It appears that I took it out, but I can put it back in easily enough.

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: NANY 2016 Release: Text Overlay Tool
« Reply #7 on: January 22, 2016, 09:39 PM »
Updated.  The same link should give the updated version.  All you have to do is put the file name you want to open on the command line.  If it exists, it will open it.  If the file name has spaces in it, enclose it in double  quotes ("").

Let me know if you have any issues.

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: NANY 2016 Release: Text Overlay Tool
« Reply #8 on: January 22, 2016, 09:44 PM »
Updated.  The same link should give the updated version.  All you have to do is put the file name you want to open on the command line.  If it exists, it will open it.  If the file name has spaces in it, enclose it in double  quotes ("").

Let me know if you have any issues.

thanks for the quick update, it works well!

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: NANY 2016 Release: Text Overlay Tool
« Reply #9 on: January 22, 2016, 09:49 PM »
Updated.  The same link should give the updated version.  All you have to do is put the file name you want to open on the command line.  If it exists, it will open it.  If the file name has spaces in it, enclose it in double  quotes ("").

Let me know if you have any issues.

thanks for the quick update, it works well!

No problem!  Glad it works for you!

cranioscopical

  • Friend of the Site
  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 4,776
    • View Profile
    • Donate to Member
Re: NANY 2016 Release: Text Overlay Tool
« Reply #10 on: January 23, 2016, 08:08 AM »
All you have to do is put the file name you want to open on the command line.

 :Thmbsup:

Could we have drag 'n drop by any chance?
 




lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: NANY 2016 Release: Text Overlay Tool
« Reply #11 on: January 23, 2016, 09:28 PM »
All you have to do is put the file name you want to open on the command line.
Could we have drag 'n drop by any chance?
-cranioscopical (January 23, 2016, 08:08 AM)
i believe you meant to quote wraith808. ;)

cranioscopical

  • Friend of the Site
  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 4,776
    • View Profile
    • Donate to Member
Re: NANY 2016 Release: Text Overlay Tool
« Reply #12 on: January 23, 2016, 10:23 PM »
All you have to do is put the file name you want to open on the command line.

 :Thmbsup:

Could we have drag 'n drop by any chance?

Meanwhile, I stuck it into my 'Send To'

(Thanks for setting me straight, lanux128  :-[)

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: NANY 2016 Release: Text Overlay Tool
« Reply #13 on: January 24, 2016, 10:02 AM »
I'll take a look to see.  Shouldn't be too hard to implement...

cranioscopical

  • Friend of the Site
  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 4,776
    • View Profile
    • Donate to Member
Re: NANY 2016 Release: Text Overlay Tool
« Reply #14 on: January 24, 2016, 03:16 PM »
  :Thmbsup:  :Thmbsup:

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: NANY 2016 Release: Text Overlay Tool
« Reply #15 on: January 31, 2016, 08:47 PM »
Could we have drag 'n drop by any chance?
-cranioscopical (January 23, 2016, 10:23 PM)

Done :)  Download from the same link, and let me know if there are any issues!

cranioscopical

  • Friend of the Site
  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 4,776
    • View Profile
    • Donate to Member
Re: NANY 2016 Release: Text Overlay Tool
« Reply #16 on: February 01, 2016, 10:53 AM »
Done :)  Download from the same link, and let me know if there are any issues!
-cranioscopical (January 24, 2016, 03:16 PM)

 :Thmbsup:  :Thmbsup:  :Thmbsup:

mavern

  • Participant
  • Joined in 2021
  • *
  • default avatar
  • Posts: 1
    • View Profile
    • Donate to Member
Re: NANY 2016 Release: Text Overlay Tool
« Reply #17 on: July 12, 2021, 01:51 PM »
Hello,

Thanks for the app :up: :up: :up:. Please add option to resize font for future updates.