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 ... 73 74 75 76 77 [78] 79 80 81 82 83 ... 222next
1926
N.A.N.Y. 2011 / Re: NANY 2011 Release: Snap DB
« Last post by skwire on April 10, 2013, 10:15 AM »
on resizing the SnapDB window, I've gotten three freezes so far

I can reproduce this by grabbing the right side and shaking the hell out of it but not under normal circumstances.  I'm going to guess the issue is in the Anchor() function that I use for positioning and resizing controls.

I wanted to ask you why is the "Edit record" option greyed out when in "Filter" mode?

Apologies for missing your post, alexsan01.    :(

Short answer: Utter laziness.   :D  Long answer: This might be a bit difficult to explain.  Snap DB databases aren't really databases in the relational sense (they're simple flat files).  When displaying filtered contents, what you're seeing is a new listview of matching results that have no correlation with the non-filtered view.  I haven't sat down and come up with a way to correlate the two.  Does that make any sense?
1927
General Software Discussion / Re: [IDEA] multi copy and paste
« Last post by skwire on April 10, 2013, 07:54 AM »
Kalos, how does what you want differ from the many clipboard managers already available?
1929
Thanks a million!

You're very welcome.  I'm glad it worked for you.

You can mark this really tasty snack as DONE.

Will do.  =]
1930
Max number of columns would be 250.
That large number means it'll be lots of work without some magic.

Please give this a try:  http://skwire.dcmembers.com/apps/snacks/NKExcelTool.zip

Close all open Excel files and make a folder with copies of your working files.  Put the NKExcelTool.exe in the same folder as your copies and run it.  A progress bar should appear and, once it's finished, it should display a message box asking if you'd like to open the text output file.  The first row of each Excel file should be listed along with the source filename in brackets at the end of each line.  That way, if there is a discrepancy, you'll be able to tell which file is the culprit.  This application uses COM for the grunt work which can be somewhat finicky so let me know how it goes.  Thanks.
1931
Post New Requests Here / Re: IDEA: Desktop progress meter
« Last post by skwire on April 09, 2013, 05:35 PM »
Website | Download
v1.1.1 - 2013-04-09
    ! The Ctrl+Up & Ctrl+Down hotkeys were not moving the entries properly
      throughout the list.  (Thanks, Scott_Y)
1932
General Software Discussion / Re: Goodbye OpenOffice, Hello LibreOffice
« Last post by skwire on April 09, 2013, 03:33 PM »
OK then I downloaded the correct file, the top link. It comes down as an MSI file but only 79.9 MB. Can't seem to get the entire file to download.

You can try grabbing it from my server if you'd like:  www.skwire.net/~tmp/LibreOffice_4.0.2_Win_x86.msi

MD5 of the file:  81d1a5fa5aa51de1cf6c43f8ed86884c
1933
General Software Discussion / Re: Wanted: Simple EML viewer
« Last post by skwire on April 09, 2013, 11:01 AM »
so Notepad2 should do just fine

Right on.  =]
1934
Finished Programs / Re: DONE: automated mp3 rip from video clip
« Last post by skwire on April 09, 2013, 10:56 AM »
Even so, the question of input formats was still open.

Agreed!  I'm lazy.  Hahaha.  :D  For the record, the mEncoder binary does the grunt work of this app and it seems to support just about any format I've thrown at it. 
1935
General Software Discussion / Re: Wanted: Simple EML viewer
« Last post by skwire on April 09, 2013, 10:44 AM »
I had no idea.

Keep in mind that an EML file contains everything a raw email is made up of e.g., all headers, attachments, etc.  Regarding attachments, because of the way attachments are encoded in email, this can result in a huge amount of what looks like garbled text within the EML file.  Anyway...just some things to consider.  =]
1936
Hi, schfiggery, and welcome to the DonationCoder site.  Have you tried killing the process via the Task Manager?
1937
Hi, Nick.  Any idea on the maximum number of columns you will be dealing with?
1938
General Software Discussion / Re: Wanted: Simple EML viewer
« Last post by skwire on April 09, 2013, 10:23 AM »
April, EML files are plain-text files; you can view them in any text editor.  Or, were you looking for something a bit fancier?
1939
N.A.N.Y. 2011 / Re: NANY 2011 Release: Ten Timer
« Last post by skwire on April 08, 2013, 05:22 PM »
Here you are.   ;)

Website | Download
v1.0.8 - 2013-04-08
    * The first timer label is no longer focused when starting the application.  (Thanks, Scott_Y)
    * Pressing the escape key no longer closes the app. (Thanks, Scott_Y)
1940
Finished Programs / Re: DONE: automated mp3 rip from video clip
« Last post by skwire on April 08, 2013, 03:49 PM »
Ok, thanks. That's helpful. The reason I asked is because when searching for converter software and narrowing down the field to the ones I want to try, the versatile ones are more attractive. I didn't see anything mentioned here.

Oh, man, there are tons of video converters out there.  Mine works the way it does because it was specifically requested to by the original poster.  In other words, I wasn't trying to compete with any of the others out there...just fulfilling a request.  If you're looking for options and such, you'd definitely be better off using a different application.  If you're looking for something that will quickly create a throw-away type of audio track, this might fit the bill.  =]
1941
Post New Requests Here / Re: IDEA: Close All Windows
« Last post by skwire on April 05, 2013, 06:21 PM »
Give this a test, please:  http://skwire.dcmembers.com/apps/sclose/sClose.zip

At this point, it's an early proof-of-concept to see if it chooses smartly which windows to close.  Basically, I tried to make it only close windows that show up in the Alt-Tab chain.  Also, this build will first give you a list of windows it intends to close to allow you to choose whether or not you want to proceed.  I've done some minimal testing here on my computer and VMs so I'm looking forward to any feedback you may have.
1943
N.A.N.Y. 2011 / Re: NANY 2011 Release: Ten Timer
« Last post by skwire on April 05, 2013, 05:33 PM »
I worked on this for several hours but I've come to the decision that, because of the way I initially designed the code to support a dynamic number of timers, fixing this issue will probably require a rewrite.  This is codespeak for, "Don't hold your breath."   :D :D :D  I've updated Ten Timer's webpage to state that it does work on Windows 7 with some graphical glitches.
1944
N.A.N.Y. 2011 / Re: NANY 2011 Release: Ten Timer
« Last post by skwire on April 05, 2013, 11:57 AM »
A bit of a surprise: ESC closes the timer. I don't think that's a benefit.

I know it's a personal preference thing but, if I had my way, that would be how every window would act.  I can take it out if you'd like.
1945
Nicely done.  I sent my message last night and went to bed so it was nice to see this snack completed when I woke up.  =]  Nick, let us know if this will work for you and I'll mark this thread as done.
1946
General Software Discussion / Re: point and kill
« Last post by skwire on April 05, 2013, 08:37 AM »
Perhaps this will work for you?

https://www.donation...mmel/index.html#Kill
1947
This is easily accomplished with a bit of AutoHotkey script.  Are you open to that?
1948
Post New Requests Here / Re: IDEA: Close All Windows
« Last post by skwire on April 04, 2013, 06:23 PM »
Hi, Stamimail, and welcome to the DonationCoder site.  Your request to close all windows, though it sounds simple, is a lot more complex than it seems.  There are many more windows going on your system than you realise.  You can't simply get a list of all running processes and then attempt to close them.  Chaos would ensue.  What I'm saying is that it's rather difficult to automatically determine what to close and what not to close.
1949
Finished Programs / Re: DONE: automated mp3 rip from video clip
« Last post by skwire on April 04, 2013, 04:24 PM »
Uhhhh...anything that mEncoder can process?   :D  I've tested with FLV, MP4, AVI, and MKV.  Feel free to try whatever, though.
1950
N.A.N.Y. 2011 / Re: NANY 2011 Release: Ten Timer
« Last post by skwire on April 04, 2013, 12:58 PM »
Thanks for the report.  I can't recall it doing that in my older XP build but I can confirm it happens on my newer W7 build.  I'll see if I can figure out why and fix.
Pages: prev1 ... 73 74 75 76 77 [78] 79 80 81 82 83 ... 222next