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

#11
General Discussion / Re: Why so many updates?
Last post by Paul (Lead Developer) - September 02, 2026, 05:49:25 PM
Quote from: rjbull on September 01, 2026, 06:17:33 AMI've heard of the 'PayPal refund' trick before, but only once, and hadn't realised it was so prevalent. Nasty.
Yeah, it's bad. PayPal always sides with the buyer too, so I have to refund the buyer AND pay a PayPal dishonor fee. So the user basically gets the unlock code for free to use the app for life. :( Well, until now due to the activation check.
#12
Bug Reports / Re: Screen position detection
Last post by oblivion - September 02, 2026, 05:28:53 PM
The autoclosing brackets etc is all now working as expected -- thanks, Paul!
#13
Bug Reports / Re: Screen position detection
Last post by Paul (Lead Developer) - September 01, 2026, 10:13:43 PM
@Oblivion: I've emailed you with a fixed version of the auto-closing of ( { [ and "

Please reply here with how it went.
#14
Bug Reports / Re: Screen position detection
Last post by Paul (Lead Developer) - September 01, 2026, 09:19:40 PM
Oops, you're right! I only made them ticked when opening the "Saved Window Manager" if they were created with v9.0.0.0. I've enabled them by default for the next update (if not unticked). Thanks for the heads-up!
#15
Bug Reports / Re: Screen position detection
Last post by oblivion - September 01, 2026, 07:17:31 PM
Thanks, Paul.

The issue with the saved window manager was that everything listed in there, post update, was unchecked, which accounts for none of my saved window states working. 
#16
Bug Reports / Re: Screen position detection
Last post by Paul (Lead Developer) - September 01, 2026, 06:11:35 PM
Confirmed that auto-closing fails. :( Something must've broken when I added non-English keyboard support. Will look into it.

I can't get the mouse positioning to fail, with or without multiple desktops, and with or without any windows being open. Please post an action (or email it to me) so I can copy it exactly and see how it goes at my end.

The checkboxes for saved windows in the "Saved Window Manager" have to be enabled for the window to be moved:

#17
General Discussion / Re: Why so many updates?
Last post by rjbull - September 01, 2026, 06:17:33 AM
Quote from: Paul (Lead Developer) on August 30, 2026, 09:02:20 AMThe app's free mode has been changed to an hour per launch now (for the next release), for indefinite relaunches. So if the user's internet is down, they can still use it in the free hourly blocks until it comes back. I will never totally lock paid users out of the app at any time. :) The check is only done at launch, so if their PC is running 24/7 then the app will never do another activation check after it first launches.

It's time that Toolbox took this proper online activation stance like other paid apps. I'm losing sales by not doing it, and tired of people disputing with PayPal to get refunded after they get their permanent unlock code. The dishonesty in the world disgusts me.
OK, thanks!

I've heard of the 'PayPal refund' trick before, but only once, and hadn't realised it was so prevalent. Nasty.
#18
Bug Reports / [Fixed] Screen position detect...
Last post by oblivion - September 01, 2026, 03:00:46 AM
First, this is the newest (updated today)

...hang on, my bracket autocompletion has stopped working... ({]

...properly. Open curly gives me {] which is definitely not right and that's not why I came here. Hold on while I check my settings...

({][]

Something's gone weird.

I'll restart shortly. In the meantime...

I have a mouse menu that has all my frequently used programs in. There's a tutorial I posted that covers it... but the thing consists of a single action with everything in, preceded by

(Start)
0001 Mouse: Move to desktop position "numpad5"
(End)


That usually works OK but sometimes misbehaves if I have no windows open, and opens the menu somewhere off the left edge of the screen, meaning I don't get to see anything until I've hit cursor down twice and cursor right once, opening the first submenu on the left side of the screen.

I think I already know why -- I think Toolbox is happier with open windows than it is with only the desktop being visible, and I also think if the desktop is more than one monitor wide, it can also be a bit unpredictable.

I'm not completely sure what to ask for here, but I THINK I'd like to be able to specify the positioning to a specific monitor if more than one is attached... or perhaps for Toolbox to default to desktop-based rather than window-based positioning with the latter being an option via a parameter for the relevant positioning commands?

I'm going to restart, now, and see if I get my autoclosing brackets working again! I'll be back...

OK, post-restart. Autoclosing brackets is just as broken as previously.

Also, I have Toolbox set to autostart and manage a program that has no option to position itself; since the update, it's not been starting in the same (bottom right) corner -- but I might just have noticed why. The new checkbox in the saved window manager has all the entries unchecked -- presumably that means that everything's now unmanaged until the user checks everything?
#19
Tips and Tricks / [Tip] Find an image on the des...
Last post by Paul (Lead Developer) - August 31, 2026, 10:45:05 PM
AlomWare Toolbox lets you find any image on the desktop, such for clicking as part of an automated action. It uses the step called "Image: Find on desktop" to do the search. You first need to snip the image that you want to find and save it to a folder, then assign that snippet to find it on the desktop later.

If the image is found, its location is stored in these variables (which will all be blank if not found):

  • imagex$ = The image's left position on the desktop.
  • imagey$ = The image's top position on the desktop.
  • imagew$ = The image's width (in pixels).
  • imageh$ = The image's height (in pixels).

Here's an action that searches the desktop for the image specified in step 1, and then puts the mouse over the center of it (the calculation in step 3):

(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 Image: Assign "c:\image\to\find.png"
0002 Image: Find on desktop ""
0003 Mouse: Move to desktop position "{=imagex$+(imagew$/2)},{=imagey$+(imageh$/2)}"
(End)

As a test without using an image file, you can snip part of the desktop with the Windows "Snipping Tool" and copy the snip to the clipboard. Then run the action below to find what you snipped on the desktop:

(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 Image: Assign "clip"
0002 Image: Find on desktop ""
0003 Mouse: Move to desktop position "{=imagex$+(imagew$/2)},{=imagey$+(imageh$/2)}"
(End)
#20
Tips and Tricks / [Tip] Create a QR code from a ...
Last post by Paul (Lead Developer) - August 31, 2026, 10:40:45 PM
With AlomWare Toolbox, you can easily create a QR code from any website URL. You just use the "Image: Assign" step in the format "qr=URL". Here's an action that does it from a screenshot of AlomWare Toolbox's "Automation" tab:

(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 Image: Assign "qr=https://www.alomware.com/images/tab-automation.png"
0002 Image: Show at desktop position "numpad5"
(End)

Running this action results in the QR code being displayed in the center of the desktop. Try scanning it with your phone! :)



Here's an action that you can set to a hotkey that grabs the URL from the active web browser and creates a QR code for it:

(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 String: Assign URL from active browser ""
0002 String: Insert text "1,qr="
0003 Image: Assign "string$"
0004 Image: Show at desktop position "numpad5"
(End)

Tip: You're not restricted to just website URLs; you can actually create a QR code for any text (but not "War and Peace"!). :) Just remember to prefix the text with "qr=" and you're all set.