ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

Looking for White-on-Black or Transparent Menu-Less Text Displayer

<< < (6/13) > >>

MilesAhead:
@wraith808 - Still standing by for your solution.  After all, I did give you quite a laundry list of specs, eh?

-CodeTRUCKER (September 12, 2015, 03:21 PM)
--- End quote ---


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.
-wraith808 (September 12, 2015, 06:00 PM)
--- End quote ---
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 ---#SingleInstance ignore    #NoEnv    SendMode Input    SetWorkingDir %A_ScriptDir%    return    ; instead of Progman for desktop change to the    ; class for Flight Simulator (use WinSpy to get it)    #IfWinActive ahk_class FS98MAIN    $Down::    ; instead of class for Notepad use the class    ; for Stickies      ControlSend,,{Down},ahk_class ZhornStickyNote    return
Do you see anything wrong?  I copy/pasted the ahk_class from Window Spy.


-CodeTRUCKER (September 12, 2015, 06:20 PM)
--- End quote ---

Try changing back from the sticky class to notepad and see if it works.  If it does then the issue is with the stickies.  If not then it doesn't like the flight simulator class.

Divide and conquer.

Edit:  Also sometimes scripts that don't work will start working when compiled.  There is a new AHK release.  I would install it if you haven't already: http://ahkscript.org/

Click downloaf then Installer

Edit2:  The other thing is Stickies may not be a simple single window program.  I don't have it myself.  But it might be you need to use ahk_parent in the ControlSend call.  See ControlSend in the help.
Also you could post a question in the ahk forums.  I have not had the need to use ControlSend.  Someone on the forum probably knows all the tricks to using it.



wraith808:
If you want to adapt it for him for the Text Overlay Tool, let me know what you need.  The class for the main window is TextOverlayToolView

CodeTRUCKER:
Thanks to all you fine people I have enjoyed a day of flying by the checklist.  Checklists are handy for making sure one doesn't set down on a runway with the landing gear still in the belly of the airplane.  I'm not mentioning any names, but I am personally aware of a sim pilot doing an unintentional "belly" landing more than once when attempting to fly without following a checklist.   ;) 

@wraith808 - I will have to spend more time working with the OverlayTool.  One thing which will need to be looked at is it opens text files with all carriage returns removed resulting in one large block of text.

@MilesAhead - I have only been able to make the AHK script work with Notepad and Notezilla, so far.  I am not sure whether the script is compiled or not.  All I have figured out is to reload the script once I get everything.  Regardless, your script works well trapping the trigger key.  I have programmed a button on my flight stick to send "DOWNARROW" keystroke which effectually moves the checklist down one line per my request.  Thank you.

@App103 - Thanks for the nod toward Notezilla for my present need.  I will look forward to learning more as time goes on.

@mouser - Thanks for creating the "Desktop Coral."  It works quite intuitively which is a good thing.

@TaoPhoenix - Thanks for the perspective.  I suspected it would take something deeper.  Fortunately, AHK filled that requirement.

dr_andus - Thanks for the heads-up on "Desktop Coral."  Unfortunately, I haven't been able to get a handle on Samurize.  Maybe I will if I read up on it on the site when I get a chance.  In the meantime, be prepared for a salvo of questions.   :D


Here is a summary of how I have been using the various parts to provide a very usable solution so far...

* "Desktop Coral" - mouser's creation did allow a place at the bottom of my screen real estate where I was able to place the Notezilla window.  I really liked "Desktop Coral's" ability to let me handle other things, like editing another text file, email and Firefox without getting in the way.
* "Notezilla" - Using app103's suggestion had the capability of being border-less, reduced vertically to display only one line at a time, setting the background transparent or black and setting the font to red or green, depending if it was a day or night flight.  It performed quite gracefully.
Thanks again to everyone.  Your efforts have allowed me to add a very important utility to my flight simulation experience.  I will pass this on to all my fellow simpilots.  I could not have done it without you. 

One last note to pass on... 

When I first came to DonationCoder.com I was fairly stout and healthy man of 50-ish.  I was also actively taking flight lessons to get my real-world pilot's license.  Since that time my health has almost reduced me to an invalid which has so far prevented me from returning to my OTR truck and achieving my pilot credentials, but I live in hope.  Thanks to the wonder of consumer flight simulation technology and my family's generosity in constructing and furnishing me with a "simpit," I am able to participate in almost-flying, or as far as one can with a simulator.  So, you can see why your contributions to getting me one step closer to a "Suspension of Disbelief" (the Holy Grail of flight simulation) has added to the quality of my life. 

Thank you.


wraith808:
Can you send me the text file?  It does not do that for me - I did test that.

CodeTRUCKER:
Can you send me the text file?  It does not do that for me - I did test that.
-wraith808 (September 13, 2015, 09:55 PM)
--- End quote ---
Here is the file I used...

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version