Hi, we are trying to add a status bar to one of our dialogs that pops up at login.
We use this for the status bar:
set n to 10
set progress total steps to n
repeat with i from 1 to n delay 1 set progress completed steps to i
end repeat
We use this for the text:
display dialog "..."
Unfortunately, we cannot seem to merge these two without breaking the status bar. Has anybody ever had success with this?
Thanks in advance,
Jared