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
[EMAIL PROTECTED]
http://www.gla.ac.uk/~rh82p/
Phone +44 141 330 4367


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to