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, 9:55 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 ... 72 73 74 75 76 [77] 78 79 80 81 82 ... 222next
1901
Finished Programs / Re: SOLVED: Absolutely Basic Count-up Timer (ABC Timer)
« Last post by skwire on May 07, 2013, 12:52 AM »
If you
Maybe I'm wrong but that looks like it's a countdown timer.

If you set the minutes to zero, it acts as a countup timer.   :)
1902
Finished Programs / Re: SOLVED: Absolutely Basic Count-up Timer (ABC Timer)
« Last post by skwire on May 07, 2013, 12:13 AM »
Perhaps my TenTimer app would fit the bill?  http://skwire.dcmemb...m/fp/?page=ten-timer

If not, give this article a read; maybe one of those is more what you had in mind.  http://lifehacker.co...s-timer-applications

My bet is on SnapTimer.  =]
1903
Website | Download
v1.3.6 - 2013-05-06
    * Changed it so that all timestamps in the list are in hh:mm:ss format.
      This is to get around some silly Excel auto-formatting issues when
      importing an exported CSV file into Excel and having Excel think that
      mm:ss timestamps are hh:mm:00 format.  (Thanks, P. Loshuk)
    ! The selected time field wasn't cleared when clearing the list.
1904
Website | Download
v1.3.5 - 2013-05-03
    + Added channels column.  (Thanks, P. Loshuk)
1905
N.A.N.Y. 2010 / Re: NANY 2010 Release: ClipTrap
« Last post by skwire on May 01, 2013, 10:35 PM »
I have the security of knowing everything is captured.

ClipTrap seems to work well for you in this respect?  I ask because I don't use it all the time (and less than before since I switched jobs a few years ago).

Here is what I would like to see:
An option to set a maximum size to the clip.txt file.
When that size is reached, the clipfile gets renamed with an incrementing number.
And a new clip.txt file is created and set as default.

Hmmm...have you given thought to using a proper clipboard manager like mouser's Clipboard Help & Spell or ArsClip (the one I use)?  I wrote ClipTrap as something between a real clipboard manager and using nothing at all.  It also only does text...no rich formats, etc.
1906
Coding Snack Guidelines / Re: Count Number of Pages in PDF Files
« Last post by skwire on May 01, 2013, 03:05 PM »
Right on.  =]  BTW, welcome to the DonationCoder site and enjoy your stay.  =]
1907
Coding Snack Guidelines / Re: Count Number of Pages in PDF Files
« Last post by skwire on May 01, 2013, 01:48 PM »
You could also use my PDFInfoGUI application: http://skwire.dcmemb.../fp/?page=pdfinfogui
1908
Sorry:  I tried to explain it as best I could.

That's the thing, if you can provide us with a sample of the directory structure you're working with, you won't have to explain it; we'll be able to visualise it.  So, in a new folder, build a small sample of what you work with.  Then, go to the root of this sample in a command prompt and use the "tree /a /f" command to display a nicely formatted output that we can interpret.  After that, give us an output based upon your sample directory.

In other words, show us your starting point and your ending point and we'll figure out the route between them.  =]
1909
Skwire Empire / Re: Trout: show panel with lyrics from local text file
« Last post by skwire on May 01, 2013, 12:47 AM »
I'd rather not add another panel but I can easily make the lyrics panel display a text file, if it exists, that matches the currently playing filename as you describe above.  If such a file doesn't exist, the panel would search for lyrics as it does now.  How about that?
1910
Post New Requests Here / Re: Remember where I got the Download
« Last post by skwire on April 30, 2013, 01:34 PM »
@questorfla: This sounds like a job suited to a download manager.  Have you checked to see if any of those can rename downloads in the manner you want?
1911
It's still rather unclear exactly what you want in the end.  For requests such as these, it's imperative that you:

1) Provide a sample file structure.
2) Provide a sample of what you expect the output to look like given #1.

1912
Post New Requests Here / Re: IDEA: Folder Zipper
« Last post by skwire on April 29, 2013, 09:12 AM »
This might work well as a fourth method for my SpinZip program you can find here:  http://skwire.dcmemb...com/fp/?page=spinzip
1913
N.A.N.Y. 2011 / Re: NANY 2011 Release: Snap DB
« Last post by skwire on April 24, 2013, 09:25 PM »
Yes, that's basically what I am after.
I know Snap DB doesn't do it. I am trying my best to avoid using one more program filled with to do and other data though. That's why I asked here in the Snap DB thread.

It really wouldn't take much to create a simple to-do list app with only the minimum of what you're looking for.  Something like:

  • Single column listview with checkboxes
  • Add/edit/delete buttons to add/edit/delete entries.
  • Arrow buttons to manipulate the list.
  • Autosave the list.

Your thoughts?
1914
N.A.N.Y. 2011 / Re: NANY 2011 Release: Snap DB
« Last post by skwire on April 24, 2013, 05:08 PM »
This probably needs a new thread/program but I will ask any way. Is there any way Snap DB (or one like it) can have a checklist? I mean I am looking for a simple flat file DB with support for a yes/no field.

No, Snap DB does not do this.  However, I'm positive there are a myriad of small "to do list" applications that would probably fit your needs.  Is that something like what you were after?
1915
Post New Requests Here / Re: IDEA: activate Windows (7) mapped network drives
« Last post by skwire on April 23, 2013, 10:05 AM »
Try using the IP of your NAS instead of the name.
1916
Post New Requests Here / Re: IDEA: activate Windows (7) mapped network drives
« Last post by skwire on April 22, 2013, 07:38 AM »
I tried using 'net use' but it didn't work for me. But if it works for you, perhaps I did make a mistake somewhere

I use the command like this:

net use s: \\server\c mypassword /USER:jody /PERSISTENT:NO

I always use the "/PERSISTENT:NO" option and then I either put a shortcut to the batch file in my startup folder or simply run the batch file manually after booting.  If you need me to break down the command part by part, just ask.
1917
Post New Requests Here / Re: IDEA: activate Windows (7) mapped network drives
« Last post by skwire on April 21, 2013, 11:14 AM »
Hi, Losdollos, and welcome to the DonationCoder site.  I know you've searched far and wide, but have you tried this?

http://support.microsoft.com/kb/937624

FWIW, I've solved this problem over the years by using a batch file with "net use" commands to map my drives.
1918
Skwire Empire / Re: Release: sStockQuote
« Last post by skwire on April 15, 2013, 10:55 AM »
Featured on ghacks.

Thanks for the heads up, cmpm.  New update here:

Website | Download
v1.0.1 - 2013-04-15
    + Added option to load stock data on startup.
    + Added Ctrl+R and F5 hotkeys to fetch stock data.
    * Rearranged the date format to yyyy-mm-dd.
1919
Post New Requests Here / Re: IDEA: Multiple / Selective File Associations
« Last post by skwire on April 14, 2013, 08:32 PM »
I didn't see how to make it work for links.

You might consider these apps as well:

Browser Chooser: https://browserchooser.codeplex.com/
MT Browser Switcher: http://mito-team.com.../mt-browser-switcher
1920
Skwire Empire / Re: Release: sStockQuote
« Last post by skwire on April 14, 2013, 08:14 PM »
I predict lots of feature requests..

I foresee this as well but I want to keep it very simple and very clean.  There are many more advanced and complex applications in this field and I've really no desire to re-invent the wheel.

Is it for end of day or 15-minute delayed quotes?

I think it's the end-of-day quote as the description is "Last trade."  Again, I'm no stock expert by any means.
1921
Skwire Empire / Re: Release: sStockQuote
« Last post by skwire on April 14, 2013, 05:57 PM »
Oddly enough, I don't know the first thing about trading stocks and such.  I just like to track and compare the stock prices of a few companies.  =]
1922
Skwire Empire / Release: sStockQuote
« Last post by skwire on April 14, 2013, 12:05 PM »
TitlesStockQuote
DescriptionA simple stock quote application with CSV export.
Supported OSWindows 7.  Probably works, but not tested, on Windows XP/Vista/8
Website:http://skwire.dcmembers.com/fp/?page=sstockquote
HistoryChangelog
DownloadsStockQuote.zip
PAD filepad.xml
Screenshot2014-03-18_154857.png
1923
General Software Discussion / Re: Adjust Work Area 1.0.0.0
« Last post by skwire on April 11, 2013, 09:10 AM »
Hi, william_r_s, and welcome to the DonationCoder site.  Since the AWA application doesn't appear to be downloadable, perhaps you might be interested in a similar program by mouser:  https://www.donation...Mouser/desktopcoral/

If that doesn't work for you, let me know, and I'll write a replacement for AWA.
1924
Skwire told me about this great community

FWIW, BigVent and I are friends in real life.  *gasp*  I know.   :P   We live about an hour from each other.
1925
that it will lossly save all the webpage and its related files, eg videos, scripts, etc,

kalos, you need to realise that most videos (and other embedded types of content) are, for lack of a better term, hidden when it comes to saving webpages.  I'm not familiar with httrack so maybe I'm completely wrong here.  Maybe rgdot can let us know if the application saves videos and such.
Pages: prev1 ... 72 73 74 75 76 [77] 78 79 80 81 82 ... 222next