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, 4:47 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

Last post Author Topic: Looking for White-on-Black or Transparent Menu-Less Text Displayer  (Read 32381 times)

CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
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.

In a perfect world, it would have the ability to show red, white, etc. text anywhere I moved it over the flight simulator window with an "Always-on-Top" capability.  It would have the ability to shrink to show only one line at a time and possibly with the ability to program a joystick button to move the cursor down one line at a time.

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.

Another possibility would be an app that can display text one line at a time.  Kind of like the way a spread sheet can hold text.  Feel free to ask for any clarification or better explanation.  I just want to see one line of text at a time and only the text with or without a border.

Any suggestions?

Thanks for your time.

« Last Edit: September 10, 2015, 09:32 AM by CodeTRUCKER »

4wd

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 5,641
    • View Profile
    • Donate to Member
Re: Looking for White-on-Black or Transparent Menu-Less Text Editor
« Reply #1 on: September 09, 2015, 08:53 PM »
Stickies ?

Enable Scrollbars in Options, write your list then resize the sticky to display one line, you can scroll through each line using the mouse wheel.

2015-09-10 11_52_35.png

Font, background colour, and opacity can be set to whatever you like.  They can be set to be On Top, don't know how it would go with a flight simulator though, (works over normal Windows programs).

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,747
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: Looking for White-on-Black or Transparent Menu-Less Text Editor
« Reply #2 on: September 09, 2015, 09:14 PM »

CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
Re: Looking for White-on-Black or Transparent Menu-Less Text Displayer
« Reply #3 on: September 10, 2015, 03:02 AM »
Thanks for the suggestions.  I'll test drive them and see if they will work.  :)
« Last Edit: September 10, 2015, 09:32 AM by CodeTRUCKER »

CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
Re: Looking for White-on-Black or Transparent Menu-Less Text Editor
« Reply #4 on: September 10, 2015, 03:44 AM »
Stickies ?

Enable Scrollbars in Options, write your list then resize the sticky to display one line, you can scroll through each line using the mouse wheel.

[ Invalid Attachment ]

Font, background colour, and opacity can be set to whatever you like.  They can be set to be On Top, don't know how it would go with a flight simulator though, (works over normal Windows programs).
I give up... how does one "Enable Scrollbars?"

4wd

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 5,641
    • View Profile
    • Donate to Member
Re: Looking for White-on-Black or Transparent Menu-Less Text Editor
« Reply #5 on: September 10, 2015, 06:52 AM »
I give up... how does one "Enable Scrollbars?"

Right-click on the tray icon, select Options:

2015-09-10 21_51_23.pngLooking for White-on-Black or Transparent Menu-Less Text Displayer

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: Looking for White-on-Black or Transparent Menu-Less Text Editor
« Reply #6 on: September 10, 2015, 07:08 AM »
Searching for a free Windows editor that has optional menubar I found this link:
http://vim.wikia.com...nus_to_see_more_text

vim may be a bit different than most Windows editors.  But it may not feel that foreign for your purposes.

I didn't check to see if the background color is configurable but I would be surprised if not.  Likely there is a vim variant that has more options if this one doesn't do it.


CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
Re: Looking for White-on-Black or Transparent Menu-Less Text Displayer
« Reply #7 on: September 10, 2015, 07:12 AM »
@4wd - Thanks for the help.  I wasn't aware there was an "Options" via the systray icon. 
-- Do you happen to know if the down arrow key can be bound to move the cursor down a line when another program (flight simulator) has the focus?

@MilesAhead - I had wondered if Vim might work, but Vi and me never got along too well, so ran and hid. 
« Last Edit: September 10, 2015, 09:32 AM by CodeTRUCKER »

4wd

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 5,641
    • View Profile
    • Donate to Member
Re: Looking for White-on-Black or Transparent Menu-Less Text Editor
« Reply #8 on: September 10, 2015, 08:08 AM »
-- Do you happen to know if the down arrow key can be bound to move the cursor down a line when another program (flight simulator) has the focus?

I don't think so, you're kind of restricted to what hotkeys you can set (and their purpose) in the Options.

You'd probably need a small AHK script to send captured down keys to Stickies as wheel-down when the FS window has focus - someone knowledgeable in AHK (which I'm not :) ) should be able to do it easily.

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: Looking for White-on-Black or Transparent Menu-Less Text Editor
« Reply #9 on: September 10, 2015, 08:13 AM »
ImgFloat ?




Thanks for the nod!  I think that Reference Overlay Tool would be sort of up the alley... but it doesn't show text, it shows images.  I can whip something up to do this with no problems using the same framework, however... what other features did you want?

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: Looking for White-on-Black or Transparent Menu-Less Text Editor
« Reply #10 on: September 10, 2015, 08:49 AM »
-- Do you happen to know if the down arrow key can be bound to move the cursor down a line when another program (flight simulator) has the focus?

I don't think so, you're kind of restricted to what hotkeys you can set (and their purpose) in the Options.

You'd probably need a small AHK script to send captured down keys to Stickies as wheel-down when the FS window has focus - someone knowledgeable in AHK (which I'm not :) ) should be able to do it easily.

This should be close enough to edit into what is needed
Code: Autohotkey [Select]
  1. SetWorkingDir %A_ScriptDir%
  2. return
  3. ; instead of Progman for desktop change to the
  4. ; class for Flight Simulator (use WinSpy to get it)
  5. #IfWinActive ahk_class Progman
  6. $Down::
  7. ; instead of class for Notepad use the class
  8. ; for Stickies
  9.   ControlSend,,{Down},ahk_class Notepad
  10. return
« Last Edit: September 10, 2015, 01:50 PM by MilesAhead »

CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
Re: Looking for White-on-Black or Transparent Menu-Less Text Displayer
« Reply #11 on: September 10, 2015, 09:06 AM »
however... what other features did you want?

Thanks for the interest.  Here are the specs as best as I can describe...

-- Imagine I have flight sim on my monitor in a "Normal" or "Maximized" window.  If the window is maxed then the background of the new app's display would need to be transparent to not cover up what is behind it; otherwise it would need to be black.

-- Would have to be able to open a text file.

-- The window of the new app would need to be border-less (or very thin) and have no visible menu or title bar at top.

-- It needs to be movable anywhere on the screen.

-- It should be stretchable in width to display an entire line of text.

-- Now, I want to open a text file where only one line is displayed and each line is a checklist item.  The app could be larger vertically, but it would need to be able to shrink to show only one line since each checklist item is only one line.

-- Preferably, a black or transparent background with white text.

-- The app should display the text and be able to perform a "line down" with a CTRL-SHIFT-DOWNARROW trigger or some key combo even when the flight sim window has focus.
 
-- It does not need to be able to edit the text.


Let me know if you need further clarification and thanks for trying to give it a whirl.   :)


PS - I am a day-sleeper right now.  It may be awhile before I will be available.
« Last Edit: September 10, 2015, 10:14 AM by CodeTRUCKER »

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,747
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: Looking for White-on-Black or Transparent Menu-Less Text Displayer
« Reply #12 on: September 10, 2015, 03:31 PM »
I think that Reference Overlay Tool would be sort of up the alley... but it doesn't show text, it shows images.

That's what I went looking for, but I couldn't remember the name of it and all I could find in my searches of previous NANYs was ImgFloat. :D

app103

  • That scary taskbar girl
  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 5,884
    • View Profile
    • Donate to Member
Re: Looking for White-on-Black or Transparent Menu-Less Text Displayer
« Reply #13 on: September 10, 2015, 10:03 PM »
5 screenshots of the same sticky note from Notezilla:

This is a black note with white text, with the transparency set to medium (I have this set as the default for all new notes).

Screenshot - 9_10_2015 , 10_38_59 PM.png

This is what it looks like when I click the note. The toolbar on top stays hidden unless you click. On the toolbar, there is an option to pin the note to always on top. There is also a roll-up option which you might find handy.

Screenshot - 9_10_2015 , 10_39_20 PM.png

This is what it looks like when it is the active window, without the toolbar showing, which I have not figured out how to do this with any measure of consistancy, except through bringing it to the front from the Notes Browser.

Screenshot - 9_10_2015 , 10_38_43 PM.png

This is how it looks as a single line plus the (optional) title.

Screenshot - 9_10_2015 , 10_51_45 PM.png

Same as above, but active.

Screenshot - 9_10_2015 , 10_53_07 PM.png
« Last Edit: September 10, 2015, 10:13 PM by app103 »

CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
Re: Looking for White-on-Black or Transparent Menu-Less Text Displayer
« Reply #14 on: September 12, 2015, 12:00 PM »
Thank you for the suggestions, but the main need is the capability of using a key combo like CTRL-SHFT-DOWNARROW that will still move the cursor (and therefore, the displayed text) down one line at a time even when another window has focus.  I hope this makes sense?

TaoPhoenix

  • Supporting Member
  • Joined in 2011
  • **
  • Posts: 4,642
    • View Profile
    • Donate to Member
Re: Looking for White-on-Black or Transparent Menu-Less Text Displayer
« Reply #15 on: September 12, 2015, 02:11 PM »
Thank you for the suggestions, but the main need is the capability of using a key combo like CTRL-SHFT-DOWNARROW that will still move the cursor (and therefore, the displayed text) down one line at a time even when another window has focus.  I hope this makes sense?


Hopefully someone will find a glint of value into this uneducated guess, but I kinda have a small specialty of "chaining" programs together and this almost makes me think you need some three scripts, one of which "knows to do that" and drop you back into whatever the other solutions are doing.

Last I knew, Programs Like Having Focus, so then to elaborate above, you need something deep-leveled that "over-rides Liking Focus" and Do Stuff.


CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
Re: Looking for White-on-Black or Transparent Menu-Less Text Displayer
« Reply #16 on: September 12, 2015, 03:21 PM »
Hopefully someone will find a glint of value into this uneducated guess, but I kinda have a small specialty of "chaining" programs together and this almost makes me think you need some three scripts, one of which "knows to do that" and drop you back into whatever the other solutions are doing.

Last I knew, Programs Like Having Focus, so then to elaborate above, you need something deep-leveled that "over-rides Liking Focus" and Do Stuff.

...and that is why I am looking into AHK and any other method to trap a key combo.  My hope is this will let the "trapper" utility catch the combination and not steal focus.  I've never really looked into AHK (or any other of its ilk before), so this we'll see how it goes.   For anyone reading this, feel free to interrupt my efforts with your solution.  I won't mind.   ;)

@wraith808 - Still standing by for your solution.  After all, I did give you quite a laundry list of specs, eh?
 
« Last Edit: September 12, 2015, 05:21 PM by CodeTRUCKER »

dr_andus

  • Supporting Member
  • Joined in 2012
  • **
  • Posts: 851
    • View Profile
    • Dr Andus's toolbox
    • Donate to Member
Re: Looking for White-on-Black or Transparent Menu-Less Text Displayer
« Reply #17 on: September 12, 2015, 04:09 PM »
Couldn't Samurize be configured to do something like this? I use it to display a few lines of text over DesktopCoral.

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: Looking for White-on-Black or Transparent Menu-Less Text Displayer
« Reply #18 on: September 12, 2015, 05:05 PM »
Thank you for the suggestions, but the main need is the capability of using a key combo like CTRL-SHFT-DOWNARROW that will still move the cursor (and therefore, the displayed text) down one line at a time even when another window has focus.  I hope this makes sense?


Hopefully someone will find a glint of value into this uneducated guess, but I kinda have a small specialty of "chaining" programs together and this almost makes me think you need some three scripts, one of which "knows to do that" and drop you back into whatever the other solutions are doing.

Last I knew, Programs Like Having Focus, so then to elaborate above, you need something deep-leveled that "over-rides Liking Focus" and Do Stuff.



The snippet I posted uses ControlSend which is the method to send to a window(by leaving the control param blank) without making the target window active. As written you can test it by first clicking the desktop while notepad is running.  Hit the Down arrow and the cursor in notepad will move down even though notepad does not have the focus.

CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
Re: Looking for White-on-Black or Transparent Menu-Less Text Displayer
« Reply #19 on: September 12, 2015, 05:26 PM »
...
The snippet I posted uses ControlSend which is the method to send to a window(by leaving the control param blank) without making the target window active. As written you can test it by first clicking the desktop while notepad is running.  Hit the Down arrow and the cursor in notepad will move down even though notepad does not have the focus.

Thanks for the explanation.  I have to admit, I didn't really understand your code until you explained.  I'll finish setting up AHK, test your script and report back, but you already know it works, eh? 


wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: Looking for White-on-Black or Transparent Menu-Less Text Displayer
« Reply #20 on: September 12, 2015, 06:00 PM »
@wraith808 - Still standing by for your solution.  After all, I did give you quite a laundry list of specs, eh?



Still going to do it.  Unfortunately, I'm not Skrommel. ;D  But if everything with my upgrade goes well, it should be done by early in the week.

CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
Re: Looking for White-on-Black or Transparent Menu-Less Text Displayer
« Reply #21 on: September 12, 2015, 06:20 PM »
@wraith808 - Still standing by for your solution.  After all, I did give you quite a laundry list of specs, eh?



Still going to do it.  Unfortunately, I'm not Skrommel. ;D  But if everything with my upgrade goes well, it should be done by early in the week.
Thanks.  In the meantime, MilesAhead's script is working well with Notepad, albeit with the window frame and white background.

@MilesAhead - I have the Notepad script working as expected, but I can't get the Stickies working.  Here is my code mod...
Code: Autohotkey [Select]
  1.     #NoEnv
  2.     SetWorkingDir %A_ScriptDir%
  3.     return
  4.     ; instead of Progman for desktop change to the
  5.     ; class for Flight Simulator (use WinSpy to get it)
  6.     #IfWinActive ahk_class FS98MAIN
  7.     $Down::
  8.     ; instead of class for Notepad use the class
  9.     ; for Stickies
  10.       ControlSend,,{Down},ahk_class ZhornStickyNote
  11.     return

Do you see anything wrong?  I copy/pasted the ahk_class from Window Spy.

« Last Edit: September 12, 2015, 06:33 PM by CodeTRUCKER »

CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
Re: Looking for White-on-Black or Transparent Menu-Less Text Displayer
« Reply #22 on: September 12, 2015, 07:16 PM »
5 screenshots of the same sticky note from Notezilla:
...
This is a black note with white text, with the transparency set to medium (I have this set as the default for all new notes).
...
This is what it looks like when I click the note. The toolbar on top stays hidden unless you click. On the toolbar, there is an option to pin the note to always on top. There is also a roll-up option which you might find handy.
Thanks April!  I was able to get it to work with Notezilla and I decided for green on black with no transparency for use under the flightsim window.  Works nicely and looks good!  Now all I have to decide is if it is worth thirty bucks.

app103

  • That scary taskbar girl
  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 5,884
    • View Profile
    • Donate to Member
Re: Looking for White-on-Black or Transparent Menu-Less Text Displayer
« Reply #23 on: September 12, 2015, 11:11 PM »
Thanks April!  I was able to get it to work with Notezilla and I decided for green on black with no transparency for use under the flightsim window.  Works nicely and looks good!  Now all I have to decide is if it is worth thirty bucks.

You will find a lot of other uses for it, as you explore what it can do, so I say yes, it's worth the $30.

And if you want to save 30%, I think you can still use this DC members only discount code: https://www.donation....msg351513#msg351513

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: Looking for White-on-Black or Transparent Menu-Less Text Displayer
« Reply #24 on: September 13, 2015, 12:47 AM »
Here you go... I didn't put in the global hotkey as your ahk seemed to be working:

https://www.dropbox....OverlayTool.zip?dl=1

TextOverlayTool is made to display text in a transparent window.  It has the following features:

1. Opens Text or Markdown files (if the file is formatted in markdown, it displays the markdown format)
2. Can export to HTML or PDF (determines which one you want by filename used)
3. Borderless, movable, resizable minimal interface
4. Window background can be set.
5. Transparency can be set
6. Can be set to always on top
7. Watches chosen file for changes, and updates on the fly.

Planned enhancements:
1. Global Hotkey to enable control no matter where the cursor is
2. The ability to change the font style and color.

Let me know if you have any issues.