topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday May 15, 2025, 9:07 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 ... 162 163 164 165 166 [167] 168 169 170 171 172 ... 222next
4151
Finished Programs / Re: DONE: make folder set out of a txt file
« Last post by skwire on June 30, 2010, 10:00 AM »
I use a similar program to create folders and subfolders inside a folder.
The script from Skwire is splendid and may be improved to the eleventh desire. Simply controlling an historial of the last text files and the last root folders used with a dropdownlist for the two options controlled by an ini file.
Very useful to organize matters or incidents according to patterns in the text files.

I'll consider adding this.

And may be improved with the possibility to create folders and subfolders. Two levels is enough.

You can already do this.  Simply make your text file like this:

Folder1\Subfolder1\SubSubfolder1
Folder2
Folder3\Subfolder3
...
4152
Finished Programs / Re: IDEA: app to rotate multi-page images
« Last post by skwire on June 30, 2010, 09:40 AM »
Here's where I am now...

2010-06-30_093528.png
4153
Finished Programs / Re: IDEA: app to rotate multi-page images
« Last post by skwire on June 30, 2010, 08:47 AM »
I've created some test TIFFs as well but I wanted at least one of the ones he's dealing with as well.  =]
4154
Finished Programs / Re: IDEA: app to rotate multi-page images
« Last post by skwire on June 30, 2010, 06:55 AM »
Some questions:

1) When you get one of these TIFF files, are all the pages mis-rotated in the same orientation?
2) Do you normally only work with one TIFF at a time?  Or do you work with several of these TIFFs at a given time?
3) Are you able to provide me with a sample TIFF file that you deal with?
4155
Finished Programs / Re: IDEA: app to rotate multi-page images
« Last post by skwire on June 30, 2010, 05:40 AM »
I think I'm going to take a crack at this one.
4156
Finished Programs / Re: DONE: Group files from within folders
« Last post by skwire on June 29, 2010, 10:45 PM »
Website | Download
v1.0.8 - 2010-06-29
    + Added a Unicode build.
    * Changed "Process files" button to "Start."
    ! Absolute and relative saving was reversed.
    ! Error log didn't generate newlines properly.
4157
General Software Discussion / Re: Monitor the size of files
« Last post by skwire on June 29, 2010, 05:16 AM »
I Think may be better put the equivalent size columns KB, MB, GB at the end.
For me with column bytes is enough

You can hide the columns you don't want to see by selecting 'View -> Choose columns' from the menu.
4158
Circle Dock / Re: 7 inch touchscreen
« Last post by skwire on June 28, 2010, 11:34 PM »
I don't use CircleDock but I kicked in $10 anyway.   :D
4159
Agreed.  KatMouse and AllSnap are two apps that I IMMEDIATELY install on any Windows box I use.
4160
General Software Discussion / Re: Monitor the size of files
« Last post by skwire on June 28, 2010, 07:05 PM »
Website | Download
v1.0.0 - 2010-06-28
    + First release.


main.png

I still need to implement your "upper limit" request so, for now, the Limit column does nothing.
4161
General Software Discussion / Re: Monitor the size of files
« Last post by skwire on June 28, 2010, 04:37 PM »
"Size Matters"  ?
4162
General Software Discussion / Re: Monitor the size of files
« Last post by skwire on June 28, 2010, 03:58 PM »
I have the basics of this ready to go.  What should we call this?  Filesize Viewer is rather mundane.  =]
4163
It works here under Windows XPSP2.  I used the default ctrl-1 hotkey on my active test window and, even though the minimise button doesn't grey out, it doesn't minimise the window when clicked.
4164
Sure, NoClose can be modified to only disable the minimise button.  Honestly, it's a one character change.  If you want to modify NoClose yourself, simply change this line:

Code: Autohotkey [Select]
  1. DllCall("user32\DeleteMenu","UInt",menu,"UInt",0xF060,"UInt",0x0)

To:

Code: Autohotkey [Select]
  1. DllCall("user32\DeleteMenu","UInt",menu,"UInt",0xF020,"UInt",0x0)

If you don't feel comfortable modifying and compiling AHK files on your own, please let me know and I'll do it for you.
4165
I answered your request in your other thread here: https://www.donation...ex.php?topic=23250.0
4166
Finished Programs / Re: DONE: Group files from within folders
« Last post by skwire on June 28, 2010, 03:38 AM »
Website | Download
v1.0.7 - 2010-06-28
    + Added ability to add a folder to the bucket list.
    + An error log is now generated if there are problems copying or moving files.
    + Added the ability to import files and folders into the bucket from a simple text file.  Choose "File, Import text file listing" from the menu.
    + Added a Cancel button to stop file processing once it's been started.
    * Filter editing is now handled within FileBucket itself.
    * Created a more comprehensive help file.
    ! Fixed ctrl-a hotkey for upper listview.  (Thanks, Lesmo16)


main.png
4167
Something like NoClose v1.1 but instead "NoMinimize" would be perfect.

It's pretty trivial to modify NoClose to disable the minimise button as well.  I'm not sure I'd be able to do anything about you minimising it via the taskbar, though.  Would simply disabling the minimise button be enough for you?
4168
Please note that the list of "right" names have to be in the same order as the files to rename are listed in e.g. ReNamer.
Otherwise you get files with the right names but not the content the names may suggest.

Understood.  That's why I offered to write a custom app to be able to do what he wants.  However, most any decent text editor has keyboard shortcuts to move lines up and down so it should be a simple matter for Jabberwock to manipulate his text listing before pasting it into ReNamer.
4169
Actually, my favourite file renamer, ReNamer, can already do what you want.  http://www.den4b.com/projects.php

2010-06-27_152217.png

Let me know if that doesn't cover your needs and I'll see about writing something custom for you.
4170
1) You have a list of files with names you don't like.
2) You have a text listing of filenames that you do you like.

How about an application with two listviews?  The list on the left shows your actual files and the one on the right is your text list.  For the listview on the right, you'd be able to move the entries up and down to match up against the ones on the left.  Once you have the names where you want them, click a button, and your original files are renamed.
4171
Nice job.   :)
4172
General Software Discussion / Re: Shortcut Creator
« Last post by skwire on June 25, 2010, 04:20 PM »
AHK has IniRead, IniWrite, and IniDelete, but as far as I know, there is nothing like IniEnumerateKeys or IniGetSection.

http://www.autohotke...orum/topic46226.html
http://autohotkey.ne...~Tuncay/ini/ini.html
4173
Post New Requests Here / Re: IDEA: Click-through window
« Last post by skwire on June 24, 2010, 06:24 PM »
This is actually really easy to do using AutoHotkey.  Consider the following hotkeys:

Code: Autohotkey [Select]
  1. #1:: ; Win-1 hotkey
  2. {
  3.     WinSet, AlwaysOnTop, On      , A
  4.     WinSet, ExStyle    , +0x80020, A
  5.     WinSet, Transparent, 125     , A
  6. }
  7. Return
  8.  
  9.  
  10. #2:: ; Win-2 hotkey
  11. {
  12.     WinSet, AlwaysOnTop, Off     , A
  13.     WinSet, ExStyle    , -0x80020, A
  14.     WinSet, Transparent, 255     , A
  15. }
  16. Return

Focus the window you want and press Win-1.  To reverse it, focus the window using the taskbar or alt-tab (since you can't click it) and press Win-2.
4175
Agreed.  They've been in my RSS list for years.
Pages: prev1 ... 162 163 164 165 166 [167] 168 169 170 171 172 ... 222next