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:00 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 ... 71 72 73 74 75 [76] 77 78 79 80 81 ... 222next
1876
General Software Discussion / Re: 'Home' and 'End' and 'FN'.
« Last post by skwire on May 16, 2013, 09:29 AM »
1877
General Software Discussion / Re: AHK tutorial for absolute AHK beginners
« Last post by skwire on May 16, 2013, 09:27 AM »
Thanks, evamaria.  Do you mind if I add some AHK syntax highlighting to your post to make it a bit more readable?
1878
Post New Requests Here / Re: IDEA: Folder Zipper
« Last post by skwire on May 16, 2013, 09:25 AM »
So, you're using WinRAR already? Good for you. I've attached a short screencast video showing you how to create a WinRAR profile + add it the context menu. After doing this, you can zip your files and folders into separate archive files with two mouse-clicks.

@wr975: Nicely done!

@magician62: I'm probably not going to get to this for at least a couple of weeks.  And, with a solution like wr975's, I'm not sure it's even worth it.
1880
traupmann, would you like this thread marked as solved or did you still need further help with your request?
1881
Hi, traupmann, and welcome to the DonationCoder site.  Regarding your request, what are you expecting to be polled?  Your router?  The network itself?  Keep in mind that most (all?) home-style routers are not designed to be polled for their data.
1882
N.A.N.Y. 2010 / Re: NANY 2010 Release: ClipTrap
« Last post by skwire on May 12, 2013, 08:40 PM »
Website | Download
v1.1.6 - 2013-05-12
    + Added optional archival option.  (Thanks, BMG)
    + Added "Always on top" button to the toolbar.
    * Changed the GUI to a tab control.  Moved the Options panel to the new Options tab.
    * Changed the "Monitor clipboard" icon.
1883
N.A.N.Y. 2010 / Re: NANY 2010 Release: ClipTrap
« Last post by skwire on May 12, 2013, 08:14 PM »
Thank you for your time, Skwire.  I will be away for a few weeks; when I return, I'll try it out.

In that case, I'll just release it and, if you run into issues, we can work them out later.  Have a safe trip.  =]
1884
Badass.  I love stuff like this.   :up:
1885
Hi, DxCK, and welcome to the DonationCoder site.   :D

The GUI layout of your software is nice and clean, just the way I like them.  May we assume that your software reads the Master File Table much like Everything, UltraSearch, SwiftSearch, etc?
1886
Perhaps they have other footage from another angle that shows what happened during the time the aircraft was out of camera range above the cars windshield.

http://www.youtube.c...ture=player_embedded

The aircraft never goes out of frame in this version.
1887
Finished Programs / Re: SOLVED: Image optimization tool
« Last post by skwire on May 11, 2013, 04:00 PM »
Thanks skwire! Good to see you again :-)

You're very welcome.

I just saved 8GB of room using that awesome utility

Wow, impressive.  That's a good chunk of space.   :Thmbsup:
1888
Coding Snacks / MOVED: Image optimization tool
« Last post by skwire on May 11, 2013, 03:26 PM »
1889
Finished Programs / Re: SOLVED: Image optimization tool
« Last post by skwire on May 11, 2013, 03:25 PM »
Solved on the above thread.  https://www.donation...ndex.php?topic=28239

...moving to the Finished section.
1890
General Software Discussion / Re: Thumbnail on Google Drive
« Last post by skwire on May 11, 2013, 09:38 AM »
This sounds like a limitation of Google Drive.  You're going to need to contact them (Google) to see if they can implement the album art support you want.
1891
N.A.N.Y. 2010 / Re: NANY 2010 Release: ClipTrap
« Last post by skwire on May 11, 2013, 12:48 AM »
I took the easy way out and created a help button that warns the user of the possible ramifications of using the archival feature.  I also left the renaming scheme as I originally wrote it (seems more natural to me).

You can try the interim build here:  http://skwire.dcmemb...lipTrap_v1.1.5.2.zip

Please let me know how it goes for you.
1892
Doh, sorry.  I didn't personally test it.   :-[
1893
General Software Discussion / Re: Thumbnail on Google Drive
« Last post by skwire on May 10, 2013, 01:36 PM »
Are you saying that this Drive music player is not showing your embedded album art?  If so, you probably need to get with the developer of the Drive music player to see if they can implement your request.
1894
@goldencut: Came across this today:

http://www.ilovefree...er-windows-play.html

http://avi-win-tips....windows-play-10.html

Might be worth contacting the developer to see if your wishes can be implemented.
1895
I love Cathy's speed as well but, unless I'm mistaken, it does not handle Unicode.  At least, in my tests, it doesn't.
1896
Living Room / Re: Microsoft keyboard sticking keys
« Last post by skwire on May 08, 2013, 11:35 PM »
Might be easier just to get/buy a new keyboard.
1897
N.A.N.Y. 2010 / Re: NANY 2010 Release: ClipTrap
« Last post by skwire on May 08, 2013, 10:20 PM »
BGM, I have your feature request almost entirely implemented but there is one caveat that I need to mention.  I have it written so you can configure the max size of the clip.txt file as well as how many clip.txt files to keep.  So, let's say you have it set for a max size of one meg and are keeping five archive files.  The flow:

1) Your clip.txt file goes over one meg.
2) clip5.txt is deleted, clip4.txt is renamed to clip5.txt, clip3.txt is renamed to clip4.txt, clip2.txt is renamed to clip3.txt, clip1.txt is renamed to clip2.txt, and clip.txt is renamed to clip1.txt.  No problems to this point.
3) The problem is that ClipTrap's window still contains the contents of the recently archived clip.txt (which is now clip1.txt) and will write those contents fully to clip.txt on the next clipboard change (which will trigger the archive routine again).  Lather, rinse, repeat...

The obvious solution is to simply clear ClipTrap's window if the archive routine gets called.  That's easy enough.  However, I think this might be a bit disconcerting to the user.  That is, the user probably isn't going to be aware that the clips just got archived and is expecting to see a window full of text.  Do you follow what I'm saying.  I'm not sure there is another way to handle this, but I'm open to suggestions.  Maybe a simple warning when enabling the archive feature or something...I don't know.   :huh:
1898
Post New Requests Here / Re: IDEA: Folder Zipper
« Last post by skwire on May 07, 2013, 05:03 PM »
Sorry for the lack of movement on this; I've been especially busy with my regular job lately.  I'll try to find some time to investigate adding your original request to SpinZip.

@Other devs:  If anybody else wants to take a crack at this request, by all means, do so.  =]
1900
Finished Programs / Re: SOLVED: Absolutely Basic Count-up Timer (ABC Timer)
« Last post by skwire on May 07, 2013, 09:26 AM »
Right on; I'll move this thread.
Pages: prev1 ... 71 72 73 74 75 [76] 77 78 79 80 81 ... 222next