topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Saturday September 19, 2026, 12:17 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

Recent Posts

Pages: prev1 ... 136 137 138 139 140 [141] 142 143 144 145 146 ... 404next
3501
General Software Discussion / Re: Raymond.cc roundup of ad blocking extensions
« Last post by wraith808 on September 16, 2015, 03:57 PM »
Eh... I didn't really think it was *that* bad.  And considering the way that Gorhill just up and left, I didn't feel loyalty to either side.  I just use the one that works.  And the fact that I couldn't even get to pages that I wanted to with origin running made me not regret my decision to uninstall it and go with the other.
3502
Living Room / Re: Trying to Create a New Logo
« Last post by wraith808 on September 16, 2015, 11:56 AM »


Well, you asked :P
3503
So instead of teaching the "pet" zombie to play catch, and then hope it doesn't eat one of the children on a bad day. I just think it best to shoot it in the head and be done with it completely.

That's some serious imagery there.  Fido much?
3504
Find And Run Robot / Re: Launching Win10 "Apps" from FARR.
« Last post by wraith808 on September 16, 2015, 11:02 AM »
You could add that folder to the search path and see if that remedies it.  I have my doubts, but its a good start for a try.
3505
Hmmm.. that's the class in C#.  I haven't worked in AHK much... what is it actually looking for?  The name?  Or the Handle?

I found this.. .maybe it could be wrapped up to get the window class that AHK is looking for?

Code: Autohotkey [Select]
  1. WinGetClass, class, A
  2. MsgBox, The active window's class is "%class%".
3506
Just uploaded a new version of TextOverlayTool that might solve your problem.  Again, it depends on whether your application is Full Screen, or Full Screen Windowed.  If it's full screen, it would require a lot of low level coding and display via the mechanism it is using to draw, i.e. OpenGL or DirectX.  If it's fullscreen windowed, this should work.
3507
if you're going to run a powershell script from within the folder, don't forget to give yourself execute permissions using the Set-ExecutionPolicy cmdlet.  They have it pretty much locked down in Windows 10.
3508
Clipboard Help+Spell / Re: Clipboard Help and Spell - New Name?
« Last post by wraith808 on September 15, 2015, 07:56 PM »
Seriously, I'd leave it alone. What about all the existing reviews and so on? Are you going to append to any new name "was Clipboard Help + Spell"?
 

-cranioscopical (April 23, 2015, 05:20 PM)

This.
3509
Find And Run Robot / Re: Launching Win10 "Apps" from FARR.
« Last post by wraith808 on September 15, 2015, 07:54 PM »
I'm not sure about the others, but Microsoft Edge is not a simple installation like it was in windows.  You can see signs of this if you right click on the icon in the start menu.  You also cannot directly run MicrosoftEdge.exe even after you find it.

SuperUser has a question (and answer) on this subject, i.e. http://superuser.com...h-microsoft-edge-br#

to replicate the information, the correct link for the application is: %windir%\explorer.exe shell:Appsfolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge

(and on another point, looking at the comments on the question, it looks pretty toxic there towards asking questions...)
3510
Living Room / Re: Trying to Create a New Logo
« Last post by wraith808 on September 15, 2015, 07:38 PM »
I like the first hat better  ;D

And I did mean wider, like your icon.  In your icon, the iris almost meets the brim of the hat, and that's what makes it look better, I think.
3511
Thanks for the newsletter! I found some good stuff that I missed, and rediscovered some older topics that interested me. :D

Deo sums up my thoughts!  :Thmbsup:
3512
TextFileOverlay has been updated.  The same link from above should work to get it, or http://bit.ly/TextOverlayTool

I tested it with your text file, and it worked fine.

Let me know if there are any other problems!

Hi wraith808,

It works well with Desktop Corral, but without it the "Always on Top" is not working AFAICT.  At least it will not remain on top of the flight simulator window.

If you want to add some things to your app you could add these features...
  • The ability to change font color (or tell me where I can find the setting).
  • The ability to change the font size.  I use 12, 14 and 16 in my other programs I use.
  • The ability to hide the titlebar
  • Perhaps move the settings/options menu to a right-click.
  • Add more transparency levels.

That's my wishlist so far, but feel free to include/exclude whatever you like.

Thanks.


Is your flight simulator running in windowed full screen?  If it's not, I'm not sure that I'll be able to get on top of that... you might look at borderless gaming to see if you can get it windowed with the same effect that you want.

https://github.com/C...sa/Borderless-Gaming

https://steamcommuni.../535151589899658778/

I have a couple of games that can go fullscreen rather than windowed full screen.  I'll check with that.
3513
Living Room / Re: Trying to Create a New Logo
« Last post by wraith808 on September 15, 2015, 09:54 AM »
I liked the larger hat and larger iris, personally.  It gave it more of the whimsical feel IMO.
3514
And the thread for the release with more information: https://www.donation....msg389111#msg389111
3515
DC Member Programs and Projects / TextOverlayTool
« Last post by wraith808 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.pngtextoverlaytool2.png
textoverlaytool3.pngtextoverlaytool4.png

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.
3516
TextFileOverlay has been updated.  The same link from above should work to get it, or http://bit.ly/TextOverlayTool

I tested it with your text file, and it worked fine.

Let me know if there are any other problems!
3517
Living Room / Re: The End of my Macbook Pro Experiment
« Last post by wraith808 on September 14, 2015, 07:58 PM »
As for quality of hardware, you can find some wonderfully built laptops that can rival a Macbook, but you won't find Dell selling one and you will pay just as much for it as you did that Macbook Pro.

Dell XPS 13 (2015) is getting good reviews and being called a MacBook Air and Zenbook killer, at much lower price. The other one that's also looking good is the HP Spectre x360.


I gave my Inspiron 7000 to my daughter and wife to share... and got one of these.  It *really* is nice.  I'll post some comparisons of the two.  They're both 13", but it's amazing how much smaller the XPS is.
3518
Living Room / Re: Kickstarter Highlight: Onion Omega
« Last post by wraith808 on September 14, 2015, 07:14 PM »
I just got a note that this is shipping!  So, I should hopefully be able to post more soon!  Very Excited!
3519
General Software Discussion / Re: Bargain Watch software?
« Last post by wraith808 on September 14, 2015, 04:35 PM »
Dealzon.com is good for gaming and tech stuff. Again, it's a bargain aggregator.
3520
Community Giveaways / Re: Scrivener at 50% off
« Last post by wraith808 on September 14, 2015, 04:33 PM »
@Wraith - just noticed the Mod 5-block under your handle. Was that always - or is it something more recent? If recent, congrats!

It's just for the Found Deals and Discounts section - I was silly and tried to take over the Shareware Discounts.  Found out that too many providers either want everything said on the board about them in the 'nice' category, had decided that they didn't want to give discounts, or wanted some other kickback.  Or just preferred to ignore me.  :-[

It's a lot more work than it should have to be running the discounts and giveaways.  There are some good eggs out there, but once you've exhausted those, what are you left with?
3521
Figured out what it probably is- your file could actually be interpreted as markdown, so it was parsed as such.  I'm going to make it a bit smarter and stupider at the same time, and parse it strictly based on the extension of the file.  I'll have something up this evening.
3522
Community Giveaways / Re: Scrivener at 50% off
« Last post by wraith808 on September 14, 2015, 02:53 PM »
Probably nobody does that anymore. But old habits die hard.

* wraith808 raises hand

Some people still do.
3523
Can you send me the text file?  It does not do that for me - I did test that.
Here is the file I used. 

[ Invalid Attachment ]


Remove attachthumb from your post.  It's trying to attach it as an image, and failing.
3524
Can you send me the text file?  It does not do that for me - I did test that.
3525
General Software Discussion / Re: Chocolatey...opinions? portable?
« Last post by wraith808 on September 13, 2015, 07:47 PM »
I use it all the time.  What do you mean by 'portably'?

Thanks for the comments.

I'd rather not "install" on a system but rather be able to have it and the associated apps be "portable" in the sense of "portable apps" so for example transportable on usb media.

AFAICT, the typical set up requires a specific environment variable be set on the system (got the feeling that just via a .bat file was insufficient).

Looking at some of the supported functionality I guess even if Chocolatey itself could be made portable, quite a few of the apps would not be (at least some aren't packaged in a "portable" way).

That is correct.  There are those that have .portable installs, some that have .install installs, and those that have nothing to differentiate.  Some use silent scripts, and others do something as simple as a wget to get the installer, then run it. (screenshot captor has a package, and it does exactly that).  It really depends on the packager, and the facility of the application/installer. 

What you might be able to do is create a portable repository that the chocolatey executable points to in order to install.  But I haven't tried that.

For more information, you can look at https://github.com/c...portable-application and the FAQ in general has a lot of questions similar to yours.
Pages: prev1 ... 136 137 138 139 140 [141] 142 143 144 145 146 ... 404next