ProgressBarAE

With the advent of the 64bit ARM Macs (and the recent blessings of OS Dark Mode), ProgressBarAE is a new 64bit ARM and Intel ‘Progress Bar’ App written in XOJO with an AppleScript dictionary that handles all the same Apple Events as in Bruce’s BP Progress Bar. ProgressBarAE also works in both light and dark mode depending on the OS setting.

In addition you can hide and show the progress bar window as well as reset its contents on the fly.

Apple Events handled:

Window Title,
Barberpole start (start indeterminate mode)
Barberpole stop (stop indeterminate mode)
Progress Bar Title
Progress Bar Subtitle
Change Icon
Max Value
Increase (Value)
Hide (Window)
Show (Window)
Reset (Dialog)
Set Width (of Window)


Example Script


use AppleScript version "2.4" -- Yosemite (10.10) or later
use scripting additions

--ProgressBarAE v1.0
--Applescriptable Progress bar for 64bit ARM Macs (dark and light mode)

tell application "ProgressBarAE"
set title to initialise "The Title of the Progress Bar"
--setwidth 400
activate
set toptext to statustop "Hello"
set bottomtext to statusbottom "empty"
set maxcount to max 200

--barberpolestart

set myicon to changeicon "/Volumes/Rocket Data/Xojo AppleEvents/Progress ¬
Bar AE/menantol_small.png"
repeat with i from 1 to maxcount
set step to increase 1
--with timeout of 100 seconds
--tell me
--delay 5
--end tell
--end timeout
set bottomtext to statusbottom "" & i

end repeat

--barberpolestop

end tell

--list of commands

--set title to initialise (title)
--barberpolestart (indeterminate)
--barberpolestop
--set toptext to statustop
--set bottomtext to statusbottom
--set maxcount to max (value)
--set myicon to changeicon (posix path to icon)
--show (window)
--hide (window)
--reset (values)
--set message to ("string")
--setwidth (value)


Purchase ProgressBarAE

ProgressBarAE for Mac @ £5.00 GBP


NB: This App has been certified (codesigned and notarized) by Apple, to be free from malware and licenced for distrubution outside of the Apple Store: