Hi,
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
julian
-- this line got it going...
theResult = baCopyXFilesProgress(theAdditionalFolderSource,
theCopyFolderTo, "*.*", "IfNotExist", "Copying folder contents...",
"Cancel", 24)
It works fine when buddy's dialog is visible (flag value of 16) but
doesn't copy anything when I add the CP_NODIALOG flag i.e. total flag
value of 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!]