Are you certain your on baCopyProgressUpdate(pct, thisFileName) is in a
movie script? It must be named that. Are you getting a return value
for the variable ok that you set?
I see that you have a value of 16. You need to add 16 + 8 = 24 to get
the callback working AND have no dialog. All those numbers in the flags
are cumulative. Try putting 24 there and let me know.
- MM
I have it all working with the callback + moviescript e.g.
ok = baXCopyProgress("c:\test", "d:\test\", "*.*", "Always+", TRUE,
"backup", "Cancel", 16)
it only stops working when i add the 'no_dialog' flag.
I notice that your example is baCopyXFilesProgress not
baXCopyProgress but it doesn't work with either when the flag is 24
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]