topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Monday March 18, 2024, 10:50 pm
  • 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: TextOverlayTool  (Read 12955 times)

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
TextOverlayTool
« on: September 14, 2015, 10:21 PM »
In this post, CodeTrucker mentioned that he was looking for a White-on-Black or Transparent Menu-Less Text Displayer.  Many people came up with some creative solutions using existing software, but it came to me that this was a logical extension of my Reference Overlay Tool, and shouldn't be too hard to code.

I was right and wrong- dealing with the varieties of text turned out to be a lot more intricate than dealing with a couple of set image formats.  But it's done, and I present Text Overlay Tool.

textoverlaytool1.pngTextOverlayTooltextoverlaytool2.pngTextOverlayTool
textoverlaytool3.pngTextOverlayTooltextoverlaytool4.pngTextOverlayTool

I now have a functional release- download it here.  And comment on the project below!

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.

Planned

  • Global Hotkey to enable control no matter where the cursor is
  • The ability to change the font style and color.

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: TextOverlayTool
« Reply #1 on: September 14, 2015, 10:38 PM »
Awesome  :up:

With some improvements this might be a good app for your NANY 2016 entry.
« Last Edit: September 15, 2015, 12:18 AM by mouser »

wyrwolf

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 38
  • It is what it is.
    • View Profile
    • banner page
    • Donate to Member
Re: TextOverlayTool
« Reply #2 on: September 15, 2015, 06:28 PM »
I'm thinking it might solve my problem of needing a constant reminder of Keys/Commands while playing a game. Thanks
It is what it is.

wyrwolf

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 38
  • It is what it is.
    • View Profile
    • banner page
    • Donate to Member
Re: TextOverlayTool
« Reply #3 on: September 18, 2015, 04:47 PM »
Is there a way to drag-and-drop for text files?
Actually, I guess I need detailed instruction manual <sigh> - so far, all I've been able to figure out is to run it, then use the markup open (switching type to Text) to open an existing text file (oh, the info button and Settings work) - which will suffice...
but I was figuring I'd be able to type text directly in.
It shows up in the context menu, but it doesn't accept the text file
Obviously I'm not catching on... lol
It DOES look like it'll be just the thing for me as a cheat sheet for gaming
It is what it is.

relipse

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 112
  • I love Jesus. Coding in PHP primarily.
    • View Profile
    • See my GitHub
    • Read more about this member.
    • Donate to Member
Re: TextOverlayTool
« Reply #4 on: December 27, 2015, 02:05 AM »
is there a way to make the noteopad editable? it would be nice to have a little transparent note sometimes.
Ex C++Builder coder, current PHP coder, and noob Qt Coder

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: TextOverlayTool
« Reply #5 on: December 31, 2015, 04:00 PM »
is there a way to make the noteopad editable? it would be nice to have a little transparent note sometimes.


I thought about it a bit... and yes, it would be possible, but not really the direction I had in mind for the tool.