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
Help and Support / Re: How do we backup our actio...
Last post by Paul (Lead Developer) - June 16, 2026, 10:00:24 PM
Yes, it will. ;D
#12
Help and Support / Re: How do we backup our actio...
Last post by oblivion - June 16, 2026, 09:40:49 PM
I'm running out of superlatives. Will "Awesome!" do? :D
#13
Feature Requests / Re: Recursion?
Last post by oblivion - June 16, 2026, 09:39:05 PM
Perfect! Thanks! :)
#14
Help and Support / Re: How do we backup our actio...
Last post by Paul (Lead Developer) - June 16, 2026, 09:26:22 PM
For the next update: added a new automation step called "String: Create note", which creates a new note in the "Automation" tab with the text of the assigned string.
#15
Feature Requests / Re: Recursion?
Last post by Paul (Lead Developer) - June 16, 2026, 09:03:41 PM
Quote from: oblivion on June 16, 2026, 02:19:00 AMI don't think I can detect the currently open/active tab
Just added a "curtab$" variable for the next update, so you can know. :)
#16
Feature Requests / Recursion?
Last post by oblivion - June 16, 2026, 02:19:00 AM
So I was working on something today. Playing with Notes, in fact. Creating myself a set of notes.

And it's all being copy/pasted from somewhere else, with a bit of editing for tidiness and consistency, nothing terribly clever.

And, at some point, without really thinking, I invoked my Clipboard History action, documented elsewhere, to fetch something out of the clipboard that wasn't the current content... and of course the process of selecting the element I wanted, from the programmatically invoked Clipboard tab, also closed the Notes tab.

Normally, of course, this doesn't happen -- the Window: Assign Active command ensures that although the Toolbox's Clipboard tab has been invoked, the pasted text goes where it's been invoked from.

But when it was invoked from somewhere else inside Toolbox...

So I think I'd like to be able to check if I'm moving information around Toolbox instead of outside it, and where I was so I can get back there again. I don't think there's a function that'll let me do that -- or is there?

So I think I want to be able to go, in pseudocode:

if activewindow is toolbox
 get current tab
 invoke clipboard search / navigation code and get selection
 return to previously selected tab
 paste
else
 invoke clipboard search / navigation code and get selection
 return to active window
 paste


I think most of what's needed may already exist, but I don't think I can detect the currently open/active tab -- can I?


#17
General Discussion / Re: Notes
Last post by oblivion - June 15, 2026, 11:20:29 PM
Cool, thanks!  8)  I'll definitely be able to make use of that :)


#18
General Discussion / Re: Notes
Last post by Paul (Lead Developer) - June 15, 2026, 10:33:22 PM
It's just a plain-text area to save/edit quick searchable notes. Not really much to it, hence no mention on the home page. But maybe I should. :) In the next update you'll be able to add notes from whatever text the string$ variable holds, which can be handy.
#19
Tips and Tricks / Re: Non-destructive temp clipb...
Last post by Paul (Lead Developer) - June 15, 2026, 10:26:50 PM
A very cool tip, Graham!
#20
General Discussion / Re: Thinking of buying
Last post by GrahamB - June 15, 2026, 10:17:58 AM
Quote from: Paul (Lead Developer) on May 18, 2026, 01:42:19 PMIf you think the app is expensive, it's because you haven't grasped all that it can do.
Now that I've had the app for a while, I can see what you said is a true understatement! I had no idea of its power when I first laid eyes on it, but since then I've been slowly going through the automation functions I am totally stunned by what's on offer. Quite amazing. I've got quite a few automations set up with it now, and I just posted one as a tip here that may be of interest to others: https://www.alomware.com/forum/index.php?topic=155.0