news
About Elegant Chaos
info
About me and my friends
people
Software from Elegant Chaos
software
Other stuff...
stuff

UL_FinishProgress

Revision 1
Revised on 19/03/95 18:14

Description

Close the progress window.

This routine assumes that you have earlier called UL_StartProgress to create the progress window (a progress window is a dialog window like the one the finder uses to display the progress of a file copy).


Code

on UL_FinishProgress
  set the progress of window "Progress" to 1
  close window "Progress"
end UL_FinishProgress