copy progress bar; windows

Robert Hartley r.hartley at bio.gla.ac.uk
Tue Dec 16 04:09:10 EST 2003


Hi All

I created an application for seeking and transferring files from a folder 
to another.

see
http://www.gla.ac.uk/~rh82p/confocal.jpg
and get it from
http://www.gla.ac.uk/~rh82p/index.html

the code for the copy button is:-
on mouseUp
   answer folder "Please choose a folder:"
   put it into destFolder
   set the itemDelimiter to "/"
   put field 1 into theFiles
   repeat for each line f in theFiles
     put destFolder & "/" & last item of f into newFile
     revCopyFile f, newFile
   end repeat
end mouseUp

Now when I click the button to transfer the files listed, it works 
perfectly, however, there is no indication of the progress of the copy.
When you copy files using windows explorer you get a progress bar; is there 
a way to show the progress of the copy-action in revolution?

Regards
Bob


Dr. Robert Hartley, Spinal Cord Group, West Medical Building,
University of Glasgow, Glasgow. G12 8QQ
r.hartley at bio.gla.ac.uk
http://www.gla.ac.uk/~rh82p/
Phone +44 141 330 4367 



More information about the use-livecode mailing list