News:

Welcome to our NEW forum! We invite you to sign up today
so it can grow to be a valuable resource to all Toolbox users!

Main Menu

Recent posts

#21
Tips and Tricks / Re: [Tip] Find image file in a...
Last post by Paul (Lead Developer) - May 27, 2026, 09:55:55 PM
I just added step 15 to the action in my original post. It pops up a message when the search is complete. :)
#22
Tips and Tricks / Re: [Tip] Find image file in a...
Last post by Xoannon - May 27, 2026, 07:31:00 PM
Very nice. Sometimes it takes a while with hundreds of images, which I know you said. But if there's no match then I don't know when the action has finished. Can we be notified when the search is done?
#23
Bug Reports / Re: [Fixed] File rename bug
Last post by Xoannon - May 27, 2026, 07:27:38 PM
Thx. Fix confirmed as working.
#24
Tips and Tricks / [Tip] Find image in a folder t...
Last post by Paul (Lead Developer) - May 26, 2026, 11:13:03 PM
Sometimes you may have a folder full of images and you need to find one that has specific text in it. This action, when bound to a hotkey, will search the text in all images of a folder (but not sub-folders) and open the first image it finds with the specified text. Just press the hotkey when a folder is active to start. Be aware that a lot of very large images in a folder can make this take a while to resolve.

Note: This action uses Windows OCR, so any failure to find the text is due to Windows (the OS) and not AlomWare Toolbox. ;D

(Start)
HOW TO USE: Copy from Start to End, and then paste into an action.
REFERENCE : See an example of pasting at alomware.com/paste.png
0001 Folder: Assign active ""
0002 Action: Continue if "folder$<>blank$"
0003 Action: Allow failure messages "0"
0004 Action: Match case "0"
0005 Alert: Ask for a line of text "Open all images containing this text:"
0006 Folder: Set file processing filter ".bmp,.gif,.ico,.jpg,.jpeg,.pcx,.png,.psd,.psp,.tga,.tif,.tiff"
0007 Folder: Start of file processing ""
0008   Image: Assign "folder$name$"
0009   String: Assign from assigned image ""
0010   Action: Do this block if "string$?alert$"
0011   Computer: App launch "folder$name$"
0012   Action: Finish ""
0013   Action: End of block ""
0014 Folder: End of file processing ""
0015 Alert: Show a message "Image search is complete and no matches were found."
(End)
#25
General Discussion / Re: Thinking of buying
Last post by Paul (Lead Developer) - May 23, 2026, 05:17:02 PM
Quote from: GrahamB on May 19, 2026, 10:25:00 PMAny hints on what's on the roadmap?
Missed this question in your post (sorry!). Just released v8.0.0.2, so see the "Changes" link at the home page.
#26
Bug Reports / Re: File rename bug
Last post by Paul (Lead Developer) - May 23, 2026, 05:15:11 PM
Fixed, and v8.0.0.2 has just been released. :)
#27
Bug Reports / [Fixed] File rename bug
Last post by Xoannon - May 23, 2026, 03:54:29 PM
I'm using the file rename mod for numbering up some files but they're stuck in single digits which results in a clash. Can you test it and see?
#28
Tips and Tricks / Re: [Tip] Auto-move the "Run" ...
Last post by Paul (Lead Developer) - May 22, 2026, 09:48:37 PM
Phew! I'm just glad it's not a bug that I needed to investigate. :)
#29
Tips and Tricks / Re: [Tip] Auto-move the "Run" ...
Last post by oblivion - May 22, 2026, 05:57:53 PM
:-[

So you know the option is "type these keys?"

I was using the "dos command" option.

Sorry. It works as advertised. It's ME who doesn't. ;)
#30
Tips and Tricks / Re: [Tip] Auto-move the "Run" ...
Last post by Paul (Lead Developer) - May 22, 2026, 11:22:09 AM
Hi Oblivion. Does it work with any other keys, like {back} instead of {delete}? Can you also try {clear} to see if it clears the Run box's field? Or maybe it works with this combo: {ctrldown}a{ctrlup}{delete}.