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, 3:49 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 ... 119 120 121 122 123 [124] 125 126 127 128 129 ... 222next
3076
I concur with f0dder's comments.  What it boils down to for me is ROI (Return On Investment):

  • Is the requested feature worth the time it takes for me to implement it?

This includes trying to forecast how many other users would use such a feature.  That first question leads to the second question I ask myself:

  • How easily can I implement such a request within the limitations of the GUI toolkit/controls I am working with?

This is something that non-programmer folks NEVER consider.  They see it done in one application and think it can be slapped into any other application in under ten seconds.  There have been instances where I would very much like to add a given feature but cannot due to such limitations.

What I've found over the years is that most non-programmer folks have zero idea how easy or hard an idea is to implement.  In fact, there have been lots of times where I have had requests from non-programmer types that they think is super easy (in their head) and, in reality, would be nigh impossible to do programmatically.
3077
Post New Requests Here / MOVED: SOLVED: EXE File Version
« Last post by skwire on August 14, 2011, 04:11 PM »
3078
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on August 14, 2011, 01:58 AM »
Hi, pillola, and welcome to the site.  Trout doesn't play added files automatically mainly because I don't like that type of behaviour in a music player.  Trout does, however, offer an extremely configurable hotkey system (including mouse buttons and the mousewheel) so you should be able to configure a convenient hotkey to start your music.
3081
Finished Programs / Re: DONE: EXE File Version
« Last post by skwire on August 12, 2011, 05:23 PM »
In the meantime, here you go:  http://skwire.dcmembers.com/apps/snacks/VerDump.zip

Example syntax:  VerDump.exe "c:\windows\notepad.exe" "c:\version.txt"

The following token information is dumped (if present in the exe):

  • File Description
  • File Version
  • Internal Name
  • Legal Copyright
  • Original Filename
  • Product Name
  • Product Version
  • Company Name
  • Private Build
  • Special Build
  • Legal Trademarks

Let me know how it works out for you.  Thanks.
3082
Finished Programs / Re: DONE: EXE File Version
« Last post by skwire on August 12, 2011, 04:47 PM »
@gameaddict20: I have this written so how do you want the resultant text file formatted?
3083
N.A.N.Y. 2012 / Re: N.A.N.Y. 2012 Brainstorming, Suggestions, General Discussion
« Last post by skwire on August 10, 2011, 01:27 PM »
Every time your computer reboots, it searches for the mapped shared folders. This will slow down the boot process enormously

For this very reason, I've used a batch file to map my drives for years and years now.  It's really very simple:

net use z: \\server\share <password> /user:<username> /persistent:no

The "/persistent:no" part is the key and is what keeps Windows from trying to map the drives itself on the next boot (allowing the batch file to do the work).
3084
N.A.N.Y. 2008 / Re: KeyCounter
« Last post by skwire on August 09, 2011, 04:23 PM »
@Robby250:  Welcome to the site and thanks for the feedback.  Regarding the issues you mentioned:

  • 1) I could have sworn I had that Key_Counts.lst.tmp issue fixed in the latest build but I'll take another look.
  • 2 & 3) Due to the limitations of the Input command in AutoHotkey, I don't think there is much I can do about either of these issues.

You may have better luck with other key-counting applications.  One really well done one is TypOmeter.
3085
Unfinished Requests / Re: UNFINISHED: Sort my picture with only 4 buttons
« Last post by skwire on August 08, 2011, 11:23 AM »
Welcome to the site, chengkj, and thanks for sharing your software.  Enjoy your stay.   :)
3086
Finished Programs / Re: DONE: Make folder with current date
« Last post by skwire on August 06, 2011, 07:13 PM »
Hi Scancode    Have installed your app   but i am getting no item installed on the right click context menu
Am running Win XP SP3
Any suggestions

This application doesn't put an entry in the standard context menu you see when you right click files or folders.  This puts an entry in the "New" menu that you see when you right-click a blank area in a Windows Explorer window.  Does that help clear things up?
3087
As far as I know, app-specific volume control is built into Vista and above.  In regards to XP, there is a $20 app called Indie Volume. From what I recall about it, though, it doesn't work all that well for some folks.  YMMV, as they say.
3088
Finished Programs / Re: SOLVED: Unstack Skwire's ClipTrap Output
« Last post by skwire on August 05, 2011, 09:19 PM »
May I assume it's saving properly now?
3089
Finished Programs / Re: SOLVED: Unstack Skwire's ClipTrap Output
« Last post by skwire on August 05, 2011, 12:41 PM »
The added features don't seem to be taking:

Can you please verify you're running v1.0.2 build 1?  Thanks.
3090
Skwire Empire / Re: Trout playlist contextmenu bugs?
« Last post by skwire on August 05, 2011, 10:33 AM »
As I said before, I don't have these issues.  I've tested on my main XP box, a Win 7 box and a Win 98 VM.  This is with an English keyboard, though.  Maybe that's part of your issue?  I really have no idea.
3091
Finished Programs / Re: SOLVED: Unstack Skwire's ClipTrap Output
« Last post by skwire on August 04, 2011, 02:55 AM »
Try cracking your file with: =====$r$n

That should get rid of at least the one blank line at the top.
3092
Finished Programs / Re: SOLVED: Unstack Skwire's ClipTrap Output
« Last post by skwire on August 04, 2011, 02:50 AM »
Enhancement requests for Chopping List:

-- Remember last used directory for storing created files.
-- Remember last used delimiter.

Here you go:

Website | Download
v1.0.2 - 2011-08-04
    + Remember last used directory.  (Thanks, nkormanik)
    + Remember last used delimiter.  (Thanks, nkormanik)
3093
Finished Programs / Re: SOLVED: Unstack Skwire's ClipTrap Output
« Last post by skwire on August 04, 2011, 02:32 AM »
If there are blank lines at the beginning and/or end of each created file, delete those blank lines.

In Chopping List, you could try adding some combo of CR/LF to your specified delimiter so it takes those characters into account when cracking your file.  Something like this might work for you:  =====$n

Look under Help, Contents in Chopping List for more tokens.
3094
Finished Programs / Re: SOLVED: Unstack Skwire's ClipTrap Output
« Last post by skwire on August 04, 2011, 02:27 AM »
Will things choke.....

It shouldn't, no.  Let me know if you need that custom parser.  Won't be hard to write.
3095
Finished Programs / Re: SOLVED: Unstack Skwire's ClipTrap Output
« Last post by skwire on August 04, 2011, 01:49 AM »
You could try saving that output to a file and then use my Chopping List application to split it.  It won't custom name the files like you want but, if you need that, I can write you a custom parser.

3096
Finished Programs / Re: DONE: App that keeps track of money you find
« Last post by skwire on August 03, 2011, 09:17 PM »
Future posters, please direct all new replies and requests to the thread here:

https://www.donationcoder.com/forum/index.php?topic=27463.0
3097
Finished Programs / Re: DONE: App that keeps track of money you find
« Last post by skwire on August 03, 2011, 07:49 PM »
kyrathaba, I can lock this thread if you'd like...just say the word.
3098
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on August 03, 2011, 07:28 PM »
That did the trick, and FWIW I'm still getting build 9 off the official link

Great to hear.  As for the official link, it must be a caching issue on your side since I'm certain the correct file is there.  Does your work/ISP run some sort of transparent proxy?  Do you see the same issue with different browsers?
3100
Finished Programs / Re: DONE: Drop target to move files to predefined folders
« Last post by skwire on August 03, 2011, 03:51 PM »
Cool.  Thanks for the heads up.  I really ought to develop this app a bit more.
Pages: prev1 ... 119 120 121 122 123 [124] 125 126 127 128 129 ... 222next