Progress Bar with Applescript
问题 Is there any way to make a progress bar that is loading as a shell script or shell command runs? I currently use the following: property theWindow : missing value property parent : class "NSObject" property customView : missing value property myProgressBar : missing value on hardwareData() set alert to current application's NSAlert's alloc's init() tell alert its setAccessoryView:customView its setMessageText:"Loading Informations" its setInformativeText: "Please Wait..." its setAlertStyle:1