topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday November 27, 2025, 7:28 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

Recent Posts

Pages: prev1 ... 64 65 66 67 68 [69] 70 71 72 73 74 ... 222next
1701
Finished Programs / Re: File Punter - BUG
« Last post by skwire on December 04, 2013, 09:45 PM »
I didn't add the blank line request as I felt it was inelegant.  I'll give it some more thought.  Also, if you don't mind, I'd like to merge this thread with the original File Punter thread.

Website | Download
v1.0.7 - 2013-12-04
    + Drag-n-drop reordering in the listview is now possible.
    + Added icons to the menus.
    + Added description column.  (Thanks, magician62)
    * Application is now DPI aware.
1702
Developer's Corner / Re: How are these AutoHotkey script protected?
« Last post by skwire on December 04, 2013, 08:20 PM »
Skrommel hasn't been around in awhile, so his stuff is very likely compiled with an older version where those options still existed.

Exactly...   :D
1703
Skwire Empire / Re: Release: sStockQuote
« Last post by skwire on December 04, 2013, 11:48 AM »
I just found the sStockQuote tool and I like it.

Thanks for trying it out.

1.) I prefer not to have two tabs "Stocks" and "Stocks (extended)" but only one tab where I can select the columns (by checks in a drop down menu" or by checkboxes in a settings dialog.

I agree with you and admit that I took the easy way out.  The problem with GUIs is that, sometimes, coding the user options takes ten times as much work as coding the actual applications general purpose.

2.) I miss a couple of columns:
- number of shares
- buy date
- win/loss amount since previous day close
- win/loss since buy date
- buy price
- position amount (=current price * number of shares)

sStockQuote gets its data using the method found here: http://www.gummy-stuff.org/Yahoo-data.htm

As I mentioned previously in the thread, I'm no stock expert by any stretch so, if you can, please correlate the data parts you want with the codes in that table and let me know.
1704
Developer's Corner / Re: How are these AutoHotkey script protected?
« Last post by skwire on December 04, 2013, 08:31 AM »
The Password and NoDecompile options do nothing to prevent decompilation.

To be fair, they used to.  Lexikos (current AHK dev) took out that functionality in v1.1.01+.
1705
Finished Programs / Re: IDEA: Shell extension to show total play time of media clips
« Last post by skwire on December 03, 2013, 04:31 PM »
Website | Download
v1.3.9 - 2013-12-03
    ! Small cosmetic fix.

v1.3.8 - 2013-12-01
    + Drag & drop reordering of the listview is now possible.
    * Updated to v0.7.65.0 of MediaInfo.dll.
1706
General Software Discussion / Re: tool to check if TIFF files compressed ?
« Last post by skwire on December 03, 2013, 04:15 PM »
Website | Download
v1.0.9 - 2013-12-03
    + Drag-and-drop reordering in the listview is now possible.
    * Listview contents are now saved between sessions.  (Thanks, tomos)
1708
N.A.N.Y. 2012 / Re: NANY 2012 Release: RecursiView
« Last post by skwire on December 02, 2013, 11:59 AM »
I know those ones, they need work :/

Agreed.  RecursiView is an app that would definitely benefit from being rewritten in a language that had a dedicated thumbnail control and associated libraries.
1709
N.A.N.Y. 2012 / Re: NANY 2012 Release: RecursiView
« Last post by skwire on December 02, 2013, 11:47 AM »
1710
N.A.N.Y. 2012 / Re: NANY 2012 Release: RecursiView
« Last post by skwire on December 02, 2013, 08:27 AM »
Hello, ahkscript, and welcome to the DonationCoder site.  In general, I do not provide the source code.  Was there something you needed to know how to do?
1711
N.A.N.Y. 2012 / Re: NANY 2012 Release: MPH (Media Player Hotkeys)
« Last post by skwire on December 01, 2013, 07:48 PM »
Website | Download
v1.0.7 - 2013-12-01
    + Added support for the Pandora Desktop app.  (Thanks, David S.)
    * Made main form resizable.
1712
General Software Discussion / Re: tool to check if TIFF files compressed ?
« Last post by skwire on November 28, 2013, 11:11 AM »
I was wondering would it be possible/not-too-difficult for it to remember the files listed on closing/reopening? Would suit my workflow better - but it would also be one of those icing on the cake things :-)

Sure, I can do add this.  I'll take care of it next week when I'm back from holiday.   :Thmbsup:
1713
Living Room / Re: We've got roughly six weeks left, folks!
« Last post by skwire on November 26, 2013, 06:04 PM »
I've got one app already done.  I ought to write a teaser post...
1714
Finished Programs / Re: File Punter - BUG
« Last post by skwire on November 25, 2013, 10:10 AM »
Error dialogue
Destination DRIVE does not exist. Please chose a valid destination.

At present the only solution is to map the drive to a letter.

I did some testing on this and it seems to be an AutoHotkey bug/limitation.  There are a few solutions I can think of:

  • Turn off the sanity checking for the destination drive (I'm loath to do this).
  • Make the sanity checking for the destination drive optional (hidden INI option).
  • Leave it as is so that mapped drives are the solution.


When you start to get long list of options, it would be nice to be able to insert a blank line :)

This shouldn't be a problem.

Additionally, it would be nice to be able to apply to folders. (The contents of the folder would go with the folder to it's new destination no matter what their name)

Ehhh...I'll have to give this some thought.  No promises on this one.

And one other option, a Notes column to allow us a reminder of what the option was for in the first place :)

Good idea, actually, and easily doable.
1715
N.A.N.Y. 2014 / Re: N.A.N.Y. 2014 - New Apps for the New Year - Welcome Thread
« Last post by skwire on November 24, 2013, 12:37 PM »
Mouser, what are you going to pledge for NANY 2014?

This, I believe:  https://www.donationcoder.com/forum/index.php?topic=36603.0
1716
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on November 23, 2013, 08:09 PM »
Jody, what would you suggest?

I really don't suggest anything.

This file seems like a corner case as it doesn't play in VLC (!) or GomPlayer but it works fine in Trout under Windows XP/7.  Trying to support corner cases can quickly become a descent into madness.  Furthermore, I've no desire to support Windows 98, so I've attached the bassflac.ahk that I use in Trout if you want to try to figure out what the issue is.
1717
Finished Programs / Re: DONE: make folder set out of a txt file
« Last post by skwire on November 21, 2013, 10:20 AM »
Hi skwire, thank you for your help.

Saving the text file in "Wordpad" with the Unicode option solves the problem.

You are very welcome.  Thank you for reporting back.  =]
1718
Finished Programs / Re: DONE: make folder set out of a txt file
« Last post by skwire on November 20, 2013, 10:21 AM »
Hi, pauly365, and welcome to the DonationCoder site.   :D

Is this the result of your program or my Windows 8.1 settings?

Which input method are you using?  If it's the text file method, please ensure you're saving your text file in UTF-8 format.
1719
ASCII art creators

Jave

If that's not what you're after, PSPad, in column mode, can do what you want.
1720
N.A.N.Y. 2011 / Re: NANY 2011 Release: Snap DB
« Last post by skwire on November 13, 2013, 07:25 PM »
Website | Download
v1.4.5 - 2013-11-13
    * Small cosmetic issue fixed.
1721
Post New Requests Here / Re: Separate out and move files to subfolders
« Last post by skwire on November 13, 2013, 12:22 AM »
I'm confused why his seems to work and you version was hitting glitches

I'm not certain you ever got F2F installed properly on your computer.
1722
N.A.N.Y. 2011 / Re: NANY 2011 Release: Snap DB
« Last post by skwire on November 13, 2013, 12:20 AM »
It seems, the program adds tween records when duplicate with F5. :)
And deletes 2 records instead of one, if delete with "Del". :(

Thanks for the report:

Website | Download
v1.4.4 - 2013-11-13
    ! Fixed hotkey bugs introduced in the last version.  (Thanks, Erekle)
1723
Post New Requests Here / Re: Separate out and move files to subfolders
« Last post by skwire on November 12, 2013, 11:29 AM »
Skwire, can you weigh in on the differences between this and Files2Folders? They're suddenly sounding similar

 :huh:  At their core, yes, both move files into a new folder/folders but, really, I don't think they're similar.

  • Files2Folder lets you right-click a (typically small) selection of files and it moves them into a new folder.  Very few options are given.
  • The request in this thread was something that could take any number of files (120,000 was the original request) in a folder and group them into new folders based on a given number of files per folder.  Many sorting options are given along with the option to copy or move.  F2F only moves files.
1724
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on November 11, 2013, 06:25 PM »
Website | Download
v1.4.9 - 2013-11-11
    + Added two new tray temperature themes, Simple Black & Simple White,
      courtesy of user lotra.  Thank you, lotra!
1725
Post New Requests Here / Re: Separate out and move files to subfolders
« Last post by skwire on November 11, 2013, 02:29 PM »
Now give it a try. Version 1.0.2.1

A quick 10000/100 test worked much better.  Very quick...finished in a matter of seconds.

However, the 120000/1000 test did not go so well:

  • It took 4 minutes to get through the sorting phase.  It got slower as the statusbar count went up.
  • After that, it took 4.5 minutes to start creating the folder groups.
  • Folder group creation took ~4 minutes to complete.
  • Oddly, the folder names were created in tens, e.g., 0010, 0020, 0030, etc.
Pages: prev1 ... 64 65 66 67 68 [69] 70 71 72 73 74 ... 222next