Repeat loop -> display progress status possible?

hi,

is it possible to inform the user of the progress of a script in pure applescript?

is there a possibility to display a temporary panel displaying the name of the processed items per example and that will close itself after a determined amount of time???

thank you

Take a look at this:

http://macscripter.net/exchange/index.php?id=P216

Jon

There is always a way, but unless an action takes an exorbitant amount of time already, it may not be worth it. Many progress bars actually slowdown the progress they are monitoring.

thank you guys…

my script really take a great amount of time…so this progress feedback is not useles…

but diplay it at each iteration is a little bit to much…so i add a modulo parameter…

thank you very much