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, 4:56 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 ... 52 53 54 55 56 [57] 58 59 60 61 62 ... 222next
1401
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on April 28, 2014, 11:56 AM »
Can you give me some examples of series that didn't work?
1402
Skwire Empire / Re: Release: sCheckbook
« Last post by skwire on April 24, 2014, 11:08 AM »
Website | Download
v1.1.1 - 2014-04-23
    + Added ability to set custom listview font from the View menu.
    ! Commas are now stripped from deposit/withdrawal values before
      adding them to the list.  (Thanks, J. Katz)

v1.1.0 - 2014-01-26
    + Double-clicking an empty area of the listview will bring up the
      add transaction dialog.  (Thanks, Alex)
1403
N.A.N.Y. 2014 / Re: NANY 2014 Release - Wallpaper Welder
« Last post by skwire on April 22, 2014, 02:05 PM »
Thanks for the help.  I ran the program as administrator and it worked!  Very nice program.  Now I can have my screenshots of my builds from Minecraft on my screen.

Great to hear.  =]  I'm glad you find the program useful.  Enjoy your stay!
1404
N.A.N.Y. 2014 / Re: NANY 2014 Release - Wallpaper Welder
« Last post by skwire on April 22, 2014, 01:45 PM »
Hi, creaky, and welcome to the DonationCoder site.

It doesn't want to work on my system

Are you running the application from a folder that is UAC protected?  If so, try running it from a folder that is NOT UAC protected.
1405
N.A.N.Y. 2010 / Re: NANY 2010 Release: ClipTrap
« Last post by skwire on April 22, 2014, 12:18 AM »
I don't have any other ideas.  Could be something else going on with your clipboard...or some other application messing with it.  Does restarting ClipTrap help?
1406
N.A.N.Y. 2010 / Re: NANY 2010 Release: ClipTrap
« Last post by skwire on April 22, 2014, 12:06 AM »
For some weird reason when I copy something ClipTrap is pasting to itself multiple times.  Two or three times.

1) Are you using any sort of remote control software?  RDP, VNC, etc?
2) Do you have any other clipboard management program running?  CHS, ArsClip, etc?
1407
Post New Requests Here / Re: IDEA: Windows desktop productivity tool
« Last post by skwire on April 21, 2014, 04:15 PM »
Thank you both for your answers, I didn't mean to insult anyone of course. (noob here)

No offense taken.   ;)  Your question was an absolutely valid one. 
1408
Post New Requests Here / Re: IDEA: Windows desktop productivity tool
« Last post by skwire on April 21, 2014, 11:06 AM »
And I wanted to ask cause I'm a total noob at those things if there is any possibility to harm my PC if i use this tool a lot, cause it changes (as i understand) the registry too often. Just to be sure :)

IMO, no, there is not.  The registry exists to store settings and information and is modified constantly throughout a PC's session.  A lot more than you might expect, in fact.  My application only changes the necessary setting, via a documented API call, that determines the desktop folder and then refreshes the system using another documented API call.

If anybody else feels differently, speak up.
1409
Post New Requests Here / Re: IDEA: Windows desktop productivity tool
« Last post by skwire on April 19, 2014, 09:06 PM »
What about assigning hotkeys to paths/menu items for quicker switching? Ctrl+Alt+F1, F2, etc.  Something like that?

If this catches on, I'll almost certainly change the simple edit field to a listview with add/edit/delete buttons and allow hotkeys.
1410
Post New Requests Here / Re: IDEA: Windows desktop productivity tool
« Last post by skwire on April 19, 2014, 01:39 PM »
I have and it worked great. Windows 8.1 x64

Cool.  Thanks for the report.  I just uploaded a new version that adds a new option to set the desktop icon view as shown here in this thread:

https://www.donationcoder.com/forum/index.php?topic=37576.0

Download: DesktopFolderSwitcher.zip
1411
Post New Requests Here / Re: IDEA: Windows desktop productivity tool
« Last post by skwire on April 18, 2014, 10:42 PM »
PS(although some shortcuts of the desktop remain on the desktop after i choose another folder from your app

Those are probably shortcuts from the "All Users" desktop.
1412
Post New Requests Here / Re: IDEA: Windows desktop productivity tool
« Last post by skwire on April 18, 2014, 09:58 PM »
This is very cool. What API are you using to refresh the desktop if you don't mind?

SHSetFolderPath to change the path and SHChangeNotify to refresh the desktop.  If you tried it, did the app work for you?
1413
Post New Requests Here / Re: IDEA: Windows desktop productivity tool
« Last post by skwire on April 18, 2014, 06:20 PM »
Here's an alpha build:  DesktopFolderSwitcher.zip

Usage:

  • Right-click the tray icon and choose the "Edit desktop paths" entry to add your own folder paths.
  • One folder path per line.
  • Add a blank line to put a separator in the menu.
  • Click save and then right-click the menu again.
  • Your configured paths should now be in the menu.
  • Choose one to switch your desktop icons to the path selected.

Some notes:

  • Obviously, this is still mostly a proof-of-concept.  Stuff should work, mostly work, or not work at all.   :P
  • No validity checking of those folders paths is currently performed.  Make sure they're valid.
  • When the program is first run, it saves the current desktop path and adds that path at the top of the menu.  This way, you should be able to easily go back to your default desktop path at any time.
  • No icon position saving.  I'm really really NOT interested in adding this functionality.

Tested on W7/64.  If anybody tries this, please let me know how it works (or doesn't) for you.  Please include your OS as well.
1414
Post New Requests Here / Re: IDEA: Windows desktop productivity tool
« Last post by skwire on April 18, 2014, 01:47 PM »
Stef, do you have AutoHotkey installed?
1415
Post New Requests Here / Re: IDEA: Windows desktop productivity tool
« Last post by skwire on April 18, 2014, 01:02 AM »
So, I have a working script but there is at least one caveat to this desktop folder switching like you want and that is the icon positions are not saved when switching the desktop from folder to folder.  How important is this to you?
1416
Post New Requests Here / Re: IDEA: Windows desktop productivity tool
« Last post by skwire on April 18, 2014, 12:24 AM »
I have some working proof-of-concept code that can switch the desktop and doesn't require a logoff.  I need to play with it a bit more, though.  Stay tuned.
1417
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on April 16, 2014, 03:39 PM »
The "ep display format not saving" bug should be (finally) fixed now in build #56:

http://skwire.dcmembers.com/apps/epcheck/epCheck_beta.zip
1418
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on April 15, 2014, 01:04 PM »
Also in Build 49 format S01E01 is still showing as s01e01
Several attempts to set it to S01E01 work until shutdown, then display resets to s01e01
-kalvanotherwhen (April 15, 2014, 12:44 PM)

Ahhhh...I know what the issue is now.  I will fix.
1419
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on April 15, 2014, 12:28 PM »
Sooo?  No glaring issues with the betas?  If not, I'll promote this build and release it.

Last call...   :D
1420
Post New Requests Here / Re: Folder Lock
« Last post by skwire on April 14, 2014, 02:18 PM »
Hi, mahanaim, and welcome to the DonationCoder site.   :)  As you can probably guess, with the way the Windows file system works, what you want is not an easy thing to do.  Typically, it's going to require a low-level file system driver and that's well outside of the realm of a simple AHK script.
1422
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on April 13, 2014, 05:36 PM »
Beta build #54:  http://skwire.dcmembers.com/apps/epcheck/epCheck_beta.zip

This is mainly a bugfix build.  The blank profile bug should be fixed.  Deleting a profile should now delete the appropriate series' data folders (if a series doesn't exist on another profile).  I also added text to the status bar that shows which profile is currently selected.  This can be helpful when adding series (so you know which profile you have selected).
1423
Finished Programs / Re: SOLVED: Shortcuts to files integration to a new window
« Last post by skwire on April 13, 2014, 04:52 PM »
First thought: Contro, you REALLY need to invest in a good third-party file manager instead of always trying to make Windows Explorer do things it wasn't really designed to do.

Second thought: It sounds like you want what is known as a "flat view."  In a Windows Explorer window, have you tried the following?:

  • Press F3.
  • Enter *.* in the search field.
  • Press Enter.
1425
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« Last post by skwire on April 11, 2014, 10:26 AM »
When deleting a profile it leaves a "blank profile" and in folder it leaves one .txt and one .bak file (0kb) . . .

Yep, this one I was aware of and I will fix it.  Thanks for the report!  :up:
Pages: prev1 ... 52 53 54 55 56 [57] 58 59 60 61 62 ... 222next