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!




Quote from: oblivion on August 31, 2026, 12:18:07 AMWould it be useful if Toolbox did something similar -- just added a word count to the status bar for the current clipboard entry?Already there, my good man. Just look at the status bar when a clipboard item is selected in the list.

(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 from clipboard text ""
0002 Alert: Show a message "Clipboard text word count: stringwc$"
(End)

Make sure to test it with your PC in airplane mode at launch, and in normal mode.(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 Wait: For user to ignore the PC "00:01:00"
0002 Computer: Show the desktop ""
0003 Wait: For user to operate the PC ""
0004 Computer: Restore minimized windows ""
0005 Action: Go to start ""
(End)(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 Wait: For user to ignore the PC "00:01:00"
0002 Computer: Show the desktop ""
0003 Computer: Volume mute "1"
0004 Wait: For user to operate the PC ""
0005 Computer: Restore minimized windows ""
0006 Computer: Volume mute "0"
0007 Action: Go to start ""
(End)
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.Quote from: Paul (Lead Developer) on August 29, 2026, 10:53:46 AMI've decided it's going to do an online activation check at every app launch, instead of every month. So it the check passes at launch, the app won't check again until it's relaunched, which could be quite a while if the user never quits it. I'm fine with that because I tried a monthly check but there's false-positive checking issues if the PC is in standby mode or is shut down when the month changes. I've determined it's better just to check at launch.Only problem I can see is if the user's Internet is down, or flaky. I suppose they'll just have to live without Toolbox for the duration.