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, 1:30 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 ... 40 41 42 43 44 [45] 46 47 48 49 50 ... 222next
1101
Living Room / Re: toggle read/unread view in outlook
« Last post by skwire on December 23, 2014, 06:12 PM »
is there maybe a keyboard shortcut maybe, faster than searching the menu entry which is two clicks?

No clue.  I'm not an Outlook user.
1102
Living Room / Re: toggle read/unread view in outlook
« Last post by skwire on December 23, 2014, 12:49 PM »
You can add the "Change View" button to the "Quick Access Toolbar" which would make this a two-click operation.  I don't think there is a way to add a discrete button for that type of action.  Here's a screenshot of it added to the "Quick Access Toolbar":

2014-12-23_124656.png

1104
Living Room / Re: toggle read/unread view in outlook
« Last post by skwire on December 23, 2014, 08:48 AM »
Please answer my question: In Outlook, can this be done, currently, via some other method like a hotkey or menu item?
1105
Living Room / Re: toggle read/unread view in outlook
« Last post by skwire on December 23, 2014, 08:41 AM »
Can this be done, currently, via some other method like a hotkey or menu item?
1106
Post New Requests Here / Re: IDEA: Specialized folder/file cleanup script
« Last post by skwire on December 23, 2014, 08:37 AM »
You're very welcome.   :)
1107
Post New Requests Here / Re: IDEA: Specialized folder/file cleanup script
« Last post by skwire on December 23, 2014, 02:14 AM »
What I need is something I can drop into the root folder which when run will check the date named folders and will delete the ones (and whatever may be within them) in which the names correspond to dates older than 2 weeks old, regardless of the actual age of the folder. (it's possible the creation/last modified date may not agree with the folder name)

Here's some AHK code to do what you requested.  Save it off as <whatever>.ahk and then run it from the main folder.  It's set to use the recycle bin but I included a commented out line which deletes the folder directly.  I'd test this out first on copy of the folders you're dealing with.  Here you go:

Code: Autohotkey [Select]
  1. Loop, % A_ScriptDir . "\*.*", 2, 0
  2. {
  3.     myNow := A_YYYY . A_MM . A_DD
  4.     myFolder := A_LoopFileName
  5.     StringReplace, myFolder, myFolder, -, , All
  6.    
  7.     EnvSub, myNow, %myFolder%, Days
  8.    
  9.     If ( myNow > 14 )
  10.     {
  11.         ; FileRemoveDir, % A_LoopFileFullPath, 1
  12.     }
  13. }
1108
N.A.N.Y. 2015 / Re: NANY 2015 PRE-RELEASE: Task Manager
« Last post by skwire on December 22, 2014, 02:46 AM »
"I see," said the blind man.  Thank you.   :)
1109
Hi, Wes, and a very belated welcome to the DonationCoder site.   :-[

Am I missing something?

No, you weren't missing anything.  I'm not the author of the NoClose but, due to another thread regarding the same issue, I looked over the code, found the bug, and fixed it.  So, if you're still around, please feel free to try:  http://skwire.dcmemb...ommel/NoCloseMod.zip
1110
N.A.N.Y. 2015 / Re: NANY 2015 PRE-RELEASE: Task Manager
« Last post by skwire on December 22, 2014, 02:19 AM »
I downloaded and tried this, but I'm unable to figure out how to add tasks.  I'd assume that right-clicking should bring up a menu or there would be options in the main menu bar.  Unfortunately, right-clicking doesn't bring up a menu.  For the record, I can edit the default 'Welcome' task by double-clicking it.  Am I completely oblivious to something?  Any thoughts?
1111
General Software Discussion / Re: Please help me
« Last post by skwire on December 21, 2014, 01:44 PM »
If you installed AutoHotkey properly, all you should have to do is right-click your AHK file and choose 'Compile Script' from the menu.
1112
N.A.N.Y. 2010 / Re: NANY 2010 Release: ClipTrap
« Last post by skwire on December 21, 2014, 12:37 AM »
Website | Download
v1.2.2 - 2014-12-21
    + Added security option to delete the clip.txt file on program exit.
      (Thanks, Dallas E.)
    + Added new tray icon states to show whether or not the clipboard and/or the
      ClipTray window is empty.  For an explanation of all of them, go to the
      'Options tab > Tray icon legend' section.
1113
Skwire Empire / Re: Release: SFV Ninja (Simple File Verification application)
« Last post by skwire on December 20, 2014, 07:37 PM »
Website | Download
v1.2.6 - 2014-12-19
    + Added an option to automatically scroll the list so the current file being
      verified stays visible in the list.  This option can be found in the
      Options menu.
    * When a checksum file is saved, any current checksums will be copied over
      to the saved checksum column.  (Thanks, Deozaan)
    ! Duplicate slashes when a drive root was added.  (Thanks, Deozaan)
1114
General Software Discussion / Re: NoClose - Rules
« Last post by skwire on December 19, 2014, 08:21 PM »
Wow! Thank you! Thats great. I look forward to the update. :Thmbsup:  :)

Give this a try, please:  http://skwire.dcmemb...ommel/NoCloseMod.zip
1115
General Software Discussion / Re: NoClose - Rules
« Last post by skwire on December 19, 2014, 10:07 AM »
Hi, timbo343, and welcome to the DonationCoder site.   :Thmbsup:

NoClose isn't one of my programs but I looked through the code and there is a bug in there preventing partial matches from matching.  I'll fix this later today and post a modded version.  Stay tuned.
1116
N.A.N.Y. 2010 / Re: NANY 2010 Release: ClipTrap
« Last post by skwire on December 19, 2014, 01:29 AM »
Website | Download
v1.2.1 - 2014-12-19
    + Made the clipboard edit field read-only and added a custom context menu.
      Now, copying text out of the edit field should not add that text back to
      edit field.  (Thanks, Dori)
    + The tray icon now shows three different states:
        - Clipboard with red X:      Monitoring is off.
        - Clipboard with blank page: Monitoring is on, clipboard is empty.
        - Clipboard with text:       Monitoring is on, clipboard is not empty.
      (Thanks, Dallas E.)
    + Added a few new security features:
        - Timer-based auto-clear of the clipboard.
        - Timer-based auto-clear of the ClipTrap window.
        - Auto-clear of the clip archive.
      (Thanks, Dallas E.)
    * Reworked the Options tab.
    * If append mode is set to 'Bottom', the edit field will automatically
      scroll to the bottom.
     
v1.2.0 - 2014-12-14
    + Added the "Monitor clipboard," "Clear clipboard," "Clear window text," and
      "Copy window text" functions to the tray icon menu.  (Thanks, Dallas E.)
1117
N.A.N.Y. 2013 / Re: NANY 2013 Release: sImgurUploader
« Last post by skwire on December 18, 2014, 04:24 PM »
Hi, BGM, and sorry for the trouble.  Yes, I'm aware that Imgur have really changed up things and getting an anonymous key isn't how it used to be.  Researching this is on my list but there are quite a few things ahead of it.
1118
@bastik: I've quickly read through the post but I need to devote some time to studying it a bit.  I've got a few other app requests to fulfill first but, rest assured, this is on my agenda.
1119
Skwire Empire / Re: Release: SFV Ninja (Simple File Verification application)
« Last post by skwire on December 17, 2014, 07:05 AM »
Thanks for both of your last two posts.   :Thmbsup:  I'm currently working on some improvements to ClipTrap but SFV Ninja is next on my agenda.
1120
Skwire Empire / Re: Release: Comic Book Archive Creator
« Last post by skwire on December 15, 2014, 07:14 PM »
Hi, Saladyne, and welcome to the DonationCoder site.

Great program. Would it be possible to add an option to have a list of PDF files saved as individual cbz or cbr files rather than merging them?

To clarify, you want one cb* file per PDF, right?
1121
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on December 15, 2014, 08:35 AM »
Very cool. Because I am a bit dense (and new), is there a way to update sWeather without unzipping the file again to its directory?
-kevlar_heart42 (December 15, 2014, 06:28 AM)

No, there is not.
1122
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on December 15, 2014, 01:06 AM »
Website | Download
v1.5.4 - 2014-12-15
    + Added 'Feels like' temp to the tray tooltip.  (Thanks, Ken Z.)
    ! Hopefully fixed a long-standing bug with the temperature icon not
      displaying the correct temperature.  This had to do with the fact that
      Windows 7, at least, does not appear to like 1-bit colour icons in the
      tray.  Crazy...
1123
N.A.N.Y. 2015 / Re: NANY 2015 Alpha Release: MarkdownBuddy
« Last post by skwire on December 14, 2014, 02:09 PM »
Doh, I overlooked this so I'll check it out when I get back from the store.
1124
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on December 13, 2014, 10:23 PM »
So I opened up epCheck to do the manual steps and it was refreshing the series data it came up with error:
There was a problem unzipping the series data. You might have to run epCheck as an administrator.
I am running as an administrator, so is this a serious issue?

Nah...happens sometimes.  Does restarting epCheck help?
1125
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on December 13, 2014, 12:36 PM »
Thanks for the reply...I am not too sure how to do it manually, so if you could give me a step by step that would be great  :)

@wallman2001: Here you are.  If this proves too complicated, I'd be happy to do a TeamViewer session with you where I can remote in to your computer (with your permission and authorization, of course) and do this for you.

  • Search for and add any show.  Make note of the show name and the profile name you added it to.
  • Go to the Series tab, find the show, right-click and use the "Web Search > TVDB.com" option.  At the end of the URL is the show's ID number.  Make note of this ID number.
  • Close epCheck.
  • Use a file manager (Windows Explorer, etc.) to navigate to the "data" folder within your epCheck install folder.
  • Open the <profile name>.txt file in a text editor.
  • Find the line which corresponds to the show you just added.  Modify the ID and name as necessary.  Save the file.
  • Open epCheck, choose the correct profile, and you should see a row with your desired show.  Right-click it and choose the "Refresh series data" option.
  • Done.

Just installed the beta with the monthly view. Can you please add the option to allow "Monday" to be the first day of the week? I hate calendars with Sunday as the first day!

@J-Mac: No promises, but I'll add it to my list.   ;)
Pages: prev1 ... 40 41 42 43 44 [45] 46 47 48 49 50 ... 222next