copy progress bar; windows
Bob Hartley
bob at armbase.com
Tue Dec 16 04:20:22 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, Armbase Software Developments.
Custom PDA database design in as little as 1 hour.
Cross-platform custom solutions for Windows, MacOS, Linux, UNIX, BSD
More information about the use-livecode
mailing list