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:45 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 ... 155 156 157 158 159 [160] 161 162 163 164 165 ... 222next
3976
General Software Discussion / Re: How to quickly autonumber text lists?
« Last post by skwire on October 25, 2010, 04:16 PM »
My only comment is how to add a 'Tab' character in the prefix or suffix?

In my current build, I have those two edit controls set to insert a tab character when the tab key is used.  However, you will lose the ability to tab out of that control to the next one.  Make sense?

As for the name, I actually really like "List Numberer".  It's clear and has a little charm to it.  When I get home, I'll look for an icon for it and send it to you, and you can use it in place of the ahk icon, if you like.

Don't worry about the icon since this is a preview/beta build.  I'm going to submit it as a NANY app and will dress it up then with my typical Skwire Empire stuff.
3977
Post New Requests Here / Re: IDEA: Rename Next
« Last post by skwire on October 24, 2010, 09:28 PM »
Instead of using your mouse and the right-click menu, use the down-arrow key to select the next file followed by F2 to rename it.
3978
Finished Programs / Re: DONE: Time each Timer
« Last post by skwire on October 24, 2010, 12:19 PM »
I notice a delay of about a second when pressing the hotkey to resume though.

Call it a result of my code design for this application.  If you find it too bothersome, I can refactor the code.
3979
Finished Programs / Re: DONE: Time each Timer
« Last post by skwire on October 24, 2010, 11:55 AM »
Here you go, Smobu:  Ten Timer download

2010-10-24_115034.png

It's not nearly as attractive as the MultiTimer application you referenced in your initial post but I think it'll get the job done for you.  

Details:

  • ctrl-1 through ctrl-0 will start/pause the corresponding timer.
  • ctrl-alt-1 through ctrl-alt-0 will reset the timer to 0.  You can also do this while the timer is running.
  • The ">" button will start a timer.
  • The "| |" will pause a timer.
  • The "<<" will reset a timer.

Any timer name text you set in the edit field is saved from session to session.  Saving the actual timer values can be easily added, too.  Let me know if this will work for your purposes.  Thanks.
3980
General Software Discussion / Re: How to quickly autonumber text lists?
« Last post by skwire on October 22, 2010, 11:14 PM »
Give this a whirl, superboyac:  List Numberer download

Currently, it does not save any settings.  This release is more to see if this is what you had in mind...consider this a beta NANY entry.  =]  Anyway, play with it and let me know what you think.  Also, names for this application are welcome.  It's been a while, Cranioscopical...what say you?  =]
3981
N.A.N.Y. 2010 / Re: NANY 2010 Release: Anuran
« Last post by skwire on October 21, 2010, 10:55 PM »
- Using most common in Poland "polish programmers keyboard" to get those strange letters, Right Alt (or Alt Gr) is used, which is mapped as ctrl+alt.
But AltGr+a instead of writing polish letter ą (a,) acts as ctrl+a.

If I understand you correctly, I don't think there is anything I can do.  Anuran doesn't capture ctrl-a at all.  This is handled natively by the edit control itself.

- giving 0 seconds/minutes/hours/days for popup, keeps the popup on the screen all the time, instead of not showing it at all (or maybe it is a feature not a bug ;) )

Thanks, I'll try to find time to fix this.
3982
General Software Discussion / Re: How to quickly autonumber text lists?
« Last post by skwire on October 20, 2010, 09:15 AM »
I thought you might all appreciate this conversation from the chat channel, to give you a fly-on-the-wall view of how real software development takes place and how software evolves:

...and you guys thought it was all planned and orderly...    :P
3983
General Software Discussion / Re: How to quickly autonumber text lists?
« Last post by skwire on October 18, 2010, 10:43 PM »
superboyac, I promise I haven't forgotten about this utility.  Here's where it stands right now:

2010-10-18_223946.png
3984
Post New Requests Here / Re: Idea: Download Scheduler
« Last post by skwire on October 14, 2010, 04:13 PM »
What time would you like this to run?
3985
Post New Requests Here / Re: Idea: Download Scheduler
« Last post by skwire on October 14, 2010, 03:37 PM »
Is there a program out there that can look at these links and download them automatically at a certain time of the day?
It will also need to support overwriting of the existing file in the directory that is user-defined.

You could accomplish the downloading and moving of files with just a few lines of AutoHotkey.  You could then create an entry in the Windows Task Scheduler to run it at a certain time.  If you want the script wholly self-contained, that can be done, too.  However, it will need to run in the background to be able to check what time it is.  Small AHK scripts typically take just a few megs of memory so running it in the background shouldn't be an issue.
3986
General Software Discussion / Re: How to quickly autonumber text lists?
« Last post by skwire on October 14, 2010, 10:45 AM »
Zero-padding is fine.  Numbers and roman numerals are fine.  Letters...no.
3987
General Software Discussion / Re: How to quickly autonumber text lists?
« Last post by skwire on October 14, 2010, 10:05 AM »
Do you ever have need to zero-pad the numbering?
3988
General Software Discussion / Re: How to quickly autonumber text lists?
« Last post by skwire on October 14, 2010, 09:47 AM »
It really wouldn't take much to write a quickie Coding Snack to cover this.  May I assume these are simple text lists?  Not some crazy-ass formatted Word doc mumbo-jumbo?
3989
General Software Discussion / Re: need to scan a map and then color it
« Last post by skwire on October 12, 2010, 01:28 PM »
If the scan is decent, you can probably do what you want simply by using the "magic wand" and "fill" tools in most any paint program.  Paint.NET, Paint Shop Pro, etc.
3990
General Software Discussion / Re: Rename text file based on contents
« Last post by skwire on October 11, 2010, 03:27 PM »
This would be a piece of cake to do in AHK...do you still need something?
3991
People who can't afford hosting with a DB are granted free access to WordPress.com, so what?

I'd bet there are PLENTY of people that want to host their own site or domain on their own boxes but don't have the know-how to set up MySQL and such.  FlatPress offers a very nice alternative.
3992
I think it (FlatPress) is pretty darn slick.  Much much easier to setup than a DBMS system.  I had it going in less than a minute.  Also, I'd venture to say that it's much easier to backup and restore, too.  Nice job, NoWhereMan.   :D
3993
Post New Requests Here / Re: IDEA - Jiggle Mouse
« Last post by skwire on September 28, 2010, 04:40 PM »
I wrote this a long while back for the exact same issue:

Code: Autohotkey [Select]
  1. SetTimer, Idle_Check, 10000
  2. Return
  3.  
  4. Idle_Check:
  5. {
  6.     MyTime := A_TimeIdle
  7.     If ( MyTime > 60000 )
  8.     {
  9.         Random, MouseX, 1, 5
  10.         Random, MouseY, 1, 5
  11.         MouseMove, % MouseX, % MouseY
  12.     }
  13. }
  14. Return
3994
N.A.N.Y. 2011 / Re: NANY 2011 :: Entry Ideas & Requests
« Last post by skwire on September 25, 2010, 06:23 AM »
Small program request:
Context menu item in Windows Explorer.
shortened name: "Move To Parent"
long name:  "Move Selected Items To Parent Directory"
In the old DOS days, it was easy to type in "move xyz.txt ..", or "move *.jpg .."
In Windows there is nothing similar.  And searching through Google turned up no simple program to accomplish this.
Can any of the gurus here do it?

I can do this...
3995
N.A.N.Y. 2008 / Re: KeyCounter
« Last post by skwire on September 23, 2010, 06:17 AM »
KeyCounter does not seem to load the list of keys I want to monitor automatically on startup?
What might be the reason for that?
OS: Win 7 Ultimate 32-bit

Thanks for the kind words.  Since KeyCounter works here for me under XP, I'm going to guess you're running it out of your Program Files folder under Win7.  If so, try moving the KeyCounter install folder to a non-protected folder and see if it works there.  Let me know how it goes.
3996
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on September 23, 2010, 03:50 AM »
Hmmm, I wonder if Libre.FM is/was having some server issues lately?
3997
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on September 23, 2010, 03:25 AM »
Yes, my account and password is filled in.

What happens when you click the "Check login" button?
3998
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on September 23, 2010, 03:03 AM »
Discovered a bug:
When a file name contains a comma, Trout is unable to open Explorer to the file location.

Found something strange.
When I start trout and Libre.FM support is on, I get the error in attachment.

@app103: I'll see what I can do to fix this.  Thanks for the report.
@DeVamp: Do you have anything configured for username and password under the Libre.FM settings?
3999
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on September 22, 2010, 01:14 AM »
Website | Installer | Portable
v1.0.4 build 96 - 2010-09-22
    ! Updated to BASS v2.4.6 to fix a bug where the total time displayed
      in the status bar didn't always jive with the total time of the
      seekbar.
4000
N.A.N.Y. 2010 / Re: NANY 2010 Release: Anuran
« Last post by skwire on September 21, 2010, 05:54 PM »
As in, via WM_COPYDATA messages?
Pages: prev1 ... 155 156 157 158 159 [160] 161 162 163 164 165 ... 222next